aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2026-01-15[release-branch.go1.25] net/url: add urlmaxqueryparams GODEBUG to limit the n...Damien Neil
2025-12-19[release-branch.go1.25] os,internal/poll: don't call IsNonblock for consoles ...qmuntal
2025-11-25[release-branch.go1.25] internal/syscall/windows: fix ReOpenFile sentinel err...qmuntal
2025-10-28[release-branch.go1.25] os: support deleting read-only files in RemoveAll on ...qmuntal
2025-10-07[release-branch.go1.25] net/http: add httpcookiemaxnum GODEBUG option to limi...Nicholas Husin
2025-10-01[release-branch.go1.25] internal/poll: don't call Seek for overlapped Windows...qmuntal
2025-09-26[release-branch.go1.25] lib/fips140: re-seal v1.0.0Filippo Valsorda
2025-09-11[release-branch.go1.25] runtime: lock mheap_.speciallock when allocating sync...Damien Neil
2025-08-25[release-branch.go1.25] internal/poll: set the correct file offset in FD.Seek...qmuntal
2025-08-25[release-branch.go1.25] runtime: make all synctest bubble violations fatal pa...Damien Neil
2025-07-22all: go fmtMichael Pratt
2025-07-15runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified)dyma solovei
2025-07-08cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-07-08internal: make struct comment match struct namecuishuang
2025-07-07internal/trace: only test for sync preemption if async preemption is offMichael Anthony Knyszek
2025-07-01internal/abi: fix comment on NonEmptyInterfaceKeith Randall
2025-06-30internal/goexperiment: fix godoc formattingOlivier Mengué
2025-06-30sync: disassociate WaitGroups from bubbles on WaitDamien Neil
2025-06-27runtime: account for missing frame pointer in preambleMichael Anthony Knyszek
2025-06-23internal/trace: improve gc-stress testMichael Anthony Knyszek
2025-06-16internal/reflectlite: fix comment about meaning of flag fieldKeith Randall
2025-06-16internal/trace: make Value follow reflect conventionsMichael Anthony Knyszek
2025-06-12internal/trace: end test programs with SIGQUITMichael Anthony Knyszek
2025-06-10os: disallow Root.Remove(".") on Plan 9, js, and WindowsDamien Neil
2025-06-10testing/synctest, runtime: avoid panic when using linker-alloc WG from bubbleDamien Neil
2025-06-10internal/trace: pass GOTRACEBACK=crash to testprogsMichael Anthony Knyszek
2025-06-09runtime: return a different bubble deadlock error when main goroutine is doneDamien Neil
2025-06-04runtime: make bubbled timers more consistent with unbubbledDamien Neil
2025-06-02runtime: randomize order of timers at the same instant in bubblesDamien Neil
2025-05-30internal/trace: expose the go version read by the readerCarlos Amedee
2025-05-29internal/pkgbits: explain the rationale for reference tablesMark Freeman
2025-05-29internal/synctest: speed up TestWeakDamien Neil
2025-05-29runtime, internal/synctest, sync: associate WaitGroups with bubblesDamien Neil
2025-05-27runtime: define lock ranking between weak pointers and synctestDamien Neil
2025-05-21cmd/compile, unique: model data flow of non-string pointersCherry Mui
2025-05-21runtime/trace: add the flight recorderCarlos Amedee
2025-05-21crypto,hash: add and implement hash.ClonerFilippo Valsorda
2025-05-21crypto/x509: use truncated SHA-256 for SubjectKeyIdFilippo Valsorda
2025-05-21crypto/tls: disable SHA-1 signature algorithms in TLS 1.2Filippo Valsorda
2025-05-21internal/cpu: add ARM64.HasSHA3Filippo Valsorda
2025-05-21internal/pkgbits: mark element / section ends as delta encoding candidatesMark Freeman
2025-05-21internal/godebug,crypto/fips140: make fips140 setting immutableFilippo Valsorda
2025-05-21internal/trace: skip clock snapshot checks on Windows in stress modeMichael Anthony Knyszek
2025-05-21runtime: use cgroup CPU limit to set GOMAXPROCSMichael Pratt
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