1. 5c15498 os: support reading empty root directories on Windows by qmuntal · 12 months ago
  2. 894d24d src/database/sql: run gofmt by Than McIntosh · 12 months ago
  3. ac9137f go/types, types2: do not mutate arguments in NewChecker by Robert Findley · 12 months ago
  4. 158d111 math: add test that covers riscv64 fnm{add,sub} codegen by Michael Munday · 12 months ago
  5. d3d78b4 log/slog: handle recursively empty groups by Jonathan Amsterdam · 12 months ago
  6. 39c5070 os: do not skip directory entries with zero inodes on wasip1 by Achille Roussel · 12 months ago
  7. e6ec2a3 runtime: print output on failure in TestMemPprof by Cherry Mui · 12 months ago
  8. 312920c [release-branch.go1.20] net/http: validate Host header before sending by Damien Neil · 12 months ago
  9. 449ef37 net: only build cgo_stub.go on unix or wasip1 by Ian Lance Taylor · 12 months ago
  10. 6305d7f cmd/go: pass GoVersion in vet config by Russ Cox · 12 months ago
  11. b490bdc go/types: record Config.GoVersion for reporting in Package.GoVersion method by Russ Cox · 12 months ago
  12. 36ea4f9 log/slog: fix faulty test by Merrick Clay · 12 months ago
  13. 3fce111 cmd/compile: fix FMA negative commutativity of riscv64 by Meng Zhuo · 1 year ago
  14. c8dad42 math: fix portable FMA when x*y < 0 and x*y == -z by Michael Munday · 12 months ago
  15. cd66761 database/sql: prevent internal context error from being returned from Rows.Err() by zikaeroh · 1 year ago
  16. b2215e4 runtime,runtime/metrics: clarify OS stack metrics by Michael Anthony Knyszek · 1 year, 1 month ago
  17. e126572 runtime: have ReadMemStats do a nil check before switching stacks by Keith Randall · 12 months ago
  18. e4ed92a os, syscall: update unreachable link about =C: envs by Oleksandr Redko · 12 months ago
  19. 5c1a15d test/codegen: enable Mul2 DivPow2 test for riscv64 by Meng Zhuo · 1 year ago
  20. 5b72f45 runtime: check GOFLAGS not GCFLAGS by Michael Pratt · 12 months ago
  21. 18e17e2 net: enable pure Go resolver for wasip1 by Chris O'Hara · 1 year, 1 month ago
  22. 1e97c51 syscall: stub Getrlimit on wasip1 by Chris O'Hara · 1 year, 1 month ago
  23. 683f51d cmd/asm/internal/lex: fix comment, remove the first "has" by Jes Cok · 12 months ago
  24. 2db31ef cmd/compile/internal/types2: make TestIssue43124 match the go/types version by Robert Griesemer · 12 months ago
  25. 499458f net/http: validate Host header before sending by Damien Neil · 12 months ago
  26. fe73c18 cmd/{go,compile}: run gofmt by Than McIntosh · 12 months ago
  27. 4db13d7 [release-branch.go1.20] runtime: set raceignore to zero when starting a new goroutine by Jelle van den Hooff · 1 year ago
  28. da5d8fd runtime: run wasip1 tests with wazero by Chris O'Hara · 1 year ago
  29. 411c996 slices, maps: add examples; doc comment fixes by Ben Hoyt · 1 year ago
  30. 03cd8a7 internal/bytealg: fix alignment code in equal_riscv64.s by Mark Ryan · 1 year, 1 month ago
  31. 8b5fe59 cmd/compile: handle min/max correctly in mayCall by Cuong Manh Le · 12 months ago
  32. 08a58dd [release-branch.go1.20] runtime: allow for 5 more threads in TestWindowsStackMemory* by Alex Brainman · 1 year, 4 months ago
  33. 79d4def cmd/compile/internal/ssagen: fix min/max codegen, again by Matthew Dempsky · 1 year ago
  34. a3093ec cmd/go: enable slog vet check during 'go test' by Russ Cox · 1 year ago
  35. 6691f43 cmd/dist, internal/abi: support bootstrapping with gccgo by Ian Lance Taylor · 1 year ago
  36. 942c1c1 runtime: fix trace.Stop deadlock when built with faketime by Hiro · 1 year ago
  37. 4ad4128 cmd/compile: fix bad order of evaluation for min/max builtin by Cuong Manh Le · 1 year ago
  38. 4f36f7e encoding: document that base32 and base64 do not use UTF-8 by Joe Tsai · 1 year ago
  39. 8008c08 syscall: clarify which handles are affected by SysProcAttr.NoInheritHandles by qmuntal · 1 year ago
  40. 13529cc syscall: try non-blocking stdio on wasip1 by Chris O'Hara · 1 year, 1 month ago
  41. 1dbbafc go/types, types2: replace TODO with clarifying comment by Robert Griesemer · 1 year ago
  42. 7cc0740 slices: add godoc links by Tobias Klauser · 1 year ago
  43. d49017a go/types, types2: fix interface unification by Robert Griesemer · 1 year ago
  44. b3ca8d2 types2, go/types: record final type for min/max arguments by Cuong Manh Le · 1 year ago
  45. ee361ce go/types, types2: more readable inference trace by Robert Griesemer · 1 year ago
  46. 9f6e87f doc/go1.21: document changes in crypto/x509 by Kota · 1 year ago
  47. f5015b5 doc/go1.21: context.Background and TODO may now appear equal by Ian Lance Taylor · 1 year ago
  48. a031f4e cmd/compile: fix min/max builtin code generation by Keith Randall · 1 year ago
  49. 6509283 [release-branch.go1.20] cmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64 by Cuong Manh Le · 1 year, 1 month ago
  50. ea927e5 slices: clarify MinFunc/MaxFunc result for equal elements by Ian Lance Taylor · 1 year ago
  51. 3619255 crypto/x509: rename duplicated test by Roland Shoemaker · 1 year ago
  52. 48dbb62 runtime: set raceignore to zero when starting a new goroutine by Jelle van den Hooff · 1 year ago
  53. 3adcce5 crypto: document non-determinism of GenerateKey by Filippo Valsorda · 1 year ago
  54. 6dce882 cmd/compile: scanning closures body when visiting wrapper function by Cuong Manh Le · 1 year ago
  55. 164acee log/slog: fix broken link to AnyValue in comment by Cuong Manh Le · 1 year ago
  56. 82e17c4 log/slog: fix broken link to Record.Clone in package docs by Christopher Taylor · 1 year ago
  57. 25e4669 cmd/go: impersonate 'go tool dist list' if 'go tool dist' is not present by Bryan C. Mills · 1 year ago
  58. f8616b8 internal/platform,cmd/dist: export the list of supported platforms by Bryan C. Mills · 1 year ago
  59. bca8175 [release-branch.go1.20] crypto/x509: tolerate multiple matching chains in testVerify by Roland Shoemaker · 1 year ago
  60. 51885c1 cmd/{go,cover}: enable response file args for cmd/cover by Than McIntosh · 1 year ago
  61. 3479e1e internal/fuzz: fix typo in comment by Oleksandr Redko · 1 year ago
  62. 2031366 crypto/x509: tolerate multiple matching chains in testVerify by Roland Shoemaker · 1 year ago
  63. b8e67d1 [release-branch.go1.20] cmd/go/internal/test: don't wait for previous test actions when interrupted by Bryan C. Mills · 1 year ago
  64. 3db4f81 [release-branch.go1.20] runtime: resolve checkdead panic by refining `startm` lock handling in caller context by Lucien Coffe · 1 year, 2 months ago
  65. 6b45fb7 [release-branch.go1.20] runtime: fallback to TEB arbitrary pointer when TLS slots are full by qmuntal · 1 year, 2 months ago
  66. be30960 [release-branch.go1.20] runtime: use 1-byte load for address checking in racecallatomic by Cherry Mui · 1 year ago
  67. b59efe6 [release-branch.go1.20] net/mail: permit more characters in mail headers by Ian Lance Taylor · 1 year ago
  68. 78c3aba net/mail: permit more characters in mail headers by Ian Lance Taylor · 1 year ago
  69. 633b742 test: add test that caused a gofrontend crash by Ian Lance Taylor · 1 year ago
  70. c32f1af [release-branch.go1.20] all: make safe for new vet analyzer by Heschi Kreinick · 1 year ago
  71. ad2c517 doc/go1.21: correct GOOS to GOARCH (another location) by Ian Lance Taylor · 1 year ago
  72. c7b1456 [release-branch.go1.20] cmd/go: fix tests for new builder environment by Heschi Kreinick · 1 year, 3 months ago
  73. b23cae8 doc/go1.21: correct GOOS to GOARCH by Ian Lance Taylor · 1 year ago
  74. b1f1fb2 go/types, types2: avoid spurious "declared and not used" error by Robert Griesemer · 1 year ago
  75. 0306310 [release-branch.go1.20] text/template: set variables correctly in range assignment by Ian Lance Taylor · 1 year ago
  76. e45202f runtime: relate GODEBUG=gctrace output to runtime/metrics by Michael Anthony Knyszek · 1 year ago
  77. d811745 [release-branch.go1.21] go1.21rc2 by Gopher Robot · 1 year ago go1.21rc2
  78. 36edde9 cmd/go: shorten longest 5 tests by Russ Cox · 1 year ago
  79. 413e6c0 cmd/compile/internal/ir: typo by cuiweixie · 1 year ago
  80. f3bf181 log/slog: fix HandlerOptions.ReplaceAttr doc by Jonathan Amsterdam · 1 year ago
  81. e122eba encoding/binary: on invalid type return -1 from Size by Ian Lance Taylor · 1 year ago
  82. 8484f2f cmd/go: add comment for intentional misspelling by Ian Lance Taylor · 1 year, 1 month ago
  83. ebbff91 [release-branch.go1.21] all: merge master (a7b1793) into release-branch.go1.21 by Dmitri Shuralyov · 1 year ago
  84. a7b1793 cmd/go: do not index std as a module in modcache by Russ Cox · 1 year ago
  85. 3d27928 cmd/go: restore go.mod files during toolchain selection by Russ Cox · 1 year ago
  86. 3b4b7b8 cmd/distpack: rename go.mod to _go.mod in toolchain modules by Russ Cox · 1 year ago
  87. 6459494 cmd/go: disable sumdb less often for toolchain downloads by Russ Cox · 1 year ago
  88. 0278981 internal/bisect: add 'q' hash option for quiet hash behavior switching by David Chase · 1 year ago
  89. 98617fd runtime/trace: add godoc links by Olivier Mengué · 1 year ago
  90. d51e322 [release-branch.go1.20] go/printer: error out of Fprint when it would write a '//line' directive with a multiline file path by Bryan C. Mills · 1 year, 1 month ago
  91. 4959424 [release-branch.go1.20] cmd/cover: error out if a requested source file contains a newline by Bryan C. Mills · 1 year, 1 month ago
  92. 4719048 [release-branch.go1.20] cmd/cgo: error out if the source path used in line directives would contain a newline by Bryan C. Mills · 1 year, 1 month ago
  93. 6c606fc [release-branch.go1.20] cmd/go: fix TestScript/build_cwd_newline with CGO_ENABLED=0 by Bryan C. Mills · 1 year, 2 months ago
  94. 63ad2b5 [release-branch.go1.20] cmd/compile: do not report division by error during typecheck by Cuong Manh Le · 1 year, 1 month ago
  95. 95f377d [release-branch.go1.20] cmd/go: retain extra roots to disambiguate imports in 'go mod tidy' by Bryan C. Mills · 1 year, 1 month ago
  96. bc21d6a cmd/go/internal/modfetch: fix retractions slice initial length not zero by James Yang · 1 year, 1 month ago
  97. a7a48fa [release-branch.go1.20] crypto/ecdsa: properly truncate P-521 hashes by Filippo Valsorda · 1 year, 1 month ago
  98. 261e267 os/exec: document a method to check if a process is alive by Moritz Poldrack · 1 year ago
  99. dbf9bf2 cmd/internal/moddeps: allow the "misc" module to be missing from GOROOT by Bryan C. Mills · 1 year ago
  100. 0183c1a cmd/compile/internal/syntax: skip GOROOT/misc in TestStdLib if it doesn't exist by Bryan C. Mills · 1 year ago