1. 620399e internal/coverage/decodemeta: fix coding error in func literal handling by Than McIntosh · 1 year, 3 months ago
  2. cf70d37 runtime/coverage: avoid non-test coverage profiles in test report helper by Than McIntosh · 1 year, 4 months ago
  3. 8bec956 context: add APIs for setting a cancelation cause when deadline or timer expires by Sameer Ajmani · 1 year, 6 months ago
  4. 5996466 go/types: add a test that generated files match types2 by Robert Findley · 1 year, 4 months ago
  5. e587a76 cmd/link: fix incorrect DOS header on Windows binaries by Kevin Parsons · 1 year, 4 months ago
  6. b08d5ee cmd/compile: ensure register args come before on-stack args in schedule by Keith Randall · 1 year, 3 months ago
  7. f07910b sync: document memory model for Swap/CompareAnd{Swap,Delete} in Map by Changkun Ou · 1 year, 4 months ago
  8. 5724daa go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup) by Robert Griesemer · 1 year, 3 months ago
  9. 4b23068 types2: add *Config to typecheck functions for tests, factor more code by Robert Griesemer · 1 year, 4 months ago
  10. e38cb25 go/types: generate instantiate.go by Robert Griesemer · 1 year, 4 months ago
  11. 2507e78 go/types: provision for generating initorder.go, but disabled for now by Robert Griesemer · 1 year, 4 months ago
  12. 1011cca cmd/dist: mark linux/sparc64 as a broken port, remove incomplete map by Dmitri Shuralyov · 1 year, 5 months ago
  13. 399ad79 cmd/dist: add map of broken ports and -force flag by Dmitri Shuralyov · 1 year, 5 months ago
  14. e7495d8 cmd/dist: remove GOTESTONLY environment variable by Dmitri Shuralyov · 1 year, 5 months ago
  15. 09d852c cmd/dist: remove hardcoded timeout scale for arm and mips{,le,64,64le} by Dmitri Shuralyov · 1 year, 5 months ago
  16. 62a9948 crypto/tls: improve client auth failure alerts by Anit Gandhi · 1 year, 5 months ago
  17. 8b79c41 cmd/go: update test for change in panic(nil) behavior by Ian Lance Taylor · 1 year, 3 months ago
  18. c641d48 go/types: use internal/lazyregexp for goVersionRx by Daniel Martí · 1 year, 4 months ago
  19. 8259ac4 encoding/gob: shave off some init time cost by Daniel Martí · 1 year, 4 months ago
  20. f53137f internal/profile: use internal/lazyregexp for the legacy parser by Daniel Martí · 1 year, 4 months ago
  21. 1bef070 cmd/link: use strings.LastIndexByte to fix a TODO by Daniel Martí · 1 year, 4 months ago
  22. 8354f6b cmd/compile: use a boolean as a avoid clobbering flags mov marker by Jakub Ciolek · 1 year, 4 months ago
  23. 3e77efc cmd/internal/obj/s390x, runtime: fix breakpoint in s390x by Srinivas Pokala · 1 year, 5 months ago
  24. 5c67ebb cmd/compile: AMD64v3 remove unnecessary TEST comparision in isPowerOfTwo by Jorropo · 1 year, 6 months ago
  25. fc81405 cmd/compile: rewrite empty makeslice to zerobase pointer by Jorropo · 1 year, 5 months ago
  26. 57236fe runtime: remove 104 byte stack guard by liu-xuewen · 1 year, 6 months ago
  27. 12befc3 cmd/compile: improve scheduling pass by Keith Randall · 3 years, 6 months ago
  28. b419db6 all: fix typos in go file comments by Marcel Meyer · 1 year, 4 months ago
  29. f52b8fa go/types: generate infer.go by Robert Griesemer · 1 year, 4 months ago
  30. cf9adf4 cmd/compile/internal/types2: remove useConstraintTypeInference flg (cleanup) by Robert Griesemer · 1 year, 4 months ago
  31. e590afc bytes, strings: rename field in CutSuffix tests by fangguizhen · 1 year, 4 months ago
  32. ae400d0 misc/cgo/testsanitizers: use fmt.Printf instead fmt.Println by Alice · 1 year, 4 months ago
  33. f33e8f6 time: no need to wrap error with errors.New by fangguizhen · 1 year, 4 months ago
  34. 045b33e net/http: close Request.Body when pconn write loop exits early by Damien Neil · 1 year, 4 months ago
  35. 78558d5 archive/zip: use base offset 0 if it has a valid entry by Ian Lance Taylor · 1 year, 4 months ago
  36. 5454834 cmd/internal/obj/riscv: add check for invalid shift amount input by Wayne Zuo · 1 year, 4 months ago
  37. 45dc81d cmd/compile: add memory argument to GetCallerSP by Keith Randall · 1 year, 5 months ago
  38. 440ef8c cmd/internal/osinfo: report Node.js version by Dmitri Shuralyov · 1 year, 4 months ago
  39. f959fb3 cmd/compile: add anchored version of SP by Keith Randall · 1 year, 5 months ago
  40. 47a0d46 cmd/compile/internal/ssa: generate code via a //go:generate directive by Dmitri Shuralyov · 2 years ago
  41. 213495a internal/godebug: export non-default-behavior counters in runtime/metrics by Russ Cox · 1 year, 5 months ago
  42. aa51c40 runtime: replace panic(nil) with panic(new(runtime.PanicNilError)) by Russ Cox · 1 year, 4 months ago
  43. 8d71ae8 cmd/go/internal/modindex: remove copy of build.Package by Russ Cox · 1 year, 4 months ago
  44. c16c2c4 cmd/go: shorten TestScript/test_shuffle and skip it in short mode by Bryan C. Mills · 1 year, 4 months ago
  45. 2f8f517 cmd/go/internal/lockedfile: avoid failing tests due to arbitrary timeouts by Bryan C. Mills · 1 year, 4 months ago
  46. 24a9d7b cmd/go/internal/vcweb: simplify hgHandler cancellation by Bryan C. Mills · 1 year, 4 months ago
  47. e08642c net: delete TestTCPSelfConnect by Bryan C. Mills · 1 year, 4 months ago
  48. fbf14ae runtime: remove arbitrary GOARCH constraints in finalizer tests by Bryan C. Mills · 1 year, 5 months ago
  49. caf8fb1 cmd/go: use Cancel and WaitDelay to terminate test subprocesses by Bryan C. Mills · 1 year, 5 months ago
  50. e49cb02 os: clean up tests by Bryan C. Mills · 1 year, 5 months ago
  51. f2884bf os: deflake TestPipeEOF and TestFifoEOF by Bryan C. Mills · 1 year, 5 months ago
  52. 3bb8864 net/netip: fix type name in TestNoAllocs sub-test names and comments by Tobias Klauser · 1 year, 4 months ago
  53. b1a1d7f cmd/go: fix comment typo by fangguizhen · 1 year, 4 months ago
  54. f89badf make.bat: support existing toolchain paths with spaces by Kevin Parsons · 1 year, 4 months ago
  55. 9894ded time: revert strict parsing of RFC 3339 by Joe Tsai · 1 year, 4 months ago
  56. 6fcbd03 cmd: update x/tools to latest internal Go 1.20 branch by Russ Cox · 1 year, 4 months ago
  57. 2e792a8 cmd/go: do not attempt to install cmd/addr2line in TestScript/mod_outside by Bryan C. Mills · 1 year, 4 months ago
  58. 7026a8a go/types: factor out type parameter renaming (cleanup) by Robert Griesemer · 1 year, 4 months ago
  59. d449c01 misc/reboot: overlay $GOROOT/lib in temporary goroot by Ian Lance Taylor · 1 year, 4 months ago
  60. 198074a cmd/compile: fix unsafe.{SliceData,StringData} escape analysis memory corruption by Cuong Manh Le · 1 year, 4 months ago
  61. 1c2c225 go/types, types2: factor out type parameter renaming (cleanup) by Robert Griesemer · 1 year, 4 months ago
  62. 7e740f9 src: update go.mod files to go 1.21 by Russ Cox · 1 year, 4 months ago
  63. 7aa85e0 cmd/go: introduce GOROOT/go.env and move proxy/sumdb config there by Russ Cox · 1 year, 4 months ago
  64. 8a27154 cmd/dist: make toolchain build reproducible by Russ Cox · 1 year, 5 months ago
  65. dbe327a make.bash, make.rc: fix GOROOT detection when GOEXPERIMENT is set by Russ Cox · 1 year, 5 months ago
  66. 627765a time/tzdata: generate zip constant during cmd/dist by Russ Cox · 1 year, 5 months ago
  67. 6bb003d cmd/go: do not confuse files for standard library packages by Russ Cox · 1 year, 4 months ago
  68. f773bef cmd/compile: fix static init inlining for hidden node fields by Matthew Dempsky · 1 year, 4 months ago
  69. d45df06 go/types, types2: more uses of factored functions; generate object_test.go by Robert Griesemer · 1 year, 4 months ago
  70. 7da4675 go/types, types2: use factored parse/typecheck functions, generate hilbert_test.go by Robert Griesemer · 1 year, 4 months ago
  71. 354c8fb cmd/compile: remove support for old comparable semantics by Robert Griesemer · 1 year, 4 months ago
  72. 9bd4e9b go/types: consistently use _ prefix for unexported names that are exported in types2 by Robert Griesemer · 1 year, 4 months ago
  73. 71971be go/types: generate util_test.go, cosmetic changes to generator.go by Robert Griesemer · 1 year, 4 months ago
  74. 2f5718a go/types: generate unify.go by Robert Griesemer · 1 year, 4 months ago
  75. 4cc8d0e go/types: allow filename arguments to generator for easier manual use by Robert Griesemer · 1 year, 4 months ago
  76. 5ce9d9f go/types: use the same interface method sorting as types2 by Robert Griesemer · 1 year, 4 months ago
  77. 248950f go/types, types2: factor out position comparison, share more code by Robert Griesemer · 1 year, 4 months ago
  78. 92518226 go/types, types2: factor out under.go, generate it for go/types by Robert Griesemer · 1 year, 4 months ago
  79. 8ed5a16 go/types: generate more files from types2 sources by Robert Griesemer · 1 year, 4 months ago
  80. 97f843b go/types: use nopos instead of token.NoPos to match types2 by Robert Griesemer · 1 year, 4 months ago
  81. f9cba43 go/types: generate various source files from types2 files by Robert Griesemer · 1 year, 4 months ago
  82. 4210ebc go/types: make tracing configurable (matching types2) by Robert Griesemer · 1 year, 4 months ago
  83. 839c842 go/types, cmd/compile/internal/types2: minor adjustments (cleanups) by Robert Griesemer · 1 year, 4 months ago
  84. 3c35740 cmd/compile/internal/syntax: remove Crawl, not needed anymore (cleanup) by Robert Griesemer · 1 year, 4 months ago
  85. d4639ec go/types, types2: test that error format strings have matching parentheses/brackets by Robert Griesemer · 1 year, 4 months ago
  86. cf5dbd4 go/types, types2: do not abort constraint type inference eagerly by Robert Griesemer · 1 year, 5 months ago
  87. 5cd805c go/types, types2: distinguish between substring and regexp error patterns by Robert Griesemer · 1 year, 5 months ago
  88. b003ee4 internal/types: consistently use double quotes around ERROR patterns by Robert Griesemer · 1 year, 5 months ago
  89. 3af3810 go/types, types2: avoid sorting all errors when matching errors by Robert Griesemer · 1 year, 5 months ago
  90. 390eee7 go/types: use commentMap to collect error comments by Robert Griesemer · 1 year, 5 months ago
  91. 526b895 go/types: add commentMap and test by Robert Griesemer · 1 year, 5 months ago
  92. 1e00516 cmd/compile/internal/syntax: rename ErrorMap to CommentMap, make more flexible by Robert Griesemer · 1 year, 5 months ago
  93. 83f8688 internal/goversion: update Version to 1.21 by Cherry Mui · 1 year, 4 months ago
  94. 9088c69 cmd/compile: ensure temp register mask isn't empty by Keith Randall · 1 year, 4 months ago
  95. c0799f7 os: document that Rename is not atomic on non-Unix platforms by Alan Donovan · 1 year, 4 months ago
  96. d74c31f doc/go1.20: update cryptography release notes by Filippo Valsorda · 1 year, 4 months ago
  97. 8e19929 strings: remove redundant symbols by fangguizhen · 1 year, 4 months ago
  98. 6cb8c43 cmd/go: include coverage build flags for "go list" by Than McIntosh · 1 year, 4 months ago
  99. 02ed0e5 crypto/ed25519: improve Ed25519ctx docs and add example by Filippo Valsorda · 1 year, 4 months ago
  100. f375b30 crypto/x509: clarify that CheckSignatureFrom and CheckSignature are low-level APIs by Filippo Valsorda · 1 year, 4 months ago