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
Age
Commit message (
Expand
)
Author
2025-04-01
[release-branch.go1.24] go1.24.2
go1.24.2
Gopher Robot
2025-03-26
[release-branch.go1.24] testing: detect a stopped timer in B.Loop
Austin Clements
2025-03-26
[release-branch.go1.24] testing: detect early return from B.Loop
Austin Clements
2025-03-26
[release-branch.go1.24] testing: separate b.Loop counter from b.N
Austin Clements
2025-03-26
[release-branch.go1.24] runtime: explicitly disable async preempt for interna...
Andy Pan
2025-03-25
[release-branch.go1.24] runtime: skip TestCgoCallbackPprof on platforms with ...
Michael Pratt
2025-03-25
[release-branch.go1.24] runtime: only set isExtraInC if there are no Go frame...
Michael Pratt
2025-03-25
[release-branch.go1.24] go/types,types2: allocate the used* maps in initFiles
Rob Findley
2025-03-25
[release-branch.go1.24] go/types,types2: externalize used objects
Rob Findley
2025-03-25
[release-branch.go1.24] testing: allow manual timer control in testing.B.Loop
Junyang Shao
2025-03-24
[release-branch.go1.24] internal/godebugs: fix changed version for winsymlink...
Jordan Liggitt
2025-03-18
[release-branch.go1.24] net/http: reject newlines in chunk-size lines
Damien Neil
2025-03-17
[release-branch.go1.24] net/http: don't modify caller's tls.Config.NextProtos
Damien Neil
2025-03-17
[release-branch.go1.24] runtime: Added usage example for the runtime.AddClean...
Alexandr Primak
2025-03-17
[release-branch.go1.24] crypto/tls: allow P-521 in FIPS 140-3 mode and Go+Bor...
Filippo Valsorda
2025-03-12
[release-branch.go1.24] cmd/compile: use inline-Pos-based recursion test
David Chase
2025-03-05
[release-branch.go1.24] cmd/compile: fix out of memory when inlining closure
Cuong Manh Le
2025-03-04
[release-branch.go1.24] all: updates vendored x/net
Junyang Shao
2025-03-04
[release-branch.go1.24] go1.24.1
go1.24.1
Gopher Robot
2025-03-04
[release-branch.go1.24] all: updated vendored x/net with security fix
Damien Neil
2025-02-26
[release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-st...
Ian Lance Taylor
2025-02-26
[release-branch.go1.24] cmd/compile: don't pull constant offsets out of point...
Keith Randall
2025-02-26
[release-branch.go1.24] runtime: document that cleanups can run concurrently ...
Michael Anthony Knyszek
2025-02-26
[release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-st...
Ian Lance Taylor
2025-02-26
[release-branch.go1.24] reflect: let Value.Seq return the iteration value cor...
qiulaidongfeng
2025-02-26
[release-branch.go1.24] syscall: disable O_DIRECTORY on Windows for js/wasm
Zxilly
2025-02-26
[release-branch.go1.24] reflect: correctly handle method values in Seq
Michael Anthony Knyszek
2025-02-26
[release-branch.go1.24] runtime: use WCLONE when waiting on pidfd test child
Michael Pratt
2025-02-26
[release-branch.go1.24] syscall: don't send child signal when testing pidfd
Ian Lance Taylor
2025-02-26
[release-branch.go1.24] cmd/compile: don't report newLimit discovered when un...
Jorropo
2025-02-26
[release-branch.go1.24] debug/buildinfo: base64-encode test binaries
Michael Pratt
2025-02-26
[release-branch.go1.24] cmd/compile: ensure we don't reuse temporary register
khr@golang.org
2025-02-25
[release-branch.go1.24] internal/godebugs: add fips140 as an opaque godebug s...
Ian Lance Taylor
2025-02-21
[release-branch.go1.24] cmd/compile, runtime: use deferreturn as target PC fo...
David Chase
2025-02-19
[release-branch.go1.24] doc/godebug: mention GODEBUG=fips140
Ian Lance Taylor
2025-02-19
[release-branch.go1.24] cmd/compile: avoid infinite recursion when inlining c...
Cuong Manh Le
2025-02-19
[release-branch.go1.24] syscall: don't truncate newly created files on Windows
qmuntal
2025-02-19
[release-branch.go1.24] runtime: fix usleep on s390x/linux
Paul Murphy
2025-02-19
[release-branch.go1.24] runtime: add some linknames back for `github.com/byte...
段仪
2025-02-12
[release-branch.go1.24] cmd/go: initialize req.Header when loading git creden...
Quan Tong
2025-02-11
[release-branch.go1.24] go1.24.0
go1.24.0
Gopher Robot
2025-02-10
[release-branch.go1.24] bytes: use "subslice" instead of "substring" in doc c...
Cherry Mui
2025-02-10
[release-branch.go1.24] os: hide SetFinalizer from users of Root
Michael Anthony Knyszek
2025-02-06
[release-branch.go1.24] weak: prevent unsafe conversions using weak pointers
thepudds
2025-02-05
[release-branch.go1.24] go1.24rc3
go1.24rc3
Gopher Robot
2025-02-05
[release-branch.go1.24] Revert "cmd/go/internal/work: allow @ character in so...
Roland Shoemaker
2025-01-31
[release-branch.go1.24] all: merge master (37f27fb) into release-branch.go1.24
Carlos Amedee
2025-01-31
cmd/go: enable fips test and fix caching bug
Russ Cox
2025-01-31
cmd: update golang.org/x/tools to CL 645697, and revendor
Rob Findley
2025-01-30
cmd/go: refine GOAUTH user parsing to be more strict
Sam Thanawalla
[next]