1. af05d8b all: manual fixups for //go:build vs // +build by Russ Cox · 2 years, 7 months ago
  2. d0751b1 cmd/go: test with SIGTERM in test_fuzz_non_crash_signal by Bryan C. Mills · 2 years, 7 months ago
  3. b954024 cmd/go: disallow the -fuzz flag for tests outside the main module by Bryan C. Mills · 2 years, 7 months ago
  4. e741e2f cmd/go: consolidate fuzz-support checks by Bryan C. Mills · 2 years, 7 months ago
  5. 834e36e net/http: restore generated // +build comment by Bryan C. Mills · 2 years, 7 months ago
  6. 5e21728 cmd/internal/goobj: bump version number by Cherry Mui · 2 years, 7 months ago
  7. 69d5e46 [dev.boringcrypto] all: convert +build to //go:build lines in boring-specific files by Russ Cox · 2 years, 7 months ago
  8. f229e70 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) by Russ Cox · 2 years, 9 months ago
  9. ed475fe cmd/go: update for //go:build lines by Russ Cox · 2 years, 7 months ago
  10. 2bc8ed8 runtime: normalize sigprof traceback flags by Michael Pratt · 2 years, 7 months ago
  11. 2666262 net/http: guarantee that the Transport dial functions are respected in js/wasm by Neil Alexander · 2 years, 8 months ago
  12. 3124968 cmd/fix: add buildtag fix by Russ Cox · 3 years, 11 months ago
  13. 6bd0e7f runtime: fix backward error message by Michael Pratt · 2 years, 7 months ago
  14. 5fce1d9 runtime: disable TestSegv panic check on darwin, illumos, solaris by Michael Pratt · 2 years, 7 months ago
  15. 6f0185b go/types: factor out slice elem computation for copy built-in by Robert Findley · 2 years, 7 months ago
  16. 61536ec debug/macho: fail on invalid dynamic symbol table command by Roland Shoemaker · 2 years, 7 months ago
  17. 278b9b3 go/types: implement generic conversions by Robert Findley · 2 years, 7 months ago
  18. 4f1c9aa go/types: add debugging support for delayed actions by Robert Findley · 2 years, 7 months ago
  19. 925ea2d go/types, types2, go/ast, go/parser: remove support for type lists by Robert Findley · 2 years, 7 months ago
  20. a5a423e go/parser: fix parsing of array or slice constraint types by Robert Findley · 2 years, 7 months ago
  21. 5c98bcb runtime: fix noopt builder by Cuong Manh Le · 2 years, 7 months ago
  22. a3bb28e cmd/compile: allow inlining of ORANGE by nimelehin · 2 years, 7 months ago
  23. 2ff1074 reflect: undeprecate Ptr, PtrTo by Brad Fitzpatrick · 2 years, 7 months ago
  24. b8f928b go/build: update for //go:build lines by Russ Cox · 2 years, 7 months ago
  25. 5a3a9d8 cmd/dist: implement //go:build parsing by Russ Cox · 2 years, 7 months ago
  26. 056dfe6 reflect: undeprecate Value.{Pointer,UnsafeAddr} by Cuong Manh Le · 2 years, 7 months ago
  27. b2fe2eb cmd/compile: resolve the TODO of processPragmas by Leonard Wang · 2 years, 10 months ago
  28. 12dc48f cmd/compile/internal/types2: export Structure function by Robert Griesemer · 2 years, 7 months ago
  29. a91d0b6 cmd/compile/internal/types2: disallow lone type parameter on RHS of type declaration by Robert Griesemer · 2 years, 7 months ago
  30. 79ff663 constraints: remove Slice/Map/Chan by Ian Lance Taylor · 2 years, 7 months ago
  31. 749f6e9 doc/go1.18: document Fossil/Bazaar and commit time build tag support by Mark Pulford · 2 years, 7 months ago
  32. 063ff7f cmd/go: stamp Bazaar VCS status into binaries by Mark Pulford · 2 years, 7 months ago
  33. a3c4ac0 reflect: skip duplicate check in StructOf when the name of a field is "_" by zhouguangyuan · 2 years, 7 months ago
  34. de1abf7 cmd/go: stamp Fossil VCS status into binaries by Mark Pulford · 2 years, 7 months ago
  35. 4fefd43 cmd/go: fix recognition of Fossil checkout directories by Mark Pulford · 2 years, 7 months ago
  36. 51be206 runtime/testdata/testprogcgo: fix TestCgoPanicCallback by Cuong Manh Le · 2 years, 7 months ago
  37. 30a82ef cmd/compile, runtime: track argument stack slot liveness by Cherry Mui · 2 years, 8 months ago
  38. bbc0595 cmd/compile/internal/types2: implement singleType and structure (type) by Robert Griesemer · 2 years, 7 months ago
  39. 6a7eb56c cmd/compile/internal/types2: remove unused position computation (cleanup) by Robert Griesemer · 2 years, 7 months ago
  40. 5c4d7c5 cmd/compile/internal/types2: rename isNamed predicate to hasName by Robert Griesemer · 2 years, 7 months ago
  41. a155a30 cmd/compile/internal/types2: clean up asT converters (step 2 of 2) by Robert Griesemer · 2 years, 7 months ago
  42. d611f09 cmd/compile/internal/types2: clean up asT converters (step 1 of 2) by Robert Griesemer · 2 years, 7 months ago
  43. 56dcf97 cmd/compile/internal/types2: generalize assignability to generic types by Robert Griesemer · 2 years, 7 months ago
  44. 3f1b0ce cmd/compile/internal/types2: clarify is/underIs semantics and implementation by Robert Griesemer · 2 years, 7 months ago
  45. 68bd512 cmd/go: remove support for -buildmode=shared by Bryan C. Mills · 2 years, 7 months ago
  46. ffd2284 cmd/go: fix testdata/script/mod_vendor_goversion for new compiler output by Russ Cox · 2 years, 7 months ago
  47. 514ebae internal/fuzz: don't deflake coverage found while fuzzing by Katie Hockman · 2 years, 7 months ago
  48. 259735f cmd/compile: enable branchelim pass on ppc64 by Paul E. Murphy · 2 years, 9 months ago
  49. bb49eb3 cmd/compile/internal/syntax: fix constraint literal parsing for generic functions by Robert Griesemer · 2 years, 7 months ago
  50. c0ac39c go/types: remove a stale comment by Robert Findley · 2 years, 7 months ago
  51. 4f73fd0 cmd: move internal/str back to cmd/go by Russ Cox · 2 years, 7 months ago
  52. cfb5321 cmd/go: add darwin/arm64 in the list of supported systems in help message by Cholerae Hu · 2 years, 7 months ago
  53. bdefb77 internal/poll: improve the padding calculation inside struct splicePipe by Andy Pan · 2 years, 7 months ago
  54. 5786a54 syscall: use dup3 in forkAndExecInChild on NetBSD by Tobias Klauser · 2 years, 7 months ago
  55. ca5f65d cmd/compile: fix generic type handling when crawling inline body by Cuong Manh Le · 2 years, 7 months ago
  56. 13eccaa embed/internal/embedtest: use parenthesized vars for one test by Ian Lance Taylor · 2 years, 7 months ago
  57. e5c5125 crypto/elliptic: use a const string for precomputed P256 table by Josh Bleecher Snyder · 2 years, 10 months ago
  58. 80be4a4 crypto/x509: generate new-style build tags for iOS by Josh Bleecher Snyder · 2 years, 7 months ago
  59. 86f6bf1 runtime: handle async fatal signals in VDSO by Michael Pratt · 2 years, 9 months ago
  60. 091db63 runtime: fix cgo signals detection by Michael Pratt · 2 years, 9 months ago
  61. 3a0cd11 sync/atomic: use a better first-store-in-progress marker by Keith Randall · 3 years, 10 months ago
  62. f8779b9 runtime: rename _m_ to mp [generated] by Michael Pratt · 3 years, 1 month ago
  63. b54bdd2 cmd/compile: clean up the switch statements in (*genInst).node() by Dan Scales · 2 years, 7 months ago
  64. 1dc77a3 internal/fuzz: tiny refactor+fix by Katie Hockman · 2 years, 7 months ago
  65. 76cef81 cmd/go: stamp VCS commit time into binaries by Mark Pulford · 2 years, 7 months ago
  66. 1b2362b cmd/compile/internal/typecheck: update doc for the 1.18 export format by Robert Findley · 2 years, 7 months ago
  67. 283d8a3 all: use reflect.{Pointer,PointerTo} by Cuong Manh Le · 2 years, 7 months ago
  68. a2b8c186f all: update vendored golang.org/x/tools by Dmitri Shuralyov · 2 years, 7 months ago
  69. 1e2820a cmd/internal/obj/ppc64: fix usage of CR bit arguments by Paul E. Murphy · 2 years, 9 months ago
  70. 23fdd7f syscall: add utimensat libc wrapper on darwin by Tobias Klauser · 2 years, 7 months ago
  71. ec6c004 syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on illumos by Tobias Klauser · 2 years, 7 months ago
  72. adfb85b runtime, runtime/asan: add asan runtime support by fanzha02 · 3 years, 4 months ago
  73. 49fda9e cmd/go: add -asan option by Fannie Zhang · 3 years, 4 months ago
  74. 41f7407 cmd/internal/obj/arm64: add a restriction on move constant instructions by fanzha02 · 3 years, 2 months ago
  75. 0ec1b62 doc/go1.18.html: fix a typo by gosoon · 2 years, 7 months ago
  76. b36b001 container/list: remove unnecessary code by Gusted · 2 years, 7 months ago
  77. e9eb66d cmd/internal/obj/riscv: don't split ADD to SP to two adds by Cherry Mui · 2 years, 7 months ago
  78. fd2f4b5 cmd/compile: update the export version for generics by Dan Scales · 2 years, 7 months ago
  79. 85b3b4e cmd/compile: add -asan option by fanzha02 · 3 years, 4 months ago
  80. 60c3069 internal/poll: avoid tiny allocator for splicePipe by Ian Lance Taylor · 2 years, 7 months ago
  81. e35b5b2 cmd/compile: fix typo in comment in CL 358435 by Cherry Mui · 2 years, 7 months ago
  82. f92c8f0 cmd/link: escape % characters in symbols when reporting errors by Keith Randall · 2 years, 7 months ago
  83. 72b6a89 cmd/compile: revert most of CL 349169 by Keith Randall · 2 years, 7 months ago
  84. 0ae0d5c cmd/compile: remove MarkUsedIfaceMethodIndex mechanism by Keith Randall · 2 years, 7 months ago
  85. c26a32a cmd/compile,cmd/link: introduce generic interface call relocations by Keith Randall · 2 years, 7 months ago
  86. 252324e cmd/link: increase reserved space for passing env on wasm by Richard Musiol · 2 years, 7 months ago
  87. 8c94aa4 cmd/go/testdata/script: fix flaky test_fuzz_fuzztime test by Katie Hockman · 2 years, 7 months ago
  88. f47335e crypto/tls: add Conn.NetConn method by Agniva De Sarker · 3 years ago
  89. 9012996 cmd/compile: don't clobber LR for tail calls by Cherry Mui · 2 years, 7 months ago
  90. 95372ef cmd/compile: use SetInit instead of *PtrInit by wdvxdr · 2 years, 7 months ago
  91. bc0eb57 cmd/compile/internal/typecheck: record whether an interface is implicit by Robert Findley · 2 years, 7 months ago
  92. 70ffd85 go/types: remove subscripts from type parameter names by Robert Findley · 2 years, 7 months ago
  93. 52b10ab net/http: correct Content-Length parsing for js/wasm by Charlotte Brandhorst-Satzkorn · 2 years, 7 months ago
  94. c6e82e5 cmd/compile: fix inlining labeled switch statements by wdvxdr · 2 years, 7 months ago
  95. 2c66cab testing: skip extra -count iterations if there are no tests by Michael Pratt · 2 years, 7 months ago
  96. 89cc528 cmd/compile/internal/types2: better error messages for empty type sets by Robert Griesemer · 2 years, 7 months ago
  97. 1ed060c testing: reference benchmark format spec by Austin Clements · 2 years, 7 months ago
  98. fcd2d9c image/draw: improve performances if mask is *image.Alpha by Olivier Wulveryck · 3 years ago
  99. 7b55457 cmd/compile: factor out code to remove phi argument by Cuong Manh Le · 2 years, 7 months ago
  100. f686f6a cmd/compile: remove Value.RemoveArg by Cuong Manh Le · 2 years, 7 months ago