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-06-11
[release-branch.go1.25] go1.25rc1
go1.25rc1
Gopher Robot
2025-06-11
[release-branch.go1.25] all: merge master (7fa2c73) into release-branch.go1.25
Cherry Mui
2025-06-10
os: disallow Root.Remove(".") on Plan 9, js, and Windows
Damien Neil
2025-06-10
runtime: handle system goroutines later in goroutine profiling
Michael Anthony Knyszek
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-10
os: do not follow dangling symlinks in Root when O_CREATE|O_EXCL on AIX
Damien Neil
2025-06-10
net/http: make the zero value of CrossOriginProtection work
Austin Clements
2025-06-10
cmd/dist: only install necessary tools when doing local test
Michael Matloob
2025-06-10
runtime: don't do a direct G handoff in semrelease on systemstack
Michael Anthony Knyszek
2025-06-10
all.{bash,rc}: use "../bin/go tool dist" instead of "%GOTOOLDIR%/dist" print ...
Guoqi Chen
2025-06-09
cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)
Paul Murphy
2025-06-09
runtime: use small struct TestSynctest to ensure cleanups run
Damien Neil
2025-06-09
runtime: clarify stack traces for bubbled goroutines
Damien Neil
2025-06-09
runtime: return a different bubble deadlock error when main goroutine is done
Damien Neil
2025-06-09
cmd/internal/doc: increase version of pkgsite doc command that's run
Michael Matloob
2025-06-09
[release-branch.go1.25] all: merge master (da0e8c4) into release-branch.go1.25
Cherry Mui
2025-06-09
cmd/compile: relax reshaping condition
Cuong Manh Le
2025-06-09
log/slog: fix level doc on handlers
Jonathan Amsterdam
2025-06-07
runtime: check for gsignal in racecall on loong64
Guoqi Chen
2025-06-06
os/signal: doc link to syscall.EPIPE
Olivier Mengué
2025-06-06
[release-branch.go1.25] update codereview.cfg for release-branch.go1.25
Carlos Amedee
2025-06-06
all: update vendored dependencies [generated]
Carlos Amedee
2025-06-05
net/http: strip sensitive proxy headers from redirect requests
Neal Patel
2025-06-04
runtime: make bubbled timers more consistent with unbubbled
Damien Neil
2025-06-04
Revert "cmd/compile: Enable inlining of tail calls"
Cherry Mui
2025-06-04
cmd/trace: handle Sync event at the beginning of the trace
Michael Anthony Knyszek
2025-06-04
runtime: reduce per-P memory footprint when greenteagc is disabled
Michael Anthony Knyszek
2025-06-04
test: add another regression test for issue 73309
Cuong Manh Le
2025-06-04
cmd/compile: better error message when import embed package
qiulaidongfeng
2025-06-03
cmd/dist: don't install tools that won't be shipped in distribution
Michael Matloob
2025-06-03
cmd/doc: build cmd/doc directly into the go command
Michael Matloob
2025-06-03
go/token: remove unreachable code
Michael Pratt
2025-06-03
go/token: tweak comment
Alan Donovan
2025-06-03
cmd/go/internal/cfg: fix GOROOT setting when forcing host config
Michael Matloob
2025-06-02
runtime: additional memmove benchmarks
Keith Randall
2025-06-02
go/token: FileSet: hold Files in a balanced tree
Alan Donovan
2025-06-02
runtime: randomize order of timers at the same instant in bubbles
Damien Neil
2025-06-02
go/{ast,parser,types}: add signpost to golang.org/x/tools/go/packages
Alan Donovan
2025-06-02
cmd/compile/internal/noder: document quirk of string elements
Mark Freeman
2025-06-02
cmd/compile/internal/noder: stub type section and adjust others
Mark Freeman
2025-06-02
cmd/compile/internal/noder: begin filling in SectionObj
Mark Freeman
2025-06-02
cmd/compile/internal/noder: fill in SectionName
Mark Freeman
2025-06-02
testing: add Output method to TB
Mateusz Poliwczak
2025-06-02
slices,sort: explicitly discard results in benchmarks
Alan Donovan
2025-05-30
internal/trace: expose the go version read by the reader
Carlos Amedee
2025-05-30
cmd/distpack: add test case for pack tool being excluded
Michael Matloob
2025-05-30
cmd/distpack: don't keep the pack tool
Michael Matloob
2025-05-30
runtime: set HeapGoal to zero when the GC is disabled
Carlos Amedee
2025-05-30
testing, testing/synctest: report correct duration after panics
Damien Neil
[next]