1. 7e98944 internal/poll: eliminate the redundant conditional branch for isKernelVersionGE53 by Andy Pan · 8 weeks ago
  2. ebf7747 cmd/internal/obj/ppc64: on Power10, use xxspltidp for float constants by Paul E. Murphy · 9 weeks ago
  3. 0f10ffe expvar: add the missing deletion step for keys by apocelipes · 8 weeks ago
  4. 7dd8f39e all: fix some comments by cui fliter · 5 months ago
  5. da6cc21 archive/zip: fix a broken URL in a comment in writeDataDescriptor by Liam Miller-Cushon · 8 weeks ago
  6. deb2f89 time: add available godoc link by cui fliter · 7 months ago
  7. 397453f strconv: add available godoc link by cui fliter · 7 months ago
  8. 8121604 go/types: don't fail fast on Go version errors by Alan Donovan · 10 weeks ago
  9. af43932 errors: return early for Is(nil, ...) by Tobias Klauser · 8 weeks ago
  10. a4440e3 net/http: speed up go test by Felix Geisendörfer · 9 weeks ago
  11. 4b2db7f slices: update doc for Repeat by Jes Cok · 8 weeks ago
  12. 23fc917 reflect: add missing String case in Value.UnsafePointer doc by Cuong Manh Le · 8 weeks ago
  13. 968e1ce os: convert poll.ErrFileClosed to ErrClosed for Stat by Ian Lance Taylor · 8 weeks ago
  14. 885fdfc expvar: use slices to simplify the code by apocelipes · 8 weeks ago
  15. 61a3ee5 go/types: ObjectString: remove only 1 Alias for "type A = RHS" by Alan Donovan · 9 weeks ago
  16. 6ffbcd8 go/types: include link to source in generated files by Alan Donovan · 9 weeks ago
  17. 170862d slices: simplify slice expression for Replace by Jes Cok · 9 weeks ago
  18. d8e47e2 fmt: add available godoc link by cui fliter · 8 months ago
  19. cf8010d text/template: more godoc links by Olivier Mengué · 9 weeks ago
  20. d08a957 all: add reflect.SliceAt function by Cuong Manh Le · 10 months ago
  21. 3d61f24 reflect: handle String kind in Value.{Pointer,UnsafePointer} by Cuong Manh Le · 10 months ago
  22. e074fcc internal/poll, net, os: remove poll.Splice syscall name return value by Tobias Klauser · 9 weeks ago
  23. b6efc3b cmd/go/internal/modload: close modules.txt by guoguangwu · 9 weeks ago
  24. 5038ce8 cmd/compile: add missing OASOP case in mayModifyPkgVar by Cuong Manh Le · 9 weeks ago
  25. 973befe cmd/compile: check ODEREF for safe lhs in assignment during static init by Cuong Manh Le · 9 weeks ago
  26. 94dba61 internal/abi: clean up type of Kind and Type.Kind_ by Austin Clements · 9 weeks ago
  27. cb6d15a cmd/compile/internal/ssa: fix typos in comment and log by guoguangwu · 9 weeks ago
  28. e0cd905 reflect: add available godoc link by cui fliter · 7 months ago
  29. daaf1f2 all: use kind* of abi by qiulaidongfeng · 9 weeks ago
  30. e3ec1ca os: define wrapSyscallError only on linux by Tobias Klauser · 9 weeks ago
  31. 88b1d61 encoding/json: prevent duplicate slicebytetostring by Shengyu Zhang · 9 weeks ago
  32. 0611816 regexp/syntax: cleanup code generation in perl_groups.go by Olivier Mengué · 5 months ago
  33. be50b58 internal/zstd: optimize window reset using make for buffer allocation by aimuz · 3 months ago
  34. 3b29222 cmd: update vendored x/tools to 904c6ba by Alan Donovan · 9 weeks ago
  35. e565720 database/sql: refactor unused variables to use blank identifiers by Mohammad Abbasi · 1 year, 3 months ago
  36. cd294f5 cmd: update and vendor golang.org/x/telemetry@3640ba5 by Michael Matloob · 9 weeks ago
  37. dfb17c1 cmd/compile: support float min/max instructions on PPC64 by Paul E. Murphy · 2 months ago
  38. a499524 cmd/compile: close files in the startProfile function by guoguangwu · 9 weeks ago
  39. 7c89ad6 os: support relative paths in fixLongPath by qmuntal · 9 weeks ago
  40. 6bfaafd database/sql: use slices to simplify the code by apocelipes · 9 weeks ago
  41. d49a14c cmd/cgo: update outdated docs about cgocheck2 by Kévin Dunglas · 9 weeks ago
  42. ba9c445 cmd/go: close elf file in the readpkglist function by guoguangwu · 9 weeks ago
  43. 0bf6071 Revert "cmd/compile/internal: merge stack slots for selected local auto vars" by Cuong Manh Le · 9 weeks ago
  44. 89f7805 cmd/compile/internal: merge stack slots for selected local auto vars by Than McIntosh · 5 months ago
  45. 754f870 crypto/tls,regexp: remove always-nil error results by Daniel Martí · 9 months ago
  46. dcf046f cmd/compile/internal: refactor coverage ir.Name flags by Than McIntosh · 3 months ago
  47. 7979c8f cmd/compile/internal/liveness: introduce "live intervals" utility by Than McIntosh · 3 months ago
  48. 593daf7 cmd/compiler/internal/ssagen: refactor code to sort stack vars by Than McIntosh · 3 months ago
  49. 29fcd15 Revert "cmd/compile: add missing OINLCAll case in mayModifyPkgVar" by Than McIntosh · 9 weeks ago
  50. 9a028e1 cmd/compile: add missing OINLCAll case in mayModifyPkgVar by Cuong Manh Le · 9 weeks ago
  51. 27c7a3d regexp/syntax: use the Regexp.Equal static method directly by Daniel Martí · 9 weeks ago
  52. 2830d54 runtime: make use of builtin clear in tests by Jes Cok · 9 weeks ago
  53. 8f59b28 cmd/cgo: close the file opened in the dynimport function by guoguangwu · 9 weeks ago
  54. d0051be runtime: simplify timers.siftDown by Russ Cox · 9 weeks ago
  55. bb7a299 runtime: move whenHeap into heap slice by Russ Cox · 9 weeks ago
  56. bb523c9 net/http: correct doc for ServeFileFS by Jes Cok · 9 weeks ago
  57. 8f618c1 cmd/compile: put constants before variables in initialization order by Keith Randall · 9 weeks ago
  58. 3f90ba7 go/ast: more godoc links by Olivier Mengué · 9 weeks ago
  59. fae6eb5 runtime: fix timer race introduced in CL 573455 by Russ Cox · 9 weeks ago
  60. 77d9cb8 runtime: adjust when timers.adjust is called by Russ Cox · 9 weeks ago
  61. 97f1b76 runtime: optimize timers.cleanHead by Russ Cox · 9 weeks ago
  62. 84b190a runtime: avoid unnecessary netpoll wakeups during timer creation by Russ Cox · 9 weeks ago
  63. 33fd95b encoding/asn1: simplify appendFourDigits by apocelipes · 10 weeks ago
  64. ed9aed1 internal/sysinfo: implement CPUName on bsd systems by Russ Cox · 10 months ago
  65. 2e1003e cmd/go: replace reflect.DeepEqual with slices.Equal and maps.Equal by Daniel Martí · 9 weeks ago
  66. 0c56120 cmd/compile: rename cmd/compile/internal/pgo to cmd/compile/internal/pgoir by Michael Pratt · 3 months ago
  67. 63deaf0 cmd/compile,cmd/preprofile: move logic to shared common package by Michael Pratt · 3 months ago
  68. 2860e01 os: make readdir more robust on Windows by qmuntal · 10 weeks ago
  69. 132f9fa test: issue16016: use fewer goroutines for gccgo by Ian Lance Taylor · 9 weeks ago
  70. d4cc35c all: make use of builtin clear by Jes Cok · 9 weeks ago
  71. 979b34b cmd/preprofile: drop output directory check by Michael Pratt · 3 months ago
  72. a16b4bf cmd/preprofile: clean up error handling by Michael Pratt · 3 months ago
  73. 50dcffb crypto/internal/boring: don't shadow named returns by Roland Shoemaker · 10 weeks ago
  74. b47f2fe runtime,hash/maphash: reuse hashSets to save memory pressure by Keith Randall · 10 weeks ago
  75. d3e5e9f crypto/aes: fix regression for ppc64x by Lynn Boger · 10 weeks ago
  76. 1e12eab all: fix a large number of comments by cui fliter · 2 months ago
  77. 4217877 cmd/internal/ssa: fix typo in comment by guoguangwu · 2 months ago
  78. 8bf9f4b cmd/link: close memory profile by guoguangwu · 10 weeks ago
  79. 51a96f8 regexp/syntax: simplify the code by apocelipes · 10 weeks ago
  80. 2b5e994 runtime,hash/maphash: make tests use less memory by Keith Randall · 10 weeks ago
  81. 340f73c net/http: fix typo in log message by Damien Neil · 10 weeks ago
  82. f6b93a4 slices: add examples by Jes Cok · 2 months ago
  83. aab837d net/http: panic early in do when Client is nil by Kevin Burke · 2 years ago
  84. 1f354a6 runtime: don't call lockOSThread for every syscall call on Windows by qmuntal · 3 months ago
  85. 3659b87 cmd/internal/obj/riscv: use native rotation instructions for rva22u64 by Joel Sing · 2 months ago
  86. 3fefec9 runtime: fix the failures from longtest builders by Andy Pan · 10 weeks ago
  87. e7bdc88 internal/trace/v2: fix reader version for dumping text output by Michael Anthony Knyszek · 10 weeks ago
  88. 4c2b1e0 runtime: migrate internal/atomic to internal/runtime by Andy Pan · 4 months ago
  89. b1182f2 cmd/go/internal/modget: remove duplicate exit by Zxilly · 2 months ago
  90. 8ed0d35 regexp: use slices to simplify the code by apocelipes · 10 weeks ago
  91. b37fb8c test/stress: fix typo in comment by guoguangwu · 10 weeks ago
  92. 2c67736 crypto/rand: close /dev/random on plan9 after seeding by guoguangwu · 10 weeks ago
  93. 051e992 os: reuse buffer pool more aggressively in readdir by qmuntal · 10 weeks ago
  94. 15b2f69 net/http: also log TLS errors which look like HTTP sent to an HTTPS port by Damien Neil · 10 weeks ago
  95. 13a1f39 log/slog: use plain string concatenation for Attr.String by Kevin Burke · 2 months ago
  96. 25aa45a os: fix typo in test by guoguangwu · 10 weeks ago
  97. 2c150f4 crypto/aes: speed up AES by reducing allocations by Marten Seemann · 4 months ago
  98. c4792e6 net/http: eliminate the needless idle timeout for TestServerNoReadTimeout by Andy Pan · 2 months ago
  99. aaecd75 net/http: update bundled x/net/http2 by Andy Pan · 2 months ago
  100. 3ede941 internal/poll: use sync.OnceValue to determine kernel version ≥ 5.3 in CopyFileRange by Tobias Klauser · 2 months ago