go /
go /
refs/tags/go1.24.6 - 7f36edc [release-branch.go1.24] go1.24.6 by Gopher Robot · 10 weeks ago go1.24.6
- 83b4a5d [release-branch.go1.24] database/sql: avoid closing Rows while scan is in progress by Damien Neil · 3 months ago
- 0f5133b [release-branch.go1.24] os/exec: fix incorrect expansion of "", "." and ".." in LookPath by Olivier Mengué · 3 months ago
- 6e1c452 [release-branch.go1.24] cmd/compile: for arm64 epilog, do SP increment with a single instruction by Keith Randall · 3 months ago
- 731de13 [release-branch.go1.24] os/user: user random name for the test user account by qmuntal · 3 months ago
- 390ffce [release-branch.go1.24] runtime: prevent unnecessary zeroing of large objects with pointers by Michael Anthony Knyszek · 7 months ago
- b454859 [release-branch.go1.24] runtime: stash allpSnapshot on the M by Michael Pratt · 4 months ago
- 9d828e8 [release-branch.go1.24] go1.24.5 by Gopher Robot · 3 months ago go1.24.5
- 825eeee [release-branch.go1.24] cmd/go: disable support for multiple vcs in one module by Roland Shoemaker · 4 months ago
- dbf30d8 [release-branch.go1.24] cmd/link: permit a larger size BSS reference to a smaller DATA symbol by Cherry Mui · 4 months ago
- 6b51660 [release-branch.go1.24] runtime: set mspan limit field early and eagerly by Michael Anthony Knyszek · 4 months ago
- cc60413 [release-branch.go1.24] runtime: prevent mutual deadlock between GC stopTheWorld and suspendG by Michael Anthony Knyszek · 4 months ago
- 21b488b [release-branch.go1.24] runtime: handle system goroutines later in goroutine profiling by Michael Anthony Knyszek · 4 months ago
- e038690 [release-branch.go1.24] cmd/go/internal/fips140: ignore GOEXPERIMENT on error by Michael Pratt · 4 months ago
- 1575127 [release-branch.go1.24] runtime: add missing unlock in sysReserveAlignedSbrk by Cherry Mui · 4 months ago
- 7d08a16 [release-branch.go1.24] cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...) by Paul Murphy · 4 months ago
- 5f2cbe1 [release-branch.go1.24] cmd/compile: do nil check before calling duff functions, on arm64 and amd64 by Keith Randall · 5 months ago
- 6796ebb [release-branch.go1.24] go1.24.4 by Gopher Robot · 4 months ago go1.24.4
- 85897ca [release-branch.go1.24] net/http: strip sensitive proxy headers from redirect requests by Neal Patel · 5 months ago
- 9f9cf28 [release-branch.go1.24] os: don't follow symlinks on Windows when O_CREATE|O_EXCL by Damien Neil · 5 months ago
- a31c931 [release-branch.go1.24] cmd/link: allow linkname reference to a TEXT symbol regardless of size by Cherry Mui · 5 months ago
- 03811ab [release-branch.go1.24] crypto/x509: decouple key usage and policy validation by Roland Shoemaker · 5 months ago
- 04a9473 [release-branch.go1.24] lib/fips140: set inprocess.txt to v1.0.0 by Filippo Valsorda · 5 months ago
- db8f1dc [release-branch.go1.24] hash/maphash: hash channels in purego version of maphash.Comparable by Vladislav Yarmak · 5 months ago
- 664cf832 [release-branch.go1.24] runtime/debug: document DefaultGODEBUG as a BuildSetting by Sean Liao · 1 year, 3 months ago
- 431f75a [release-branch.go1.24] os: fix Root.Mkdir permission bits on OpenBSD by Josh Rickmar · 5 months ago
- 34c8b14 [release-branch.go1.24] go1.24.3 by Gopher Robot · 5 months ago go1.24.3
- 8947f33 [release-branch.go1.24] os: avoid escape from Root via paths ending in ../ by Damien Neil · 6 months ago
- 06fd2f1 [release-branch.go1.24] cmd/compile: remove no-longer-necessary recursive inlining checks by David Chase · 7 months ago
- f66ab65 [release-branch.go1.24] cmd/internal/obj/wasm: use i64 for large return addr by Zxilly · 6 months ago
- c1f9c2c [release-branch.go1.24] cmd/go/internal/load: join incompatible and dirty build specifiers with . by Dimitri John Ledkov · 3 years, 3 months ago
- 0ab64e2 [release-branch.go1.24] runtime: cleanup M vgetrandom state before dropping P by Michael Pratt · 6 months ago
- 56eb998 [release-branch.go1.24] internal/runtime/maps: pass proper func PC to race.WritePC/race.ReadPC by Mateusz Poliwczak · 6 months ago
- 43130af [release-branch.go1.24] runtime: fix 9-arg syscall on darwin/amd64 by Keith Randall · 6 months ago
- b2c005e [release-branch.go1.24] crypto/tls: fix ECH compatibility by 古大羊 · 8 months ago
- a9d9b55 [release-branch.go1.24] cmd/link: choose one with larger size for duplicated BSS symbols by Cherry Mui · 7 months ago
- fa7217f [release-branch.go1.24] os: avoid panic in Root when symlink references the root by Damien Neil · 7 months ago
- 49860cf [release-branch.go1.24] go1.24.2 by Gopher Robot · 6 months ago go1.24.2
- f3a3023 [release-branch.go1.24] testing: detect a stopped timer in B.Loop by Austin Clements · 7 months ago
- 1d755aa [release-branch.go1.24] testing: detect early return from B.Loop by Austin Clements · 7 months ago
- 9204aca [release-branch.go1.24] testing: separate b.Loop counter from b.N by Austin Clements · 7 months ago
- 0ae3ca0 [release-branch.go1.24] runtime: explicitly disable async preempt for internal/runtime by Andy Pan · 7 months ago
- dae59b5 [release-branch.go1.24] runtime: skip TestCgoCallbackPprof on platforms with broken profiling by Michael Pratt · 7 months ago
- b7fd97a [release-branch.go1.24] runtime: only set isExtraInC if there are no Go frames left by Michael Pratt · 7 months ago
- 311096a [release-branch.go1.24] go/types,types2: allocate the used* maps in initFiles by Rob Findley · 7 months ago
- e9162e7 [release-branch.go1.24] go/types,types2: externalize used objects by Rob Findley · 8 months ago
- d107ee9 [release-branch.go1.24] testing: allow manual timer control in testing.B.Loop by Junyang Shao · 7 months ago
- 213f156 [release-branch.go1.24] internal/godebugs: fix changed version for winsymlink and winreadlinkvolume to 1.23 by Jordan Liggitt · 7 months ago
- ac1f5aa [release-branch.go1.24] net/http: reject newlines in chunk-size lines by Damien Neil · 8 months ago
- fd29397 [release-branch.go1.24] net/http: don't modify caller's tls.Config.NextProtos by Damien Neil · 7 months ago
- 4524009 [release-branch.go1.24] runtime: Added usage example for the runtime.AddCleanup() function. by Alexandr Primak · 8 months ago
- bd1bc8a [release-branch.go1.24] crypto/tls: allow P-521 in FIPS 140-3 mode and Go+BoringCrypto by Filippo Valsorda · 7 months ago
- c2a34be [release-branch.go1.24] cmd/compile: use inline-Pos-based recursion test by David Chase · 7 months ago
- 0ace2d8 [release-branch.go1.24] cmd/compile: fix out of memory when inlining closure by Cuong Manh Le · 7 months ago
- e4119e9 [release-branch.go1.24] all: updates vendored x/net by Junyang Shao · 7 months ago
- 339c903 [release-branch.go1.24] go1.24.1 by Gopher Robot · 7 months ago go1.24.1
- 334de79 [release-branch.go1.24] all: updated vendored x/net with security fix by Damien Neil · 8 months ago
- 5d69208 [release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-statement by Ian Lance Taylor · 8 months ago
- 949eae8 [release-branch.go1.24] cmd/compile: don't pull constant offsets out of pointer arithmetic by Keith Randall · 8 months ago
- 0bfde51 [release-branch.go1.24] runtime: document that cleanups can run concurrently with each other by Michael Anthony Knyszek · 8 months ago
- 45a5271 [release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-statement by Ian Lance Taylor · 8 months ago
- 7f375e2 [release-branch.go1.24] reflect: let Value.Seq return the iteration value correct type by qiulaidongfeng · 8 months ago
- 4070531 [release-branch.go1.24] syscall: disable O_DIRECTORY on Windows for js/wasm by Zxilly · 8 months ago
- 5ffdb9c [release-branch.go1.24] reflect: correctly handle method values in Seq by Michael Anthony Knyszek · 8 months ago
- becc17e [release-branch.go1.24] runtime: use WCLONE when waiting on pidfd test child by Michael Pratt · 8 months ago
- d418e22 [release-branch.go1.24] syscall: don't send child signal when testing pidfd by Ian Lance Taylor · 8 months ago
- 456eaf5 [release-branch.go1.24] cmd/compile: don't report newLimit discovered when unsat happens multiple times by Jorropo · 8 months ago
- e4ef833 [release-branch.go1.24] debug/buildinfo: base64-encode test binaries by Michael Pratt · 8 months ago
- 4e6d346 [release-branch.go1.24] cmd/compile: ensure we don't reuse temporary register by khr@golang.org · 8 months ago
- f5c3883 [release-branch.go1.24] internal/godebugs: add fips140 as an opaque godebug setting by Ian Lance Taylor · 8 months ago
- af23671 [release-branch.go1.24] cmd/compile, runtime: use deferreturn as target PC for recover from deferrangefunc by David Chase · 8 months ago
- 0f7b760 [release-branch.go1.24] doc/godebug: mention GODEBUG=fips140 by Ian Lance Taylor · 8 months ago
- eb58df7 [release-branch.go1.24] cmd/compile: avoid infinite recursion when inlining closures by Cuong Manh Le · 8 months ago
- 30f4d9e [release-branch.go1.24] syscall: don't truncate newly created files on Windows by qmuntal · 8 months ago
- bb0e5c2 [release-branch.go1.24] runtime: fix usleep on s390x/linux by Paul Murphy · 8 months ago
- cd0e528 [release-branch.go1.24] runtime: add some linknames back for `github.com/bytedance/sonic` by 段仪 · 8 months ago
- 80e2e47 [release-branch.go1.24] cmd/go: initialize req.Header when loading git credential by Quan Tong · 8 months ago
- 3901409 [release-branch.go1.24] go1.24.0 by Gopher Robot · 8 months ago go1.24.0
- 35c0ea2 [release-branch.go1.24] bytes: use "subslice" instead of "substring" in doc comments by Cherry Mui · 8 months ago
- 6d399e9 [release-branch.go1.24] os: hide SetFinalizer from users of Root by Michael Anthony Knyszek · 8 months ago
- b7b4c60 [release-branch.go1.24] weak: prevent unsafe conversions using weak pointers by thepudds · 8 months ago
- 18068cb [release-branch.go1.24] go1.24rc3 by Gopher Robot · 8 months ago go1.24rc3
- c43ac38 [release-branch.go1.24] Revert "cmd/go/internal/work: allow @ character in some -Wl, linker flags on darwin" by Roland Shoemaker · 9 months ago
- 4241f58 [release-branch.go1.24] all: merge master (37f27fb) into release-branch.go1.24 by Carlos Amedee · 8 months ago
- 37f27fb cmd/go: enable fips test and fix caching bug by Russ Cox · 11 months ago
- 77d2083 cmd: update golang.org/x/tools to CL 645697, and revendor by Rob Findley · 8 months ago
- ce7ea0a cmd/go: refine GOAUTH user parsing to be more strict by Sam Thanawalla · 9 months ago
- e81f715 lib/fips140: freeze v1.0.0 FIPS 140 module zip file by Filippo Valsorda · 9 months ago
- 4f48ad5 cmd/link/internal/loader: fix linknames from FIPS 140 frozen tree by Filippo Valsorda · 9 months ago
- 1f58ad5 Revert "os: employ sendfile(2) for file-to-file copying on Linux when needed" by Michael Pratt · 9 months ago
- 90ec999 crypto/pbkdf2: add keyLength limit by Roland Shoemaker · 9 months ago
- 62cd7cb crypto/hkdf: check error in TestFIPSServiceIndicator by Ian Lance Taylor · 9 months ago
- 7764c50 crypto/internal/sysrand: skip TestNoGetrandom without cgo by Filippo Valsorda · 9 months ago
- 5045538 internal/coverage: fix bug in text-format coverage output with multiple packages by Than McIntosh · 11 months ago
- 28d389e internal/godebug: check error from os.ReadFile in test by Ian Lance Taylor · 9 months ago
- 8071f2a runtime: mapiter linkname compatibility layer by Michael Pratt · 9 months ago
- 78e6f2a runtime: rename mapiterinit and mapiternext by Michael Pratt · 9 months ago
- 4ebd5bf internal/goexperiment: update location of baseline experiment in comment by Ian Lance Taylor · 9 months ago
- f8937cb archive/zip, archive/tar: writer appends slash to directory names by yincong · 9 months ago
- 11e08d9 strconv: adjust comment so that gofmt doesn't mung it by Ian Lance Taylor · 9 months ago