aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-03[release-branch.go1.23] go1.23.4go1.23.4Gopher Robot
2024-11-27[release-branch.go1.23] cmd/trace: also show end stack tracesFelix Geisendörfer
2024-11-27[release-branch.go1.23] runtime: reserve 4kB for system stack on windows-386Russ Cox
2024-11-20[release-branch.go1.23] runtime: explicitly keep handle alive during getOrAdd...Michael Anthony Knyszek
2024-11-20[release-branch.go1.23] runtime: prevent weak->strong conversions during mark...Michael Anthony Knyszek
2024-11-20[release-branch.go1.23] syscall: mark SyscallN as noescapeqmuntal
2024-11-19[release-branch.go1.23]time: accept "+01" in TestLoadFixed on OpenBSDDmitri Shuralyov
2024-11-19[release-branch.go1.23] cmd/compile: use a non-fragile test for "does f conta...David Chase
2024-11-06[release-branch.go1.23] go1.23.3go1.23.3Gopher Robot
2024-10-30[release-branch.go1.23] runtime: reduce syscall.SyscallX stack usageqmuntal
2024-10-30[release-branch.go1.23] runtime: fix MutexProfile missing root framesFelix Geisendörfer
2024-10-30[release-branch.go1.23] internal/poll: handle the special case of sendfile(2)...Andy Pan
2024-10-30[release-branch.go1.23] internal/poll: keep copying after successful Sendfile...Damien Neil
2024-10-30[release-branch.go1.23] cmd/link: generate Mach-O UUID when -B flag is specifiedCherry Mui
2024-10-30[release-branch.go1.23] runtime: uphold goroutine profile invariants in coros...Michael Anthony Knyszek
2024-10-25[release-branch.go1.23] runtime,time: use atomic.Int32 for isSendingMichael Anthony Knyszek
2024-10-23[release-branch.go1.23] runtime: don't frob isSending for tickersIan Lance Taylor
2024-10-21[release-branch.go1.23] runtime: fix GoroutineProfile stacks not getting null...Felix Geisendörfer
2024-10-11[release-branch.go1.23] syscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature ch...Michael Pratt
2024-10-11[release-branch.go1.23] os: add clone(CLONE_PIDFD) check to pidfd feature checkMichael Pratt
2024-10-08[release-branch.go1.23] runtime: clear isSending bit earlierIan Lance Taylor
2024-10-02[release-branch.go1.23] os: ignore SIGSYS in checkPidfdcions
2024-10-02[release-branch.go1.23] runtime: fix TestGdbAutotmpTypes on gdb version 15Shulhan
2024-10-01[release-branch.go1.23] go1.23.2go1.23.2Gopher Robot
2024-09-27[release-branch.go1.23] runtime: if stop/reset races with running timer, retu...Ian Lance Taylor
2024-09-25[release-branch.go1.23] cmd/compile: fix wrong esacpe analysis for rangefuncCuong Manh Le
2024-09-18[release-branch.go1.23] syscall: on exec failure, close pidfdIan Lance Taylor
2024-09-11[release-branch.go1.23] unique: don't retain uncloned input as keyMichael Anthony Knyszek
2024-09-06[release-branch.go1.23] os: dup pidfd if caller sets PidFD manuallyWei Fu
2024-09-06[release-branch.go1.23] internal/weak: shade pointer in weak-to-strong conver...Michael Anthony Knyszek
2024-09-06[release-branch.go1.23] runtime: size maps.Clone destination bucket array safelyKeith Randall
2024-09-05[release-branch.go1.23] cmd/cgo: correct padding required by alignmentIan Lance Taylor
2024-09-05[release-branch.go1.23] go1.23.1go1.23.1Gopher Robot
2024-09-05[release-branch.go1.23] go/build/constraint: add parsing limitsRoland Shoemaker
2024-09-05[release-branch.go1.23] encoding/gob: cover missed cases when checking ignore...Roland Shoemaker
2024-09-05[release-branch.go1.23] go/parser: track depth in nested element listsRoland Shoemaker
2024-08-29[release-branch.go1.23] cmd: vendor golang.org/x/telemetry@internal-branch.go...Michael Pratt
2024-08-28[release-branch.go1.23] database/sql: fix panic with concurrent Conn and CloseNic Klaassen
2024-08-28[release-branch.go1.23] go/types, types2: unalias tilde terms in underIsTim King
2024-08-28[release-branch.go1.23] runtime: store bp on cgocallback as unsafe.PointerMichael Anthony Knyszek
2024-08-28[release-branch.go1.23] go/types, types2: use max(fileVersion, go1.21) if fil...Michael Matloob
2024-08-21[release-branch.go1.23] runtime: on AIX, fix call to _cgo_sys_thread_create i...Paul E. Murphy
2024-08-21[release-branch.go1.23] go/types, types2: Named.cleanup must also handle *Ali...Robert Griesemer
2024-08-21[release-branch.go1.23] unique: use TypeFor instead of TypeOf to get type in ...Michael Anthony Knyszek
2024-08-21[release-branch.go1.23] os: use O_EXCL instead of O_TRUNC in CopyFS to disall...Andy Pan
2024-08-14[release-branch.go1.23] os: fix Chtimes test flakesKir Kolyshkin
2024-08-13[release-branch.go1.23] go1.23.0go1.23.0Gopher Robot
2024-08-13[release-branch.go1.23] revert "go/types, types2: only use fileVersion if 1.2...Carlos Amedee
2024-08-12[release-branch.go1.23] go/types, types2: only use fileVersion if 1.21 or gre...Michael Matloob
2024-08-02[release-branch.go1.23] crypto/tls: fix testHandshake close flakesFilippo Valsorda