1. fb8691e syscall: use testing.T.Context by Tobias Klauser · 28 hours ago master
  2. af92bb5 test/codegen: remove plan9/amd64 specific array zeroing/copying tests by Joel Sing · 26 hours ago
  3. bdfa604 cmd/internal/dwarf: always use AT_ranges for scopes with DWARF 5 by Than McIntosh · 20 hours ago
  4. d7f5883 doc/next: add tentative DWARF 5 release note fragment by Than McIntosh · 20 hours ago
  5. 8cdef12 cmd/link: only check PIE size difference when the linkmode is the same by Joel Sing · 24 hours ago
  6. b143c98 cmd/compile: simplify bounded shift on loong64 by Xiaolin Zhao · 4 months ago
  7. b10c359 cmd/internal/obj/loong64: add {V,XV}DIV{B/H/W/V}[U] and {V,XV}MOD{B/H/W/V}[U] instructions support by Xiaolin Zhao · 3 months ago
  8. d729053 mime/multipart: add helper to build content-disposition header contents by Luca Maltagliati · 16 hours ago
  9. a68bf75 cmd/go: don't write own toolchain line when updating go line by Michael Matloob · 3 days ago
  10. 485480f net: deflake recently added TestCloseUnblocksReadUDP by Brad Fitzpatrick · 33 hours ago
  11. 955cf08 cmd/internal/dwarf: fix bug in inlined func DIE range DWARF 5 info by Than McIntosh · 22 hours ago
  12. bec12f1 log/slog: optimize appendKey to reduce allocations by Aoang · 4 months ago
  13. 7e8cead cmd/compile/internal/ssagen: use an alias for math/bits.Len by Joel Sing · 26 hours ago
  14. a812e5f math/big: update calibration tests and recalibrate by Russ Cox · 8 weeks ago
  15. 40c953c runtime: remove nextSampleNoFP from plan9 by Russ Cox · 6 days ago
  16. d037ed6 math/big: simplify, speed up Karatsuba multiplication by Russ Cox · 8 weeks ago
  17. 26040b1 cmd/compile: remove noDuffDevice by Russ Cox · 6 days ago
  18. c9b07e8 cmd/compile: use FMA on plan9, and drop UseFMA by Russ Cox · 8 days ago
  19. 35cb497 cmd/compile: remove useSSE by Russ Cox · 8 days ago
  20. 644b984 cmd/compile: compute bitsize from type size in prove to clean some switches by Jorropo · 3 days ago
  21. b60b9cf cmd/compile: add constant folding for bits.Add64 by Jorropo · 4 days ago
  22. 4ff70cf cmd/compile: add MakeTuple generic SSA op to remove duplicate Select[01] rules by Jorropo · 2 days ago
  23. 99411d7 cmd/compile: compute bits.OnesCount's limits from argument's limits by Jorropo · 4 days ago
  24. 8d767ff runtime: increase GDB version testing requirement to 10 from 7.7 by Than McIntosh · 2 days ago
  25. c032b04 internal/buildcfg: fix typo in DWARF 5 enabling code by Than McIntosh · 2 days ago
  26. c00647b cmd/compile: set bits.OnesCount's limits to [0, 64] by Jorropo · 4 days ago
  27. 554a3c5 cmd/compile: use min & max builtins to assert constant bounds in prove's tests by Jorropo · 4 days ago
  28. d284222 cmd/compile: compute min's & max's limits from argument's limits inside flowLimit by Jorropo · 4 days ago
  29. bcd0ebb internal/cpu: use correct variable when parsing CPU features lamcas and lam_bh on loong64 by Guoqi Chen · 7 days ago
  30. 4364893 cmd/internal/script/scripttest: use GOHOSTARCH to find tool directory by Ian Lance Taylor · 2 days ago
  31. 17b9c9f internal/bytealg: optimize Count{,String} in loong64 by Guoqi Chen · 7 days ago
  32. ca19f98 internal/buildcfg: enable DWARF version 5 by default by Than McIntosh · 3 months ago
  33. 4acc5b4 cmp: add examples for Compare and Less by cuishuang · 2 days ago
  34. 908af65 archive/zip: error on ReadDir if there are invalid file names by Sean Liao · 3 days ago
  35. 817218a net/http: document Redirect behavior for non-ASCII characters by Ian Lance Taylor · 4 days ago
  36. 3fb8b4f all: move //go:debug decoratemappings=0 test to cmd/go by Michael Pratt · 2 days ago
  37. 8867af9 os: add more File.WriteAt tests by qmuntal · 3 days ago
  38. b0e2f18 cmd/internal/obj/loong64: add {V,XV}MUL{B/H/W/V} and {V,XV}MUH{B/H/W/V}[U] instructions support by Xiaolin Zhao · 3 months ago
  39. 6c70f2b cmd/compile: Enable inlining of tail calls by Alexander Musman · 3 weeks ago
  40. c18ff21 cmd/compile, runtime: remove plan9 special case avoiding SSE by Russ Cox · 9 days ago
  41. 3e033b7 cmd/compile: add constant folding for PopCount by Jorropo · 4 days ago
  42. 8591f8e log/slog: use consistent call depth for all output by Örjan Fors · 8 days ago
  43. 39b7837 net/mail: use sync.OnceValue to build dateLayouts by 1911860538 · 5 days ago
  44. 31658ac runtime/internal: clean up completely by Jes Cok · 7 days ago
  45. 598df45 net: unblock UDP Reads upon Close on plan9, add test by Brad Fitzpatrick · 3 days ago
  46. be2ecfb debug/dwarf: read DWARF 5 cu base offsets on SeekPC() path by Than McIntosh · 2 days ago
  47. 73fea03 cmd/go: allow symlinks of non-directory files in embed by Michael Matloob · 8 weeks ago
  48. a588c6f go/types, types2: report better error messages for make calls by Robert Griesemer · 6 days ago
  49. ae4c13a go/types, types2: report better error messages for slice expressions by Robert Griesemer · 6 days ago
  50. e5d3ece go/types, types2: remove need for coreString in signature.go by Robert Griesemer · 7 days ago
  51. 2d097e3 go/types, types2: better error messages for copy built-in by Robert Griesemer · 7 days ago
  52. e3ea8e6 cmd/internal/obj/loong64: add {V,XV}SEQI, {V,XV}.{AND,OR,XOR,NOR} instructions support by Guoqi Chen · 7 days ago
  53. 2a772a2 cmd/compile: optimize shifts of int32 and uint32 on loong64 by Xiaolin Zhao · 4 months ago
  54. 2abe5ce testing: warn against calling Log after a test completes by Sean Liao · 3 days ago
  55. 574a9fa crypto/tls: reject TLS 1.3 compat session ID in TLS 1.2 by Daniel McCarney · 2 weeks ago
  56. 4635ad0 crypto/tls: align cert decode alert w/ BSSL by Daniel McCarney · 2 weeks ago
  57. 5b4209f crypto/tls: update GREASE-Server-TLS13 BoGo skip by Daniel McCarney · 3 weeks ago
  58. 01688da crypto/tls: support bogo -wait-for-debugger by Daniel McCarney · 3 weeks ago
  59. 2611d81 crypto/tls: ignore TLS 1.3 user canceled alerts by Daniel McCarney · 3 weeks ago
  60. b0e7f95 crypto/tls: run SkipNewSessionTicket bogo test by Daniel McCarney · 3 weeks ago
  61. 04164e5 internal/runtime/atomic: updated go assembler comments by Prabhav Dogra · 6 days ago
  62. 895bcf1 crypto/tls: reject empty TLS 1.3 session ticket by Daniel McCarney · 3 weeks ago
  63. 2620cc1 cmd/go/internal/mmap: close file after mmap by Michael Matloob · 2 weeks ago
  64. fd39971 cmd/cgo/internal/testsanitizers: bump GCC version for asan location checking by Than McIntosh · 4 days ago
  65. e256e64 debug/dwarf: fix problem with DWARF 5 and Seek method by Than McIntosh · 6 days ago
  66. c3e7d5f debug/dwarf: refactor entry DIE reading helper by Than McIntosh · 6 days ago
  67. c40a3731 internal/godebugs: add decoratemappings as an opaque godebug setting by Michael Pratt · 6 days ago
  68. c3950f8 crypto/pbkdf2: fix code example for Key by Gusted · 5 days ago
  69. 22d5d09 net/http/httputil: close hijacked connections when CloseWrite not available by Damien Neil · 7 days ago
  70. bc5f4a5 crypto/tls: small bogo shim test tidying by Daniel McCarney · 4 weeks ago
  71. e690884 os: remove unused testingForceReadDirLstat by Tobias Klauser · 6 days ago
  72. 705fa92 crypto/internal/fips140: make Version return latest when not frozen by Filippo Valsorda · 7 days ago
  73. d7e5cd5 compress/flate,compress/lzw: fix incorrect godoc links by Olivier Mengué · 7 days ago
  74. b4a333f crypto/internal/fips140/bigmod: explicitly clear expanded limbs on reset by Filippo Valsorda · 8 days ago
  75. e0b110b text/template: add an if func example by linmaolin · 8 days ago
  76. 812a44e archive/zip: preallocate fileList size for Reader.Open by Olivier Mengué · 7 days ago
  77. fe9b292 go/types,types2: allocate the used* maps in initFiles by Rob Findley · 6 days ago
  78. d43c0f8 net: add comment about blocking to Conn.Close by Ian Lance Taylor · 7 days ago
  79. 8a7742e go/types, types2: factor out shared for-range checking code into range.go by Robert Griesemer · 7 days ago
  80. 232dfd2 go/types, types2: rename errorCause to typeError by Robert Griesemer · 9 days ago
  81. 5af3658 go/types, types2: use errorCause instead of reportf in comparableType by Robert Griesemer · 9 days ago
  82. 584e631 go/types, types2: better error messages for invalid calls by Robert Griesemer · 9 days ago
  83. 8b7e376 go/types, types2: factor out single commonUnder function by Robert Griesemer · 10 days ago
  84. f55bb13 cmd/cgo/internal/testsanitizers: for "leak", use -fsanitize=address by Ian Lance Taylor · 7 days ago
  85. 24d2235 cmd/go: add 'work' package pattern by Michael Matloob · 8 weeks ago
  86. 9bd2160 os: add missing calls to Root.Close() in tests by Olivier Mengué · 7 days ago
  87. 1cf6b50 cmd/compile: remove no-longer-necessary recursive inlining checks by David Chase · 8 days ago
  88. 6a4bc8d cmd/go: cache coverage profile with tests by Ryan Currah · 2 weeks ago
  89. 938b6c1 os: more godoc links by Olivier Mengué · 7 days ago
  90. 66b7640 compress/lzw,compress/gzip,compress/flate,compress/zlib,compress/bzip2: go doc links by Olivier Mengué · 8 days ago
  91. 53d689c cmd/internal/obj/loong64: add {V,XV}ILV{L/H}.{B/H/W/D} instructions support by Xiaolin Zhao · 3 months ago
  92. 3aef716 doc: update godebug doc to clarify godebug directive in workspace by Michael Matloob · 8 days ago
  93. 70dcc78 math/big: avoid negative slice size in nat.rem by Russ Cox · 8 days ago
  94. 5e0dbec crypto/rsa: add a test with very different prime sizes by Filippo Valsorda · 8 days ago
  95. e7f9e76 crypto: test for unexpected concrete methods in interface value returns by Filippo Valsorda · 3 months ago
  96. 92a63bd runtime: explicitly disable async preempt for internal/runtime by Andy Pan · 8 days ago
  97. 6cb8c83 cmd/link/internal: remove trampoline for plt on loong64 by limeidan · 8 days ago
  98. 6ba91df math: implement func archExp and archExp2 in assembly on loong64 by Xiaolin Zhao · 2 months ago
  99. 39d7a49 cmd/internal/obj/loong64: add {V,XV}{ADD/SUB}.{B,H,W,D,Q} and {V,XV}{ADD/SUB}.{B,H,W,D}Uinstructions support by Xiaolin Zhao · 3 months ago
  100. 645ea53 runtime: in asan mode call __lsan_do_leak_check when exiting by Ian Lance Taylor · 3 weeks ago