index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
Age
Commit 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.0
Filippo 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-22
all: go fmt
Michael Pratt
2025-07-15
runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified)
dyma solovei
2025-07-08
cmd/go: disable support for multiple vcs in one module
Roland Shoemaker
2025-07-08
internal: make struct comment match struct name
cuishuang
2025-07-07
internal/trace: only test for sync preemption if async preemption is off
Michael Anthony Knyszek
2025-07-01
internal/abi: fix comment on NonEmptyInterface
Keith Randall
2025-06-30
internal/goexperiment: fix godoc formatting
Olivier Mengué
2025-06-30
sync: disassociate WaitGroups from bubbles on Wait
Damien Neil
2025-06-27
runtime: account for missing frame pointer in preamble
Michael Anthony Knyszek
2025-06-23
internal/trace: improve gc-stress test
Michael Anthony Knyszek
2025-06-16
internal/reflectlite: fix comment about meaning of flag field
Keith Randall
2025-06-16
internal/trace: make Value follow reflect conventions
Michael Anthony Knyszek
2025-06-12
internal/trace: end test programs with SIGQUIT
Michael Anthony Knyszek
2025-06-10
os: disallow Root.Remove(".") on Plan 9, js, and Windows
Damien Neil
2025-06-10
testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble
Damien Neil
2025-06-10
internal/trace: pass GOTRACEBACK=crash to testprogs
Michael Anthony Knyszek
2025-06-09
runtime: return a different bubble deadlock error when main goroutine is done
Damien Neil
2025-06-04
runtime: make bubbled timers more consistent with unbubbled
Damien Neil
2025-06-02
runtime: randomize order of timers at the same instant in bubbles
Damien Neil
2025-05-30
internal/trace: expose the go version read by the reader
Carlos Amedee
2025-05-29
internal/pkgbits: explain the rationale for reference tables
Mark Freeman
2025-05-29
internal/synctest: speed up TestWeak
Damien Neil
2025-05-29
runtime, internal/synctest, sync: associate WaitGroups with bubbles
Damien Neil
2025-05-27
runtime: define lock ranking between weak pointers and synctest
Damien Neil
2025-05-21
cmd/compile, unique: model data flow of non-string pointers
Cherry Mui
2025-05-21
runtime/trace: add the flight recorder
Carlos Amedee
2025-05-21
crypto,hash: add and implement hash.Cloner
Filippo Valsorda
2025-05-21
crypto/x509: use truncated SHA-256 for SubjectKeyId
Filippo Valsorda
2025-05-21
crypto/tls: disable SHA-1 signature algorithms in TLS 1.2
Filippo Valsorda
2025-05-21
internal/cpu: add ARM64.HasSHA3
Filippo Valsorda
2025-05-21
internal/pkgbits: mark element / section ends as delta encoding candidates
Mark Freeman
2025-05-21
internal/godebug,crypto/fips140: make fips140 setting immutable
Filippo Valsorda
2025-05-21
internal/trace: skip clock snapshot checks on Windows in stress mode
Michael Anthony Knyszek
2025-05-21
runtime: use cgroup CPU limit to set GOMAXPROCS
Michael Pratt
2025-05-21
internal/runtime/cgroup: CPU cgroup limit discovery
Michael Pratt
2025-05-21
internal/runtime/cgroup: add line-by-line reader using a single scratch buffer
Michael Pratt
2025-05-21
os: add Root.MkdirAll
Damien Neil
2025-05-21
internal/pkgbits: specify that RelIdx is an element index
Mark Freeman
2025-05-21
internal/pkgbits: indent productions and hoist some types up
Mark Freeman
2025-05-21
internal/trace: add generator tests for sync events
Felix Geisendörfer
[next]