- 19f8047 all: update to x/net@5e11a5ab891c by Nicholas S. Husin · 4 hours ago master
- 0b54a75 encoding/json/v2: support `format` tag option behind goexperiment by Joe Tsai · 4 days ago
- d5d2bde encoding/json/jsontext: document underlying data storage of Token by Joe Tsai · 3 days ago
- f2a4319 encoding/json/jsontext: use custom wrapper type for Token accessor errors by Joe Tsai · 3 days ago
- 1bd98fa crypto/internal/fips140/drbg: fix Wasm stub by Filippo Valsorda · 10 hours ago
- 6f19c3b cmd/compile: add missing bound checks when handle zero-sized values by Cuong Manh Le · 14 hours ago
- e929fb7 index/suffixarray: protect against another data corruption by Robert Griesemer · 7 days ago
- 2098279 index/suffixarray: report error rather than panic for corrupted data by Robert Griesemer · 7 days ago
- 4e4b780 cmd/compile/internal/noder: hoist up generic methods assertion by Mark Freeman · 29 hours ago
- f6664a0 cmd/dist: inline matchexpr into its only caller by Dmitri Shuralyov · 30 hours ago
- e1dff0e cmd/dist: use go/build/constraint to parse build constraints by Dmitri Shuralyov · 30 hours ago
- ba02236 cmd/dist: add a 'gccgo && gc || gc' build constraint testcase by Dmitri Shuralyov · 30 hours ago
- 2868672 cmd/compile: resync regmask refactoring change by Junyang Shao · 3 days ago
- 1901161 cmd/compile: refactor regMask for more registers by Junyang Shao · 1 year, 3 months ago
- 8594bf46 runtime/,internal/runtime/maps: move hashing function implemented in GOASM to maps package by ArsenySamoylov · 11 days ago
- 464dc3f encoding/json/jsontext: report errors for numeric Token accessors by Joe Tsai · 6 days ago
- f1bc06b encoding/json: document Unmarshal behavior of JSON arrays into non-empty Go slices by Joe Tsai · 5 days ago
- 0af7dbf sync/atomic: document why not Int16 by Alan Donovan · 3 weeks ago
- 891f4a8 reflect: Value.Methods should panic at nil interface value by Weixie Cui · 11 days ago
- c5b8752 debug/pe: should check return of r.ReadAt at NewFile by Weixie Cui · 11 days ago
- 3fdac67 cmd/compile: add math.{Ceil,Trunc,Floor,RoundToEven} intrinsics on loong64 by Guoqi Chen · 12 days ago
- 4e07833 all: fix a lot of spelling mistakes by cuishuang · 2 weeks ago
- b1772ba cmd/compile: fix type reshaping for nested instantiations by Cuong Manh Le · 3 weeks ago
- deaf3e6 cmd/compile: use HasPointers in memcombine to match write barrier check by Jelle van den Hooff · 3 months ago
- 7bb9bc6 encoding/json/jsontext: expand signature of AppendFormat by Joe Tsai · 5 days ago
- 60a809d encoding/json/internal/jsonwire: remove generic implementations by Joe Tsai · 5 days ago
- cb39d7a net: clarify documentation for Dialer.FallbackDelay by Basavaraj PB · 8 weeks ago
- 10b5bac crypto/tls: skip unsupported ECH config versions by Daniel McCarney · 7 days ago
- be9da6c cmd/compile/internal/ssa: limit call stack use in known bits by Daniel Morsing · 12 days ago
- 914b632 cmd/compile/internal/types: don't change outer formatting mode when recursing by Weixie Cui · 10 days ago
- c4a8f71 cmd/internal/obj/s390x: typo by Weixie Cui · 10 days ago
- bb1dde2 cmd/compile: remove deadcode by Weixie Cui · 11 days ago
- d9a6e74 reflect: fix nil array pointer caused panic by Weixie Cui · 11 days ago
- 5756e85 encoding/json: fix typos in documentation by Joe Tsai · 5 days ago
- 7912a25 cmd/asm, cmd/internal/obj/arm64: make addr the last op in SVE stores by Junyang Shao · 5 days ago
- f512621 cmd/go: document input formats for edit -go / -toolchain by Sean Liao · 3 weeks ago
- 2aa62e3 cmd/go/internal/list: disallow empty string arg by Sean Liao · 3 weeks ago
- da6a4cd cmd/compile: teach deadstore about moves by Keith Randall · 7 days ago
- 4aa6dad cmd/internal/obj/s390x: add VSTRL instruction by kmvijay · 7 weeks ago
- e7679df cmd/go/internal/workcmd: fix typo by Weixie Cui · 11 days ago
- b163a59 crypto/tls: clean up and regenerate client recorded test handshakes by Filippo Valsorda · 3 weeks ago
- 1023dc1 crypto/tls: clean up and regenerate server recorded test handshakes by Filippo Valsorda · 4 weeks ago
- 6baecf3 crypto/tls: make tests use SetGlobalRandom by Filippo Valsorda · 4 weeks ago
- fbab18c crypto/tls: fix error handling in recorded test connections by Filippo Valsorda · 4 weeks ago
- bb416f5 runtime: disable CgoCallbackX15 test on freebsd+race by Keith Randall · 5 days ago
- 87fe5fafb cmd/compile: use GOEXPERIMENT from environment for generic methods by Cherry Mui · 5 days ago
- 5732f4b net/http: disable some flaky HTTP/3 tests by Nicholas S. Husin · 5 days ago
- 23eac3d cmd/go/internal/vcs: stop making network connections in test by Michael Matloob · 5 days ago
- 70e521b cmd/link: avoid a copy in Mach-O CodeSign by Cherry Mui · 5 weeks ago
- fdd5927 test: use goexperiment.genericmethods for tests by Mark Freeman · 5 days ago
- aa62c18 internal/goexperiment: put generic methods behind GOEXPERIMENT by Mark Freeman · 5 days ago
- 17bd5ab syscall: copy only read bytes in js/wasm by iamrajiv · 3 weeks ago
- 0e9a844 cmd/go: set a http user agent by Sean Liao · 2 weeks ago
- d8cab4c cmd/compile, go/types: disable constant string size check by Cherry Mui · 6 days ago
- cbaecb2 cmd/link: make -f flag actually ignore version mismatch by Cherry Mui · 11 days ago
- 8191cd8 cmd/go: loosen go work sync version requirements by Michael Matloob · 5 weeks ago
- a221442 cmd/go: add go1.24 requirement when running go get with tools by Olivier Mengué · 6 weeks ago
- 60eb90e encoding/json/jsontext: add TODO about removing Internal symbol by Joe Tsai · 7 days ago
- f2ec125 html/template: fix escaping of URLs in meta content attributes by Neal Patel · 13 days ago
- 76c2c9b crypto/sha3: ensure unwrapped *sha3.Digest are usable by Neal Patel · 3 months ago
- 79b47a7 crypto/mlkem: enrich the DecapsulationKey768|1024 doc comments by Neal Patel · 4 weeks ago
- f0f2768 crypto/fips140: add package docs by Filippo Valsorda · 7 days ago
- 5bb6d16 os/signal: add Notify windows documentation by Alex Brainman · 9 days ago
- a63b23f html/template: fix escaper bypass by treating empty script type as JavaScript by Neal Patel · 8 days ago
- 2c59389 net/mail: fix quadratic consumePhrase behavior by Neal Patel · 7 days ago
- a3f569a net/http: resolve data race in TestMaxBytesHandler by Nicholas S. Husin · 8 days ago
- f939153 database/sql: prioritize closingMutex.Lock over RLock when no rlocks by Damien Neil · 7 days ago
- b8e0cb8 cmd/compile: consolidate size limits by Cherry Mui · 7 days ago
- 343fbe2 cmd/compile: eliminate impossible type assertions in generic functions by Jake Bailey · 8 months ago
- 58968c7 crypto/internal/rand: avoid MaybeReadByte non-determinism with SetGlobalRandom by Filippo Valsorda · 4 weeks ago
- da36c0e crypto/tls: delete orphaned test transcripts by Filippo Valsorda · 4 weeks ago
- 3103a23 crypto/tls: wrap ML-KEM hybrids in fips140.WithoutEnforcement by Filippo Valsorda · 6 weeks ago
- 8b2f069 crypto/internal/cryptotest: add RerunWithFIPS140Enabled/Enforced by Filippo Valsorda · 6 weeks ago
- 10434cb crypto/tls: switch FIPS 140-3 tests to new certificates by Filippo Valsorda · 6 weeks ago
- 37b75cc6 crypto/tls: generate test certificates by Filippo Valsorda · 6 weeks ago
- 3ac09d0 cmd/go/internal/fips140: verify zip hash before unzipping by Filippo Valsorda · 11 days ago
- d876fda crypto/internal/fips140/mldsa: add accumulated field functions test by Filippo Valsorda · 4 weeks ago
- e22e20a lib/fips140: add certified pointing to v1.0.0-c2097c7c by Filippo Valsorda · 8 days ago
- d0aedae lib/fips140: update inprocess to v1.26.0 by Filippo Valsorda · 8 days ago
- 7dcde17 crypto: typo by Weixie Cui · 7 days ago
- 65d5c5f net/http: resolve data race in TestTransportReadToEndReusesConn by Nicholas S. Husin · 8 days ago
- 5fb2392 go/types, types2: add missing state for assertion by Mark Freeman · 2 weeks ago
- 6795bb3 net/http/httputil: reencode queries with many parameters in proxy by Damien Neil · 11 days ago
- 1f5c165 cmd/compile: support optimizing switch statements with fallthroughs to lookup tables by qmuntal · 4 weeks ago
- d79a007 go/ast: incr i after i == 0 check by Weixie Cui · 11 days ago
- 1d23a4c runtime: tweak outdated comment in cgocallback for amd64 by Nick Ripley · 8 days ago
- efa1eec net/http: re-enable HTTP/3 tests by Nicholas S. Husin · 3 weeks ago
- 85f838f cmd/internal/obj, cmd/compile: refactor encoding arm64 RegisterArrangement by Alexander Musman · 6 months ago
- 5e45c1d crypto/internal/fips140: handle static assembly symbols correctly in FIPS check by limeidan · 3 weeks ago
- 879b659 cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64 by Guoqi Chen · 3 weeks ago
- ca10097 cmd/asm, cmd/internal/obj: add riscv64 pseudo CSR ops by Mark Ryan · 1 year, 3 months ago
- 02b3e0d encoding/json/jsontext: add float32 support by Joe Tsai · 3 months ago
- 1225feb sync: document guidance on Cond.Broadcast regarding holding the lock by Joe Tsai · 9 weeks ago
- 52fd498 runtime: clear X15 before calling cgocallbackg by Michael Pratt · 11 days ago
- 9b3f3ad cmd/trace: rewrite unspecified address to localhost in URL by Michael Pratt · 11 days ago
- 9c0cb3c runtime: fix should not compare uint64 with zero by Weixie Cui · 11 days ago
- 02d1369 cmd/trace: listen on localhost when address omitted by Michael Pratt · 11 days ago
- 8288544 cmd/go: using cmdFlags instead run flags by Weixie Cui · 3 weeks ago
- 543703d cmd/compile: set the limit of string constants to 1 GiB by Cherry Mui · 2 weeks ago
- 33cf692 cmd/trace: fix off-by-one bug by Weixie Cui · 12 days ago