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