1. 7971fcd test/codegen: tidy tests for bits by Joel Sing · 3 days ago master
  2. 0f62077 simd/archsimd: fix "go generate" command by Cherry Mui · 3 days ago
  3. a5fe8c0 simd/archsimd: guard test helpers with amd64 tag by Cherry Mui · 3 days ago
  4. a23d1a4 bytes: improve consistency in split test messages by jjpinto · 3 days ago
  5. 866e461 cmd/go: update pkgsite doc command to v0.0.0-20251223195805-1a3bd3c788fe by Michael Matloob · 3 days ago
  6. 08dc839 time: skip test that will fail with GO111MODULE=off by Kevin Burke · 3 days ago
  7. 43ebed8 runtime: improve a log message in TestCleanupLost by Lin Lin · 6 days ago
  8. 81283ad runtime: fix nGsyscallNoP accounting by Michael Anthony Knyszek · 3 days ago
  9. 3e0e166 test/codegen: codify bit related code generation for riscv64 by Joel Sing · 3 days ago
  10. 3faf988 errors: add a test verifying join does not flatten errors by Damien Neil · 3 days ago
  11. 2485a0b cmd/asm/internal/asm: run riscv64 end-to-end tests for each profile by Joel Sing · 6 days ago
  12. 8254d66 cmd/asm/internal/asm: abort end to end test if assembly failed by Joel Sing · 6 days ago
  13. 1b3db48 Revert "errors: optimize errors.Join for single unwrappable errors" by Damien Neil · 4 days ago
  14. b6b8b2f cmd/compile: handle propagating an out-of-range jump table index by Cuong Manh Le · 4 days ago
  15. 2cd0371 debug/pe: avoid panic in File.ImportedSymbols by Alex Brainman · 6 months ago
  16. 91435be runtime: revert entry point on freebsd/arm64 by Rob Nichols · 4 days ago
  17. c1efada simd/archsimd: correct documentation for pairwise operations by Cherry Mui · 4 days ago
  18. 3d77a0b os/exec: second call to Cmd.Start is always an error by Alan Donovan · 2 weeks ago
  19. 7ecb1f3 simd/archsimd: add HasAVX2() guards to tests that need them by David Chase · 7 days ago
  20. 70c22e0 simd/archsimd: delete DotProductQuadruple methods for now by Cherry Mui · 7 days ago
  21. 42cda7c simd/archsimd: add Grouped for 256- and 512-bit SaturateTo(U)Int16Concat, and fix type by Cherry Mui · 7 days ago
  22. baa0ae3 simd/archsimd: correct type and instruction for SaturateToUint8 by Cherry Mui · 7 days ago
  23. d46c58d go/doc: link to struct fields in the same package by Sean Liao · 12 days ago
  24. 25ed6c7 cmd/go/internal/doc: update pkgsite version by matloob · 7 days ago
  25. 4411edf simd/archsimd: reword documentation for some operations by Cherry Mui · 9 days ago
  26. 7d9418a simd/archsimd: reword documentation of comparison operations by Cherry Mui · 9 days ago
  27. d00e96d internal/cpu: repair VNNI feature check by David Chase · 8 days ago
  28. cfc024d simd/archsimd: reword documentation for conversion ops by Cherry Mui · 9 days ago
  29. ad91f5d simd/archsimd: reword documentation of shfit operations by Cherry Mui · 9 days ago
  30. b8c4cc6 runtime: keep track of secret allocation size by Daniel Morsing · 10 days ago
  31. 8564fed cmd/go: remove reference to no longer existing -i flag by matloob · 9 days ago
  32. eecdb61 crypto: rename fips140v2.0 to fips140v1.26 by Filippo Valsorda · 9 days ago
  33. 05e4122 simd/archsimd: reword documentation of As methods by Cherry Mui · 10 days ago
  34. 5166998 runtime/secret: warn users about allocations, loosen guarantees by Daniel Morsing · 2 weeks ago
  35. 8c28ab9 cmd/cgo: don't emit C local if it is not used by Ian Lance Taylor · 10 days ago
  36. 65b71c1 crypto/internal/fips140only: test fips140=only mode by Filippo Valsorda · 12 months ago
  37. ea1aa76 go/doc: exclude examples with results by Sean Liao · 12 days ago
  38. 5046bdf crypto/tls: reject trailing messages after client/server hello by Roland Shoemaker · 5 weeks ago
  39. 3f6eabdf cmd/compile: use unsigned constant when folding loads for SIMD ops with constants by Cherry Mui · 10 days ago
  40. a4b5b92 cmd/dist: preserve existing GOEXPERIMENTs when running tests with additional experiments by qmuntal · 10 days ago
  41. d14b6427 cmd/link: set canUsePlugins only on platforms that support plugin by Cherry Mui · 11 days ago
  42. 9ba0948 cmd/link: don't create __x86.get_pc_thunk symbol if it already exists by Cherry Mui · 11 days ago
  43. b7944a5 text/template: fix slice builtin for pointers to arrays by Nathan Nguyen · 3 weeks ago
  44. 6713f46 archive/tar, compress/bzip2: base64 some troublesome testdata files by Ian Lance Taylor · 14 days ago
  45. 388eb10 cmd/go: show comparable in go doc interface output by Nathan Nguyen · 3 weeks ago
  46. 1b291b7 simd/archsimd: skip tests if AVX is not available by Cherry Mui · 14 days ago
  47. d30884b cmd/dist: test GOEXPERIMENT=simd on AMD64 by Cherry Mui · 14 days ago
  48. ee0275d runtime, cmd/link: tighten search for stackObjectRecord by Ian Lance Taylor · 2 weeks ago
  49. 63fced5 runtime/secret: restore goroutine behavior to proposal by Daniel Morsing · 2 weeks ago
  50. 6455afb runtime: dropg after emitting trace event in preemptPark by Michael Anthony Knyszek · 2 weeks ago
  51. 8f45611 runtime/pprof: deflake TestGoroutineLeakProfileConcurrency by Michael Anthony Knyszek · 2 weeks ago
  52. 34af879 cmd/link: add new linknames to blocked linkname list by Cherry Mui · 14 days ago
  53. 8d31244 runtime/secret: guard files with goexperiment by Cherry Mui · 2 weeks ago
  54. e8a8378 go/doc: reuse import name logic for examples by Sean Liao · 3 weeks ago
  55. 927c89b cmd/compile: update ABI document for riscv64 by Meng Zhuo · 2 weeks ago
  56. 245bcdd runtime: add extra subtest layer to TestFinalizerOrCleanupDeadlock by Michael Anthony Knyszek · 2 weeks ago
  57. ae62a1b Revert "database/sql: allow drivers to override Scan behavior" by Austin Clements · 2 weeks ago
  58. 89614ad runtime/trace: fix broken TestSubscribers by Michael Anthony Knyszek · 2 weeks ago
  59. bb2337f cmd/go: set GOOS in vet_asm test by Alan Donovan · 2 weeks ago
  60. 2622d29 go/types, types2: remove indirection of Named.finite by Mark Freeman · 2 weeks ago
  61. 5818c9d encoding/json/jsontext: add symbolic Kind constants by Damien Neil · 3 weeks ago
  62. 9de6468 json/jsontext: normalize all invalid Kinds to 0 by Damien Neil · 3 weeks ago
  63. 00642ee encoding/json: report true from v2 Decoder.More when an error is pending by Damien Neil · 3 weeks ago
  64. 7b60d06 lib/time: update to 2025c/2025c by Dmitri Shuralyov · 2 weeks ago
  65. 1de9585 runtime: prevent calls to GOMAXPROCS while clearing P trace state by Michael Anthony Knyszek · 2 weeks ago
  66. e38c38f internal/trace: correctly handle GoUndetermined for GoroutineSummary by Michael Anthony Knyszek · 2 weeks ago
  67. c0ba519 simd/archsimd: rename Mask.AsIntMxN to Mask.ToIntMxN by Cherry Mui · 2 weeks ago
  68. f110ba5 simd/archsimd: define ToMask only on integer vectors by Cherry Mui · 2 weeks ago
  69. 1da0c29c simd/archsimd: add package doc by Cherry Mui · 3 weeks ago
  70. f105dfd lib/fips140: freeze v1.1.0-rc1 FIPS 140 module zip file by Filippo Valsorda · 2 weeks ago
  71. af14f67 runtime: make goroutines inherit DIT state, don't lock to OS thread by Roland Shoemaker · 3 weeks ago
  72. 72c83bc go/types, types2: put Named.finite behind Named.mu by Mark Freeman · 2 weeks ago
  73. b2a697b all: update to x/crypto@7dacc380ba00 by Filippo Valsorda · 3 weeks ago
  74. fc66a56 crypto: clean up subprocess-spawning tests by Filippo Valsorda · 2 weeks ago
  75. b130dab crypto/hpke: apply fips140.WithoutEnforcement to ML-KEM+X25519 hybrid by Filippo Valsorda · 3 weeks ago
  76. c39fe18 crypto/mlkem/mlkemtest: error out in fips140=only mode by Filippo Valsorda · 3 weeks ago
  77. db0ab83 crypto/hpke: don't corrupt enc's excess capacity in DHKEM decap by Filippo Valsorda · 12 months ago
  78. cd873cf crypto/internal/fips140/aes/gcm: don't panic on bad nonces out of FIPS 140-3 mode by Filippo Valsorda · 3 weeks ago
  79. 550c0c8 crypto/hpke: use new gcm.NewGCMForHPKE for FIPS 140-3 compliance by Filippo Valsorda · 3 weeks ago
  80. d349854 crypto/internal: ACVP test data migrated to Geomys repo by Daniel McCarney · 4 weeks ago
  81. cd9319f runtime: use correct function name in methodValueCallFrameObjs comment by Ian Lance Taylor · 9 weeks ago
  82. 0d71bd5 runtime: VZEROUPPER at the end of FilterNilAVX512 by Cherry Mui · 2 weeks ago
  83. 36bca31 cmd: fix some issues in the comments by cuishuang · 3 weeks ago
  84. b9693a2 runtime: on AIX check isarchive before calling libpreinit by Ian Lance Taylor · 3 weeks ago
  85. 1274d58 go/types, types2: add check for finite size at value observance by Mark Freeman · 3 weeks ago
  86. 9e09812 all: REVERSE MERGE dev.simd (c456ab7) into master by Cherry Mui · 3 weeks ago
  87. c456ab7 [dev.simd] all: merge master (a33bbf1) into dev.simd by Cherry Mui · 3 weeks ago
  88. 1d8711e [dev.simd] internal/buildcfg: don't enable SIMD experiment by default by Cherry Mui · 3 weeks ago
  89. a33bbf1 weak: fix weak pointer test to correctly iterate over weak pointers after GC by cuishuang · 5 weeks ago
  90. a88a963 cmd/cgo: use doc link for cgo.Handle by Ariel Otilibili · 3 weeks ago
  91. 276cc4d cmd/link: fix AIX builds after recent linker changes by Ian Lance Taylor · 4 weeks ago
  92. f38e968 [dev.simd] cmd/compile: zero only low 128-bit of X15 by Cherry Mui · 3 weeks ago
  93. 144cf17 [dev.simd] simd, cmd/compile: move "simd" to "simd/archsimd" by David Chase · 3 weeks ago
  94. f2d9627 runtime/trace: update TestSubscribers to dump traces by Michael Anthony Knyszek · 3 weeks ago
  95. 4837bcc internal/trace: skip tests for alloc/free experiment by default by Michael Anthony Knyszek · 3 weeks ago
  96. b5f6816 cmd/link: generate DWARF for moduledata by Ian Lance Taylor · 3 weeks ago
  97. 44a39c9 runtime: only run TestNotInGoMetricCallback when building with cgo by Michael Anthony Knyszek · 3 weeks ago
  98. 3a6a034 runtime: disable TestNotInGoMetricCallback on FreeBSD + race by Michael Anthony Knyszek · 3 weeks ago
  99. 4122d3e runtime: use atomic C types with atomic C functions by Joel Sing · 3 weeks ago
  100. 3439786 runtime: deflake TestProfBufWakeup by Nick Ripley · 3 weeks ago