aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2025-05-21internal/runtime/cgroup: CPU cgroup limit discoveryMichael Pratt
2025-05-21internal/runtime/cgroup: add line-by-line reader using a single scratch bufferMichael Pratt
2025-05-21os: add Root.MkdirAllDamien Neil
2025-05-21internal/pkgbits: specify that RelIdx is an element indexMark Freeman
2025-05-21internal/pkgbits: indent productions and hoist some types upMark Freeman
2025-05-21internal/trace: add generator tests for sync eventsFelix Geisendörfer
2025-05-21internal/trace/internal/testgen: make generated trace version configurableFelix Geisendörfer
2025-05-21internal/trace: add a validator test for the new clock snapshotsFelix Geisendörfer
2025-05-21internal/trace: expose clock snapshot timestamps on sync eventFelix Geisendörfer
2025-05-21runtime,internal/trace: emit clock snapshots at the start of trace generationsFelix Geisendörfer
2025-05-21runtime, internal/fuzz: optimize build tag combination on loong64Guoqi Chen
2025-05-20cmd/dist, internal/platform: enable internal linking feature and test on loong64limeidan
2025-05-20runtime: record synctest bubble ownership in hchanDamien Neil
2025-05-20internal/pkgbits: rename RelocEnt to RefTableEntryMark Freeman
2025-05-20runtime: disallow closing bubbled chans from outside bubbleDamien Neil
2025-05-20internal/filepathlite: fix commentMaineK00n
2025-05-20net: avoid using Windows' TransmitFile on non-server machinesShibi J M
2025-05-19runtime: move atoi to internal/runtime/strconvMichael Pratt
2025-05-19internal/runtime/syscall: add basic file system callsMichael Pratt
2025-05-19go/types, types2: improve error message for init without bodyMark Freeman
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2025-05-19std: pass bytes.Buffer and strings.Builder by pointerAlan Donovan
2025-05-16runtime: prevent cleanup goroutines from missing workMichael Anthony Knyszek
2025-05-14net: use closesocket when closing socket os.File's on Windowsqmuntal
2025-05-14internal/pkgbits, cmd/compile/internal/noder: document string sectionMark Freeman
2025-05-14os: don't follow symlinks on Windows when O_CREATE|O_EXCLDamien Neil
2025-05-13internal/bytealg: optimize the function compare using SIMD on loong64limeidan
2025-05-13internal/poll: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2025-05-12internal/pkgbits: rename Reloc* to Section*Mark Freeman
2025-05-12internal/pkgbits: write a formal grammar for UIR primitivesMark Freeman
2025-05-08internal/bytealg: optimize the function indexbyte using SIMD on loong64limeidan
2025-05-08internal/testhash: move cryptotest.TestHash to shared packageAustin Clements
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-05-08pkgbits: consolidate doc.go to only relevant detailsMark Freeman
2025-05-07runtime, testing/synctest: stop advancing time when main goroutine exitsDamien Neil
2025-05-07internal/runtime/maps: make clear also erase tombstoneskhr@golang.org
2025-05-07cmd,runtime: enable race detector on loong64Guoqi Chen
2025-05-06pkgbits: replace references to RelocKind with SectionKindMark Freeman
2025-05-06pkgbits: alias RelocKind with a SectionKind typeMark Freeman
2025-05-06pkgbits: alias the Index type to clarify it is section relativeMark Freeman
2025-05-05pkgbits: improve documentation in reloc.goMark Freeman
2025-05-05net,os: support converting between *os.File and net.Conn on Windowsqmuntal
2025-05-02runtime: mark and scan small objects in whole spans [green tea]Michael Anthony Knyszek
2025-05-01os: fix Root.Mkdir permission bits on OpenBSDJosh Rickmar
2025-05-01cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64Joel Sing
2025-05-01internal/bytealg: deduplicate code between Count/CountString for riscv64Joel Sing
2025-04-24runtime, internal/fuzz: add comparison tracing for libFuzzer on loong64limeidan
2025-04-24os,internal/poll: disassociate handle from IOCP in File.Fdqmuntal
2025-04-23internal/goexperiment: add Green Tea GC goexperimentMichael Anthony Knyszek
2025-04-23runtime: move some malloc constants to internal/runtime/gcMichael Anthony Knyszek