aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-11[release-branch.go1.25] go1.25rc1go1.25rc1Gopher Robot
2025-06-11[release-branch.go1.25] all: merge master (7fa2c73) into release-branch.go1.25Cherry Mui
2025-06-10os: disallow Root.Remove(".") on Plan 9, js, and WindowsDamien Neil
2025-06-10runtime: handle system goroutines later in goroutine profilingMichael Anthony Knyszek
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-10os: do not follow dangling symlinks in Root when O_CREATE|O_EXCL on AIXDamien Neil
2025-06-10net/http: make the zero value of CrossOriginProtection workAustin Clements
2025-06-10cmd/dist: only install necessary tools when doing local testMichael Matloob
2025-06-10runtime: don't do a direct G handoff in semrelease on systemstackMichael Anthony Knyszek
2025-06-10all.{bash,rc}: use "../bin/go tool dist" instead of "%GOTOOLDIR%/dist" print ...Guoqi Chen
2025-06-09cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)Paul Murphy
2025-06-09runtime: use small struct TestSynctest to ensure cleanups runDamien Neil
2025-06-09runtime: clarify stack traces for bubbled goroutinesDamien Neil
2025-06-09runtime: return a different bubble deadlock error when main goroutine is doneDamien Neil
2025-06-09cmd/internal/doc: increase version of pkgsite doc command that's runMichael Matloob
2025-06-09[release-branch.go1.25] all: merge master (da0e8c4) into release-branch.go1.25Cherry Mui
2025-06-09cmd/compile: relax reshaping conditionCuong Manh Le
2025-06-09log/slog: fix level doc on handlersJonathan Amsterdam
2025-06-07runtime: check for gsignal in racecall on loong64Guoqi Chen
2025-06-06os/signal: doc link to syscall.EPIPEOlivier Mengué
2025-06-06[release-branch.go1.25] update codereview.cfg for release-branch.go1.25Carlos Amedee
2025-06-06all: update vendored dependencies [generated]Carlos Amedee
2025-06-05net/http: strip sensitive proxy headers from redirect requestsNeal Patel
2025-06-04runtime: make bubbled timers more consistent with unbubbledDamien Neil
2025-06-04Revert "cmd/compile: Enable inlining of tail calls"Cherry Mui
2025-06-04cmd/trace: handle Sync event at the beginning of the traceMichael Anthony Knyszek
2025-06-04runtime: reduce per-P memory footprint when greenteagc is disabledMichael Anthony Knyszek
2025-06-04test: add another regression test for issue 73309Cuong Manh Le
2025-06-04cmd/compile: better error message when import embed packageqiulaidongfeng
2025-06-03cmd/dist: don't install tools that won't be shipped in distributionMichael Matloob
2025-06-03cmd/doc: build cmd/doc directly into the go commandMichael Matloob
2025-06-03go/token: remove unreachable codeMichael Pratt
2025-06-03go/token: tweak commentAlan Donovan
2025-06-03cmd/go/internal/cfg: fix GOROOT setting when forcing host configMichael Matloob
2025-06-02runtime: additional memmove benchmarksKeith Randall
2025-06-02go/token: FileSet: hold Files in a balanced treeAlan Donovan
2025-06-02runtime: randomize order of timers at the same instant in bubblesDamien Neil
2025-06-02go/{ast,parser,types}: add signpost to golang.org/x/tools/go/packagesAlan Donovan
2025-06-02cmd/compile/internal/noder: document quirk of string elementsMark Freeman
2025-06-02cmd/compile/internal/noder: stub type section and adjust othersMark Freeman
2025-06-02cmd/compile/internal/noder: begin filling in SectionObjMark Freeman
2025-06-02cmd/compile/internal/noder: fill in SectionNameMark Freeman
2025-06-02testing: add Output method to TBMateusz Poliwczak
2025-06-02slices,sort: explicitly discard results in benchmarksAlan Donovan
2025-05-30internal/trace: expose the go version read by the readerCarlos Amedee
2025-05-30cmd/distpack: add test case for pack tool being excludedMichael Matloob
2025-05-30cmd/distpack: don't keep the pack toolMichael Matloob
2025-05-30runtime: set HeapGoal to zero when the GC is disabledCarlos Amedee
2025-05-30testing, testing/synctest: report correct duration after panicsDamien Neil