1. 660a071 cmd/internal/telemetry: add NewStackCounter functions by Michael Matloob · 2 days ago master
  2. c5698e3 cmd/pprof: fix exception when file or path contains colon by cui fliter · 6 months ago
  3. 959e65c bytes: fix up godoc link errors by Daniel Martí · 2 days ago
  4. cf05873 net/http: represent multi wildcards properly by Jonathan Amsterdam · 5 days ago
  5. 8509f69 os: use filepathlite.FromSlash by qmuntal · 2 days ago
  6. 5616ab6 os: use filepathlite.VolumeName by qmuntal · 2 days ago
  7. d95fa7a os: use filepathlite.IsAbs by qmuntal · 2 days ago
  8. 150f45b os: use stringslite.HasPrefix by Tobias Klauser · 2 days ago
  9. 3206a9b http: fix some comments typo in server.go by The Backend Grip · 3 days ago
  10. 476a352 syscall: use stringslite.Has{Prefix,Suffix} by Tobias Klauser · 3 days ago
  11. dc164ea os: remove ineffective else branch by qmuntal · 2 days ago
  12. 16ce8b3 net: fix lookupHost on Plan 9 by David du Colombier · 4 days ago
  13. cf16440 slices: reduce code nesting depth for Compact and CompactFunc by Jes Cok · 6 days ago
  14. 9e0685f encoding/json: optimize field sorting with slices and cmp by aimuz · 4 days ago
  15. f6e6b63 time: add notes about monotonic time paused by plasmatium · 6 days ago
  16. a81c8b3 net/url: improve URL.String performance by Koya IWAMURA · 9 days ago
  17. 99ee616 internal/runtime/atomic: fix TestAnd64 and TestOr64 by Egon Elbre · 5 days ago
  18. 644a4ff testing: use time.Since in highPrecisionTime by Egon Elbre · 5 days ago
  19. 774d5b3 make.bash: avoid ksh bug in nogoenv by Russ Cox · 6 days ago
  20. ceef063 path/filepath, internal/filepathlite: move parts of filepath to filepathlite by Damien Neil · 8 days ago
  21. ad22356 all: rename internal/safefilepath to internal/filepathlite by Damien Neil · 8 days ago
  22. d69f874 strings, internal/stringslite: lite version of strings package by Damien Neil · 8 days ago
  23. 1c47049 testing: use QueryPerformanceCounter on Windows by Egon Elbre · 3 months ago
  24. 9effeea internal/weak: remove unnecessary conversion, fix typo by Dmitriy Matrenichev · 10 days ago
  25. b439f32 all: make use of sync.Map.Clear by Jes Cok · 6 days ago
  26. 0e7f5cf doc/README.md: discourage RELNOTE in CLs by Jonathan Amsterdam · 6 days ago
  27. b384ee7 net, os, internal/poll: test for use of sendfile by Damien Neil · 7 days ago
  28. 1969162 net: fix sendfile regression with io.Copy on macOS by Philipp Wollermann · 9 days ago
  29. deeebf5 cmd/link/internal/ld: more fixes to TestElfBindNow readonly .got check by Than McIntosh · 6 days ago
  30. 2dd82d9 compress: reordering fields to reduce struct sizes by apocelipes · 8 days ago
  31. 4370cfb slices: optimize Compact and CompactFunc by go101 · 5 months ago
  32. 5ff0b53 bytes: skip TestNewBufferShallow if optimization is disabled by qmuntal · 6 days ago
  33. 5419f65 spec: clarify prose for range over numeric range expressions by Robert Griesemer · 8 days ago
  34. 1ca31ea cmd/link/internal/ld: revised bindnow/relro test for ELF by Than McIntosh · 9 days ago
  35. 5702600 cmd/compile: teach dse about equivalent LocalAddrs by Derek Parker · 9 days ago
  36. a8ba163 runtime: fix mcall unwinding on Windows by qmuntal · 8 days ago
  37. fd99157 go/types, types2: refactor Checker.rangeStmt for clarity by Robert Griesemer · 7 days ago
  38. a4031ea all: fix typos in comments by guoguangwu · 7 days ago
  39. 06478e4 go/types, types2: simplify Default function by Robert Griesemer · 7 days ago
  40. 8c0da42 cmd/go: go env GOMOD should not download newer toolchain by Sam Thanawalla · 9 days ago
  41. 8960925 time: deflake TestChan/asynctimerchan=1 tests by Russ Cox · 9 days ago
  42. db5f2b4 spec: clarify when a range expression is evaluated by Robert Griesemer · 8 days ago
  43. 4351af6 net/http: improve continue statements for tests by Jes Cok · 8 days ago
  44. e7aeeae image/jpeg: ignore garbage bytes before a RST marker by Nigel Tao · 10 days ago
  45. 799968d go.types, types2: factor out isUntypedNumeric predicate by Robert Griesemer · 9 days ago
  46. 9b9de26 go/types: add Alias.Rhs by Alan Donovan · 8 days ago
  47. e689118 crypto/tls: skip bogo suite on windows builders by Roland Shoemaker · 8 days ago
  48. d037bba cmd/compile: add debug log prior to export data lookup by Michael Pratt · 8 days ago
  49. 508e761 cmd/compile: bail PGO method lookup on interface types by Michael Pratt · 8 days ago
  50. 3aad2d0 cmd/internal/obj/ppc64: fix incorrect int to int64 conversion when checking MOVD opcodes by Paul E. Murphy · 10 days ago
  51. 4792ca7 doc: fix typos in docs by guoguangwu · 9 days ago
  52. 62dfa43 bytes: add test to ensure shallow copy of NewBuffer does not allocate by Joe Tsai · 9 days ago
  53. fc6a5ea runtime: test mutex contention stacks and counts by Rhys Hiltner · 9 days ago
  54. 960fa9b sync: add examples for OnceValue and OnceValues by Austin Clements · 1 year, 1 month ago
  55. a62c290 src/buildall.bash: use grep -E instead of egrep by gucio321 · 9 days ago
  56. 08e73e6 debug/elf: remove incorrect doc link by Ian Lance Taylor · 3 months ago
  57. 8d880da cmd/cgo/internal/test: don't skip some tests on musl by Ian Lance Taylor · 3 months ago
  58. 8361329 all: fix some typos in comments by racequite · 9 days ago
  59. 0304d03 runtime: switch to systemstack before throw in casgstatus by Michael Anthony Knyszek · 10 days ago
  60. 9702cd9 cmd/compile: mark closure DUPOK if the outer function is by Cherry Mui · 10 days ago
  61. 0c39dc1 runtime: reduce stack usage for asmcgocall on PPC64 by Cherry Mui · 10 days ago
  62. 552faa8 runtime: reduced struct sizes found via pahole by Sabyrzhan Tasbolatov · 3 weeks ago
  63. 674657e net/http: correct error messages for TestParseSetCookie by Jes Cok · 12 days ago
  64. 5a3b640 Refactor output message by Lev Ustimenko · 10 days ago
  65. aa63ef4 internal/intern: delete unused package by Michael Anthony Knyszek · 4 weeks ago
  66. 6737f4c runtime: set gp.syscallbp from entersyscallblock_handoff by Michael Anthony Knyszek · 10 days ago
  67. 1f4bcee runtime: move zeroVal out of map.go by Michael Pratt · 13 days ago
  68. 9f9dd2b cmd/compile: fix cmpstring rewrite rule by Keith Randall · 10 days ago
  69. 79065f0 net/netip: use the unique package instead of internal/intern by Michael Anthony Knyszek · 4 weeks ago
  70. a088e23 unique: add unique package and implement Make/Handle by Michael Anthony Knyszek · 4 weeks ago
  71. 654c336 cmd/go: update comment to not say GO386 does not exist by Ian Lance Taylor · 11 days ago
  72. ed2671a cmd/link/internal/ld: temporarily add skip for new portion of TestElfBindNow by Than McIntosh · 10 days ago
  73. 734fd7a cmd/compile/internal/ssa: fix the description of auxCCop as auxInt by zhangjian · 11 days ago
  74. 69aa197 cmd/compile: combine phielim and copyelim into a single pass by jeffery · 10 days ago
  75. 4bb67bc runtime: always acquire M when acquiring locks by rank by Rhys Hiltner · 13 days ago
  76. 2dddc7e cmd/link: move .dynamic and .got sections to relro if applicable by Than McIntosh · 7 weeks ago
  77. 7f76c00 internal/reflectlite: remove unused mapType by Michael Pratt · 13 days ago
  78. 903e0ff reflect: remove unnecessary type conversions of untyped PtrSize by Ian Lance Taylor · 3 weeks ago
  79. 35c6193 runtime: for fallback hash, get rid of constant xors by Keith Randall · 14 days ago
  80. c260de2 runtime: remove odd-forcing of hash constants by khr@golang.org · 2 weeks ago
  81. ef2f339 runtime: make it harder to find collisions in the 64-bit fallback hash by khr@golang.org · 2 weeks ago
  82. 2b82a4f runtime: track frame pointer while in syscall by Michael Anthony Knyszek · 14 days ago
  83. dcb5de5 cmd/trace/v2: tolerate traces with broken tails by Michael Anthony Knyszek · 14 days ago
  84. 4324d5a internal/concurrent: handle boundary case for hash bits in HashTrieMap by Michael Anthony Knyszek · 13 days ago
  85. 2ff8934 reflect: omit anonymous field name from StructOf type string by Ian Lance Taylor · 9 weeks ago
  86. f0d6ddf crypto/tls: don't cache marshal'd bytes by Roland Shoemaker · 14 days ago
  87. 1a3682b runtime: use bootstrapRand to initialize hashkey by Michael Pratt · 14 days ago
  88. 1a0b863 cmd/compile: remove redundant calls to cmpstring by khr@golang.org · 3 weeks ago
  89. d428a63 internal/goexperiment: remove unused range experiment by Michael Pratt · 13 days ago
  90. 974b201 internal/syscall/unix: implement Eaccess on darwin by Tobias Klauser · 2 weeks ago
  91. 104c293 syscall/js: allocate arg slices on stack for small numbers of args by Jacob · 14 days ago
  92. f31fcc7 doc: make symbol links simpler for relnotes by Jes Cok · 13 days ago
  93. a639078 net/http: add field Cookie.Quoted bool by Nuno Gonçalves · 14 days ago
  94. 0106462 go/types: add Func.Signature method by Alan Donovan · 2 months ago
  95. dfc86e9 internal/weak: add package implementing weak pointers by Michael Anthony Knyszek · 4 weeks ago
  96. fa470f6 internal/concurrent: add HashTrieMap by Michael Anthony Knyszek · 6 weeks ago
  97. 68c0ad3 cmd/go: only attempt to match subset of $GOCACHE in test by Michael Pratt · 14 days ago
  98. ad87d44 go/types, types2: use correct predicate when asserting comma-ok types by Robert Griesemer · 14 days ago
  99. a0205e6 doc: simplify symbol links for relnotes by Jes Cok · 2 weeks ago
  100. 276d28f net/http: add case for TestParseSetCookie by Jes Cok · 2 weeks ago