1. 2d37c20 go/types, types2: better error when selecting field on type rather than value by Robert Griesemer · 8 hours ago master
  2. 4552829 doc/next: initialize by Carlos Amedee · 11 hours ago
  3. 83c44ec internal/goversion: update Version to 1.27 by Carlos Amedee · 11 hours ago
  4. 2baa1d1 runtime: remove the unused scanIdx from mspan by Youlin Feng · 5 days ago
  5. a8291eb cmd/compile/internal/staticinit: fix bug in global new(expr) by Alan Donovan · 34 hours ago
  6. 4edaaf2 strconv: don't call internal Atoi twice in Atoi by Daniel Müllner · 3 days ago
  7. 7251c9e doc: fix urlmaxqueryparams typos by Michael Pratt · 6 days ago
  8. 532e320 go/types,cmd/compile/internal/types2: better diagnostic for type shadowing by Alan Donovan · 5 weeks ago
  9. bb7c0c7 archive/zip: reduce CPU usage in index construction by Damien Neil · 3 months ago
  10. 2dcaaa7 net/url: add urlmaxqueryparams GODEBUG to limit the number of query parameters by Damien Neil · 3 months ago
  11. 5e1ad12 cmd/go/internal/work: sanitize flags before invoking 'pkg-config' by Neal Patel · 7 weeks ago
  12. 94a1296 cmd/go: update VCS commands to use safer flag/argument syntax by Roland Shoemaker · 6 weeks ago
  13. bba2471 crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone by Roland Shoemaker · 2 weeks ago
  14. 9ef26e9 sort: improve comment readability for Stable function by Prateik Lohani · 7 days ago
  15. 2bc4315 crypto/internal/fips140test: add ML-DSA to FIPS 140-3 functional tests by Filippo Valsorda · 5 weeks ago
  16. e242961 simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512 by Austin Clements · 8 days ago
  17. 9ef1692 simd/archsimd/_gen/simdgen: feature implications by Austin Clements · 9 days ago
  18. e2fef50 runtime: rename mallocTiny* to mallocgcTinySize* by Michael Matloob · 9 days ago
  19. 7f6418b all: fix misspellings in comments by cuishuang · 2 weeks ago
  20. c16402d os/exec: move platform-specific LookPath docs to a common comment by Damien Neil · 2 weeks ago
  21. b7e6d8b os/exec_test: fix test on Plan 9 by Ori Bernstein · 4 weeks ago
  22. cbe1538 net: fix socket duplication error handling on Windows by qmuntal · 14 days ago
  23. 30d0b40 net: don't ignore getsockname errors in newFileFD by qmuntal · 14 days ago
  24. 5741608 net: don't ignore errors in TestUnixUnlink by qmuntal · 14 days ago
  25. df6c351 crypto: use testenv.Executable(t) instead of os.Args[0] in tests by Filippo Valsorda · 13 days ago
  26. cc1d7af spec: slightly re-arrange composite literal section for readability by Robert Griesemer · 2 weeks ago
  27. fed3b0a cmd/dist: fix goroot typo in panic message by jjpinto · 2 weeks ago
  28. 55ab5bb path/filepath: Match: improve doc comment by Alan Donovan · 13 days ago
  29. 088ba94 crypto/rsa: log key on test failure by Filippo Valsorda · 2 weeks ago
  30. 108b333 cmd/go: only use check cache action's dependencies to build vet config by Michael Matloob · 14 days ago
  31. 2bbb2ac runtime/trace: fix documentation comment by jjpinto · 2 weeks ago
  32. 6b2505c cmd/go: remove user-content from doc strings in cgo ASTs. by Neal Patel · 2 weeks ago
  33. 4b89bcb lib/fips140: freeze v1.26.0 FIPS 140-3 module by Filippo Valsorda · 5 weeks ago
  34. 8ac4477 simd/archsimd: rename Broadcast methods by Cherry Mui · 14 days ago
  35. 5facb3b internal/types: add test for cycles in value context by Mark Freeman · 2 weeks ago
  36. 28147b5 cmd/go: guarantee a minimum of min(4,GOMAXPROCS) to compile -c by Michael Matloob · 2 weeks ago
  37. 874d8b9 cmd/go/internal/work: decrement concurrentProcesses when action finishes by Michael Matloob · 2 weeks ago
  38. d1e7f49 internal/trace: fix recorder.Write return value for header-only buffers by jjpinto · 2 weeks ago
  39. f6ebd91 all: update vendored x/tools by Dmitri Shuralyov · 3 weeks ago
  40. d1d0fc7 os/exec: avoid atomic.Bool for Cmd.startCalled by Alan Donovan · 2 weeks ago
  41. 9b2e3b9 simd/archsimd: use V(P)MOVMSK for mask ToBits if possible by Cherry Mui · 2 weeks ago
  42. f8ee0f8 cmd/go/testdata/vcstest/git: use git commands that work on older git versions by Joel Sing · 6 weeks ago
  43. b094749 test/codegen: codify bit related code generation for arm64 by Joel Sing · 4 weeks ago
  44. e84983f cmd/compile: optimize SIMD IsNaN.Or(IsNaN) by Cherry Mui · 3 weeks ago
  45. 8244b85 simd/archsimd: add tests for IsNaN by Cherry Mui · 3 weeks ago
  46. 13440fb simd/archsimd: make IsNaN unary by Cherry Mui · 3 weeks ago
  47. c3550b3 simd/archsimd: correct documentation of Mask types by Cherry Mui · 3 weeks ago
  48. 34ad263 net/rpc: correct comment for isExportedOrBuiltinType function by jjpinto · 4 weeks ago
  49. b28808d cmd/go/internal/modindex: fix obvious bug using failed type assertion by Michael Matloob · 3 weeks ago
  50. d64add4 simd/archsimd: adjust documentations slightly by Cherry Mui · 5 weeks ago
  51. 1843cfb runtime/secret: make tests more sturdy by Daniel Morsing · 4 weeks ago
  52. fd45d70 all: fix some minor grammatical issues in the comments by cuishuang · 5 weeks ago
  53. df4e08a test/codegen: fix a tab in comparisons.go to ensure pattern works by Alexander Musman · 7 weeks ago
  54. cd668d7 cmd/compile: disable inlining for functions using runtime.deferrangefunc by zuojunwei.1024 · 4 weeks ago
  55. 06eff0f simd/archsimd: add tests for Saturate-Concat operations by Cherry Mui · 3 weeks ago
  56. 110aaf7 simd/archsimd: add tests for Saturate operations by Cherry Mui · 3 weeks ago
  57. 22e7b94 simd/archsimd: add tests for ExtendLo operations by Cherry Mui · 3 weeks ago
  58. 76dddce simd/archsimd: remove redundant suffix of ExtendLo operations by Cherry Mui · 3 weeks ago
  59. 6ecdd2f simd/archsimd: add more tests for Convert operations by Cherry Mui · 3 weeks ago
  60. e0c99fe simd/archsimd: add more tests for Truncate operations by Cherry Mui · 4 weeks ago
  61. 0836936 reflect: document Call/CallSlice panic when v is unexported field by qiulaidongfeng · 6 months ago
  62. ca8effb internal/coverage/decodemeta: correct wording in unknown version error by jjpinto · 4 weeks ago
  63. 0b06b68 encoding/gob: clarify docs about pointers to zero values not being sent by Oleg Zaytsev · 4 weeks ago
  64. 9cb3edb regexp: standardize error message format in find_test.go by jjpinto · 4 weeks ago
  65. b3ed062 tests: improve consistency and clarity of test diagnostics by jjpinto · 3 weeks ago
  66. 3dcb48d test: follow got/want convention in uintptrescapes test by jjpinto · 4 weeks ago
  67. f7b7e94 test: clarify log message for surrogate UTF-8 check by jjpinto · 4 weeks ago
  68. e790d59 simd/archsimd: add tests for Truncate operations by Cherry Mui · 4 weeks ago
  69. f4cec79 cmd: fix unused errors reported by ineffassign by Lin Lin · 5 weeks ago
  70. ca13fe0 simd/archsimd: add more tests for Convert operations by Cherry Mui · 4 weeks ago
  71. 037c047 simd/archsimd: add more tests for Extend operations by Cherry Mui · 4 weeks ago
  72. 7971fcd test/codegen: tidy tests for bits by Joel Sing · 4 weeks ago
  73. 0f62077 simd/archsimd: fix "go generate" command by Cherry Mui · 4 weeks ago
  74. a5fe8c0 simd/archsimd: guard test helpers with amd64 tag by Cherry Mui · 4 weeks ago
  75. a23d1a4 bytes: improve consistency in split test messages by jjpinto · 4 weeks ago
  76. 866e461 cmd/go: update pkgsite doc command to v0.0.0-20251223195805-1a3bd3c788fe by Michael Matloob · 4 weeks ago
  77. 08dc839 time: skip test that will fail with GO111MODULE=off by Kevin Burke · 4 weeks ago
  78. 43ebed8 runtime: improve a log message in TestCleanupLost by Lin Lin · 5 weeks ago
  79. 81283ad runtime: fix nGsyscallNoP accounting by Michael Anthony Knyszek · 4 weeks ago
  80. 3e0e166 test/codegen: codify bit related code generation for riscv64 by Joel Sing · 4 weeks ago
  81. 3faf988 errors: add a test verifying join does not flatten errors by Damien Neil · 4 weeks ago
  82. 2485a0b cmd/asm/internal/asm: run riscv64 end-to-end tests for each profile by Joel Sing · 5 weeks ago
  83. 8254d66 cmd/asm/internal/asm: abort end to end test if assembly failed by Joel Sing · 5 weeks ago
  84. 1b3db48 Revert "errors: optimize errors.Join for single unwrappable errors" by Damien Neil · 4 weeks ago
  85. b6b8b2f cmd/compile: handle propagating an out-of-range jump table index by Cuong Manh Le · 4 weeks ago
  86. 2cd0371 debug/pe: avoid panic in File.ImportedSymbols by Alex Brainman · 7 months ago
  87. 91435be runtime: revert entry point on freebsd/arm64 by Rob Nichols · 4 weeks ago
  88. c1efada simd/archsimd: correct documentation for pairwise operations by Cherry Mui · 4 weeks ago
  89. 3d77a0b os/exec: second call to Cmd.Start is always an error by Alan Donovan · 6 weeks ago
  90. 7ecb1f3 simd/archsimd: add HasAVX2() guards to tests that need them by David Chase · 5 weeks ago
  91. 70c22e0 simd/archsimd: delete DotProductQuadruple methods for now by Cherry Mui · 5 weeks ago
  92. 42cda7c simd/archsimd: add Grouped for 256- and 512-bit SaturateTo(U)Int16Concat, and fix type by Cherry Mui · 5 weeks ago
  93. baa0ae3 simd/archsimd: correct type and instruction for SaturateToUint8 by Cherry Mui · 5 weeks ago
  94. d46c58d go/doc: link to struct fields in the same package by Sean Liao · 6 weeks ago
  95. 25ed6c7 cmd/go/internal/doc: update pkgsite version by matloob · 5 weeks ago
  96. 4411edf simd/archsimd: reword documentation for some operations by Cherry Mui · 5 weeks ago
  97. 7d9418a simd/archsimd: reword documentation of comparison operations by Cherry Mui · 5 weeks ago
  98. d00e96d internal/cpu: repair VNNI feature check by David Chase · 5 weeks ago
  99. cfc024d simd/archsimd: reword documentation for conversion ops by Cherry Mui · 5 weeks ago
  100. ad91f5d simd/archsimd: reword documentation of shfit operations by Cherry Mui · 5 weeks ago