1. 6a1dd03 encoding/json/v2: rename `inline` tag option as `embed` by Joe Tsai · 8 weeks ago
  2. 22fbb9e cmd/go: adjust test script (fix build) by Robert Griesemer · 8 weeks ago
  3. 9052a29 crypto/tls: only set LocalCertificate when a certificate is presented by waris ) · 8 weeks ago
  4. beed654 cmd/cgo: fix TestFortran on Windows by qmuntal · 8 weeks ago
  5. 26d16b7 cmd/internal/script/scripttest: deflake cmd/link and other testscript tests via a longer WaitDelay by thepudds · 2 months ago
  6. 16e8e06 runtime: prefix "runtime error:" to PanicNilError.Error to fully confirm as runtime.Error by Emmanuel T Odeke · 8 weeks ago
  7. 5d1cdac net/http/internal/http2: call synctest.Test directly by Damien Neil · 8 weeks ago
  8. b6a3601 net/http/internal/http2: verify SETTINGS from server against flow limits by Damien Neil · 8 weeks ago
  9. efddb5a go/types, types2: add user-friendly panics in Instantiate by Robert Griesemer · 8 weeks ago
  10. b4771dc bytes, strings: clarify WriteRune return values by cuishuang · 8 weeks ago
  11. 1a15699 runtime: in moveSliceNoCap, round size down to a whole multiple of element size by khr@golang.org · 8 weeks ago
  12. 679b34e all: re-run stringer by Tobias Klauser · 2 months ago
  13. 0ed8395 cmd/go: harmonize error messages for invalid GODEBUG settings by Robert Griesemer · 8 weeks ago
  14. e5fcab9 crypto/tls: update ECH specification reference by Daniel McCarney · 8 weeks ago
  15. 2f4a096 crypto/tls: skip unnecessary type conversion by Daniel McCarney · 8 weeks ago
  16. c086c0e simd: add example_test.go by David Chase · 9 weeks ago
  17. 0607ffa syscall: add //go:norace to rawSyscall on darwin by Sebastien Tardif · 10 weeks ago
  18. 7239eea go/types, types2: traverse aliases in isComplete check by Mark Freeman · 9 weeks ago
  19. 012d142 internal/goexperiment: delete Flags.GenericMethods by Mark Freeman · 9 weeks ago
  20. 38e988e cmd/compile: fix AMD64 misscompilation due to AMD64 SETcc and Jcc mapping by Jorropo · 10 weeks ago
  21. 61202f5 test/codegen: update runtimefreegc test for slice backing store fix by thepudds · 9 weeks ago
  22. dfc01c3 cmd/go/internal/doc: move buildPkgsite version constant to package scope by Dmitri Shuralyov · 10 weeks ago
  23. 13a70de simd, cmd/compile: check for out-of-bounds SetElem panic by David Chase · 9 weeks ago
  24. 7624fb3 cmd/compile: add debugging flag for simd "midway" transformation by David Chase · 9 weeks ago
  25. ff99e41 cmd/dist: drop 3 minute timeout for a few packages that get close by Dmitri Shuralyov · 9 weeks ago
  26. 3ca82d4 path/filepath: handle \\?\ and \??\ UNC prefixes in VolumeName by qmuntal · 9 weeks ago
  27. 10cfbfc path/filepath: reject Windows volume names containing .. by qmuntal · 9 weeks ago
  28. 1459690 cmd/compile: make sure methods are type checked when used in inference by Robert Griesemer · 9 weeks ago
  29. b2b5aa4 simd: create a single file for simd types shared by stubs and emulation by David Chase · 9 weeks ago
  30. 90e20f8 simd: add a hard dependence of simd types on their implementation by David Chase · 9 weeks ago
  31. 2e2e974 go/types, types2: add missing generic test to Checker.Instantiate by Robert Griesemer · 9 weeks ago
  32. ff05f35 simd: check for out-of-bounds GetElem panic by David Chase · 9 weeks ago
  33. 38ff67c cmd/go/internal/load: use file path prefix check for GOROOT dirs by qmuntal · 10 weeks ago
  34. c829583 simd: add some inner-product benchmarks by David Chase · 10 weeks ago
  35. c910146 simd: add test that emulation is endianness-insensitive by David Chase · 9 weeks ago
  36. ee5e65d cmd/compile: "simd" types have non-constant sizeof by David Chase · 9 weeks ago
  37. 0ac1ebd cmd/compile: tweak rewriting to leave original exported declarations by David Chase · 9 weeks ago
  38. a72a6b2 database/sql/driver: document RowsColumnScanner interaction with Next by Damien Neil · 9 weeks ago
  39. f5eb66f runtime: detect use of old setting for removed GODEBUGs at startup time by Robert Griesemer · 9 weeks ago
  40. e4bc71d cmd/compile: hint about unexported fields in "too few values" error by gulmix · 5 months ago
  41. 6e04f9f cmd/compile: fix slice backing store analysis by Cuong Manh Le · 9 weeks ago
  42. 8fd906ad cmd/compile: relax ConvertVal assertion for non-constant conversions by Cuong Manh Le · 9 weeks ago
  43. 4611acc encoding/json: fix regression with unmarshaling unsupported types by Joe Tsai · 9 weeks ago
  44. a3acf85 encoding/json: treat invalid `inline` as a regular field by Joe Tsai · 9 weeks ago
  45. 8c14de9 simd, cmd/compile: turns out mul-add is not supported on some WASM by David Chase · 9 weeks ago
  46. 9879a55 go/types: don't guarantee that Hasher{,IgnoreTags} have same hash by Alan Donovan · 9 weeks ago
  47. 5fa87c6 all: fix some function names in comment by cuishuang · 3 months ago
  48. f2f369d cmd/compile: fix misscompilation of Rsh with 32bits rhs on arm64 by Jorropo · 9 weeks ago
  49. 9f9476d cmd/compile: add the ability to eat InvertFlags to ADCQ and SBBQ by Jorropo · 9 weeks ago
  50. ea05c82 encoding/json: document contrasting v2 behavior in StringifyWithLegacySemantics and UnmarshalArrayFromAnyLength by Joe Tsai · 9 weeks ago
  51. 98da1ab runtime: make lockRank an int64 instead of an int by khr@golang.org · 9 weeks ago
  52. 5bf2dcd cmd/dist: test encoding/json/... with GOEXPERIMENT=nojsonv2 by Dmitri Shuralyov · 9 weeks ago
  53. 4f965ec encoding/json/v2: document lack of support for non-finite float values by Joe Tsai · 9 weeks ago
  54. 068ceb6 cmd/cgo: fix TestFortran on openbsd by Joel Sing · 9 weeks ago
  55. 3b00b08c go/types, types2: stash receivers on method selections by Mark Freeman · 3 months ago
  56. 4093d5e crypto/x509: normalize IP name constraints with non-zero host bits by p4p3r · 10 weeks ago
  57. f72cd89 encoding/json/jsontext: improve Encoder/Decoder documentation by Joe Tsai · 9 weeks ago
  58. efbecbb crypto/tls: add LocalCertificate to ConnectionState by Roland Shoemaker · 9 weeks ago
  59. 5005a20 net/http: prevent blocking when reading and closing gzipReader concurrently by Nicholas S. Husin · 9 weeks ago
  60. e02b0a5 crypto/tls: update EncryptedClientHelloKey.Config KEM docs by Daniel McCarney · 9 weeks ago
  61. 04ef2e7 net: return ErrClosed in Plan 9 if connection is closed during Read by Richard Miller · 3 months ago
  62. 6278b72 cmd/compile: fix conversion from constant to type parameter by Cuong Manh Le · 10 weeks ago
  63. f5cdf47 cmd/internal/testdir: don't skip asmcheck tests with arch build constraints in -all_codegen mode by ArsenySamoylov · 9 weeks ago
  64. aa0e916 cmd/fix: pull in CL 787020 by Dmitri Shuralyov · 9 weeks ago
  65. fe49de6 crypto/internal/cryptotest: add ChaCha20-Poly1305 Wycheproof coverage by Daniel McCarney · 5 months ago
  66. 5ac12e6 crypto/hmac: expand Wycheproof coverage to truncated tags by Daniel McCarney · 5 months ago
  67. 7525263 crypto/rsa: add RSA PSS sig. verification Wycheproof coverage by Daniel McCarney · 5 months ago
  68. 64a5c54 crypto/rsa: expand OAEP Wycheproof coverage to mismatched MGF hashes by Daniel McCarney · 5 months ago
  69. b5bf108 crypto/internal/fips140test: add AES-CMAC Wycheproof coverage by Daniel McCarney · 5 months ago
  70. af3d961 crypto/rsa: add PKCS#1 v1.5 decryption Wycheproof coverage by Daniel McCarney · 5 months ago
  71. 4e83bbb crypto/pbkdf2: add Wycheproof coverage by Daniel McCarney · 9 weeks ago
  72. 733cdd6 crypto/mldsa: add ML-DSA Wycheproof coverage by Daniel McCarney · 5 months ago
  73. a9b6f1b crypto/internal/cryptotest/wycheproof: allow local vector dir by Daniel McCarney · 9 weeks ago
  74. 2e75fc9 crypto/internal/cryptotest/wycheproof: update deps and schema by Daniel McCarney · 9 weeks ago
  75. 7ecf1df encoding/json: fix Decoder.InputOffset regression after EOF by Joe Tsai · 9 weeks ago
  76. fc44626 encoding/json: drop documentation mention of `format` by Joe Tsai · 9 weeks ago
  77. 7c074f1 cmd/compile: use position of nil check when merging it with subsequent store by Keith Randall · 2 months ago
  78. 7395fa1 cmd/compile: don't re-evaluate length of value being ranged over by Keith Randall · 2 months ago
  79. fdfc67f encoding/json/v2: support format tag via runtime Option by Joe Tsai · 9 weeks ago
  80. 661aadb internal/runtime/gc: require AVX512DQ for greentea by Keith Randall · 9 weeks ago
  81. a501383 text/template/parse: respect delims in String representations by Paul Jolly · 1 year, 7 months ago
  82. e95518b net/http/internal/http2: reject non-identical duplicate Content-Length headers by Nicholas S. Husin · 10 weeks ago
  83. 74b9232 [dev.simd] cmd/go: include simd bridge package in compiled test imports by Junyang Shao · 9 weeks ago
  84. 2458ba0 simd: route HiToLo through Float64x2 and fix codegen tests by Alexander Musman · 9 weeks ago
  85. a79201b cmd/go: include simd bridge package in compiled test imports by Junyang Shao · 9 weeks ago
  86. a4731ef [dev.simd] simd: route HiToLo through Float64x2 and fix codegen tests by Alexander Musman · 9 weeks ago
  87. 6a8455f crypto/x509: use netip.ParseAddr in VerifyHostname for IPv6 zones by sravanibhamidipaty · 2 months ago
  88. bc14746 math/rand/v2: fix comments on rand.N by Austin Clements · 9 weeks ago
  89. 121b442 cmd/go/internal/doc: clear packageCache before building pkgsite by Hana Kim · 10 weeks ago
  90. d00c67f net/mail: parse ipv6 in addresses according to RFC 5321. by Cassondra Foesch · 3 months ago
  91. f4d1304 cmd/compile,sync/atomic: make Add And & Or SQCST on PPC64 by Jorropo · 3 months ago
  92. 35e6f58 cmd/go/internal/doc: update pkgsite version by Hana Kim · 10 weeks ago
  93. 8d29cf2 simd: for 1.27, make ARM64 Reduce* methods return scalar by David Chase · 10 weeks ago
  94. 66bc4c7 cmd/internal/script: help deflake "WaitDelay expired" errors by reporting the duration by thepudds · 10 weeks ago
  95. fbe166e [dev.simd] all: merge master (d2b991c) into dev.simd by David Chase · 10 weeks ago
  96. d2b991c simd: for 1.27, changed StorePart to return the length stored by David Chase · 10 weeks ago
  97. 9a23a31 simd: for 1.27, remove deprecated arm64 "As..." methods by David Chase · 10 weeks ago
  98. 3521c10 simd, cmd/compile: for 1.27, rename MulEvenWiden to MulWidenEven by David Chase · 10 weeks ago
  99. 6f010ac simd: for 1.27, remove deprecated Merge method by David Chase · 10 weeks ago
  100. 07664b7 simd: for 1.27, remove the arm64 uint vector to mask conversions by David Chase · 10 weeks ago