1. 8dbf3e9 cmd/compile: fix fuse pass to do CFG surgery correctly by Keith Randall · 2 years, 6 months ago
  2. 16318df cmd/compile/internal/types2: comp literals to accept type sets with single underlying types by Robert Griesemer · 2 years, 6 months ago
  3. 12e4404 cmd/compile/internal/types2: slice exprs to accept type sets with single underlying types by Robert Griesemer · 2 years, 6 months ago
  4. c526cf8 cmd/compile/internal/types2: range clause to accept type sets with single underlying types by Robert Griesemer · 2 years, 6 months ago
  5. 2d205eb cmd/compile/internal/types2: make built-in to accept type sets with single underlying types by Robert Griesemer · 2 years, 6 months ago
  6. 3cd28ba cmd/compile/internal/types2: factor out slice elem computation for copy built-in by Robert Griesemer · 2 years, 6 months ago
  7. b0f7eb6 cmd/go: update test script for reformatted error message (fix long builds) by Robert Griesemer · 2 years, 6 months ago
  8. 85d2751 cmd/compile: prevent compiling closures more than once by Cuong Manh Le · 2 years, 6 months ago
  9. 6c20001 doc: document new reflect.UnsafePointer function by Cuong Manh Le · 2 years, 6 months ago
  10. ae4d67c cmd/link: add -asan option by fanzha02 · 3 years, 4 months ago
  11. 5d414d1 cmd/compile/internal/types2: more detailed error messages for generic conversions by Robert Griesemer · 2 years, 6 months ago
  12. 76dd01f cmd/compile/internal/types2: reduce output when describing type parameters by Robert Griesemer · 2 years, 6 months ago
  13. ff8115d internal/poll: fix a few function names on comments by Andy Pan · 2 years, 6 months ago
  14. 9ff91b9 cmd/compile: only look for struct type when crawling inline body by Cuong Manh Le · 2 years, 6 months ago
  15. 23e57e5 reflect: make Value.Pointer panic on bad notinheap pointers by Cuong Manh Le · 2 years, 6 months ago
  16. 3beab0c go/types, types2: add the Interface.MarkImplicit method by Robert Findley · 2 years, 6 months ago
  17. 5a3d0f5 cmd/internal/obj/ppc64: rework argument classifications by Paul E. Murphy · 2 years, 9 months ago
  18. b8da7e4 cmd/compile: fix inlining of labeled for loops by Dan Scales · 2 years, 6 months ago
  19. f99e40a runtime: detangle gcPaceScavenger from the pacer by Michael Anthony Knyszek · 3 years, 1 month ago
  20. 6508fda runtime: formalize and fix gcPercent synchronization by Michael Anthony Knyszek · 3 years, 1 month ago
  21. 8151b56 go/types, types2: always return an underlying type from optype by Robert Findley · 2 years, 6 months ago
  22. 392bb067 net/url: add testable examples for Values funcs by Amelia Downs · 2 years, 6 months ago
  23. 24999c3 net/url: add testable examples for url pkg funcs by Amelia Downs · 2 years, 6 months ago
  24. 02a3666 runtime: fix typo of pushBackAll by emahiro · 2 years, 6 months ago
  25. 6ec9a1d internal/bytealg: fix Separator length check for Index/ppc64le by Archana R · 2 years, 6 months ago
  26. 8b0bea9 cmd/compile/internal/ssa/gen: eliminate unnecessary neg and xori on PPC64 by Lynn Boger · 2 years, 7 months ago
  27. 8b9c0d1 test/codegen: updated comparison test to verify on ppc64,ppc64le by Archana R · 2 years, 6 months ago
  28. fca46d0 go/types: print assignment operation for invalid operation errors by Cuong Manh Le · 2 years, 6 months ago
  29. 73652af cmd/compile: use `else if` for mutually exclusive `if` statements by hkhere · 2 years, 6 months ago
  30. 016d5ee runtime: retype mheap.reclaimCredit as atomic.Uintptr by Michael Anthony Knyszek · 2 years, 6 months ago
  31. a91e976 runtime: retype mheap.reclaimIndex as atomic.Uint64 by Michael Anthony Knyszek · 2 years, 6 months ago
  32. 1dff8f0 runtime: retype mheap.pagesSweptBasis as atomic.Uint64 by Michael Anthony Knyszek · 2 years, 6 months ago
  33. e904928 runtime: retype mheap.pagesSwept as atomic.Uint64 by Michael Anthony Knyszek · 2 years, 6 months ago
  34. d419a80 runtime: retype mheap.pagesInUse as atomic.Uint64 by Michael Anthony Knyszek · 2 years, 7 months ago
  35. 75b73d6 runtime: use atomic.Float64 for assist ratio by Michael Anthony Knyszek · 2 years, 7 months ago
  36. 3ec8d4b runtime/internal/atomic: add atomic types for all functions by Michael Anthony Knyszek · 2 years, 7 months ago
  37. 3ff39c5 cmd/compile/internal/types2: use correct types when checking generic conversions by Robert Griesemer · 2 years, 6 months ago
  38. 4320949 go/internal/gcimporter: avoid setting unnecessary lines in fakeFileSet by Robert Findley · 2 years, 6 months ago
  39. 4e565f7 cmd/compile: fix crawling of embeddable types during inline by Cuong Manh Le · 2 years, 6 months ago
  40. 27a1454 cmd/internal/goobj: minor dead code cleanup by Than McIntosh · 2 years, 6 months ago
  41. d2ec73c math/big: remove stray whitespace in addMulVVW on amd64 by andig · 2 years, 6 months ago
  42. d9421ce net/http/internal: return unexpected EOF on incomplete chunk read by Alexander Yastrebov · 2 years, 7 months ago
  43. b091189 cmd/compile/internal/types2: print assignment operation for invalid operation errors by Cuong Manh Le · 2 years, 6 months ago
  44. 4cc6a91 cmd/compile/internal/types2: implement generic conversions by Robert Griesemer · 2 years, 7 months ago
  45. 2be5b84 cmd/compile: allow importing and exporting of ODYNAMICTYPE by Keith Randall · 2 years, 6 months ago
  46. 9fa8551 cmd/compile: substitute "". prefix with package in more import locations by Keith Randall · 2 years, 6 months ago
  47. 1b24c9e go/types, types2: always accept type parameters when running Manual test by Robert Griesemer · 2 years, 6 months ago
  48. 07e5527 reflect: fix methodValueCall code pointer mismatch in Value.Pointer by Cuong Manh Le · 2 years, 6 months ago
  49. d7149e5 reflect: restore Value.Pointer implementation by Cuong Manh Le · 2 years, 6 months ago
  50. d944984 cmd/go: add GOWORK to go env command by Michael Matloob · 2 years, 7 months ago
  51. 1d63052 cmd/go: support replaces in the go.work file by Michael Matloob · 2 years, 7 months ago
  52. 7999fd4 errors: mention Is methods should not call Unwrap by Matt T. Proud · 2 years, 6 months ago
  53. 6c3cd5d internal/bytealg: port bytes.Index and bytes.Count to reg ABI on ppc64x by Archana R · 2 years, 7 months ago
  54. ad7db1f sync: avoid a dynamic check in WaitGroup on 64-bit architectures by Carlo Alberto Ferraris · 2 years, 7 months ago
  55. 9820602 testing: don't allow f.Log/Logf or f.Skipped inside f.Fuzz by Katie Hockman · 2 years, 7 months ago
  56. 404f84d runtime: remove reference to crypto/tls GODEBUG usage by Benjamin Peterson · 2 years, 7 months ago
  57. 99fad12 cmd/compile/internal/types2: delay expansion of underlying in typeDecl by Robert Griesemer · 2 years, 6 months ago
  58. a73c6cf cmd/compile/internal/types2: ensure named types are expanded after type-checking by Robert Griesemer · 2 years, 6 months ago
  59. 3a07ab7 cmd/compile/internal/types2: add support for inferring type instances by Robert Griesemer · 2 years, 6 months ago
  60. 254c497 cmd/compile, types2: better error message for invalid type assertion by Robert Griesemer · 2 years, 6 months ago
  61. f92a358 reflect: fix methodValueCall code pointer mismatched by Cuong Manh Le · 2 years, 6 months ago
  62. fe7df4c cmd/compile: use MOVBE instruction for GOAMD64>=v3 by wdvxdr · 2 years, 6 months ago
  63. 067d796 testing: write output to buffer when fuzzing by Katie Hockman · 2 years, 7 months ago
  64. 6294207 cmd/go: skip flaky fuzz tests by Bryan C. Mills · 2 years, 6 months ago
  65. bde0463 cmd/internal/obj/riscv: fix trampoline calls from large functions by Joel Sing · 2 years, 7 months ago
  66. b0351bf Revert "cmd/compile: use MOVBE instruction for GOAMD64>=v3" by Daniel Martí · 2 years, 6 months ago
  67. 1e49210 encoding/base64: add examples for Encode/Decode by 180909 · 2 years, 8 months ago
  68. ee92daa runtime: ensure at least 1 tick between events by Meng Zhuo · 2 years, 7 months ago
  69. 8838a3b cmd/internal/obj/riscv: fix and enable test in short mode by Joel Sing · 2 years, 7 months ago
  70. eba0e86 go/types: delay expansion of underlying in typeDecl by Robert Findley · 2 years, 6 months ago
  71. 323e009 go/types: ensure named types are expanded after type-checking by Robert Findley · 2 years, 7 months ago
  72. 7397178 go/types: add support for inferring type instances by Robert Findley · 2 years, 7 months ago
  73. 3befaf0 net/url: fix stale RFC 3986 links by jiahua wang · 2 years, 6 months ago
  74. 425db64 bufio: use underlying ReadFrom even when data is buffered by Damien Neil · 2 years, 9 months ago
  75. 33b3260 cmd/compile/internal/ssagen: set BitLen32 as intrinsic on PPC64 by Lynn Boger · 2 years, 7 months ago
  76. 6c0daa7 syscall/js: remove Wrapper interface by Richard Musiol · 2 years, 6 months ago
  77. 267abbe html/template: remove unused `mode` field on `Tree` struct by Gusted · 2 years, 6 months ago
  78. 394a1ad cmd/compile: allow importing and exporting of ODYANMICDOTTYPE[2] by Keith Randall · 2 years, 6 months ago
  79. 4d55072 reflect: add Value.UnsafePointer by Cuong Manh Le · 2 years, 7 months ago
  80. 543a513 reflect: add test that method values have the same code pointers by Cuong Manh Le · 2 years, 6 months ago
  81. 4251541 reflect: correct documentation of Value.UnsafeAddr by Cuong Manh Le · 2 years, 7 months ago
  82. 417100e cmd/go: fix broken fuzz test by Katie Hockman · 2 years, 6 months ago
  83. 3e5cc4d cmd/compile: use MOVBE instruction for GOAMD64>=v3 by wdvxdr · 2 years, 7 months ago
  84. c091767 cmd/asm: report an error when trying to do spectre on 386 by Keith Randall · 2 years, 7 months ago
  85. 74acbaf cmd/compile: allow inlining labeled for-statement and switch-statement by wdvxdr · 2 years, 7 months ago
  86. cf51fb5 cmd/compile, types2: avoid confusing follow-on error in invalid type assertion by Robert Griesemer · 2 years, 6 months ago
  87. fa7d11a go/types, types2: add test case for missing return by Robert Griesemer · 2 years, 6 months ago
  88. 640a49b test: add a test for parameterized embedded field by Dan Scales · 2 years, 7 months ago
  89. 680caf1 misc/wasm: expect environment to provide polyfills by Richard Musiol · 2 years, 8 months ago
  90. ed1c8db cmd/compile: cleanup code in getInstInfo to use switch statement by Dan Scales · 2 years, 7 months ago
  91. 4a7975e cmd/compile: convert to using a map in getInstInfo, rather than SetImplicit() by Dan Scales · 2 years, 7 months ago
  92. 1b072b3 runtime: consistently access pollDesc r/w Gs with atomics by Michael Pratt · 2 years, 7 months ago
  93. 85cbdda doc/go1.18: add release notes for build and VCS info by Jay Conrod · 2 years, 7 months ago
  94. a17b2e8 cmd/go: allow nested VCS repositories when preparing build stamp by Jay Conrod · 2 years, 7 months ago
  95. 22951fb cmd/compile: make for loops with range statements not terminating by Keith Randall · 2 years, 7 months ago
  96. cfe6763 internal/fuzz: fix bugs with minimization by Katie Hockman · 2 years, 7 months ago
  97. 8331f25 reflect: make Elem panic on bad notinheap pointers by Keith Randall · 2 years, 8 months ago
  98. 8c99421 cmd/compile/internal/types2: add debugging support for delayed actions by Robert Griesemer · 2 years, 7 months ago
  99. a80e53e cmd/compile: support new fully-inst types referenced during inlining by Dan Scales · 2 years, 7 months ago
  100. fad4a16 cmd/go: use portable flags in TestScript/version_build_settings by Bryan C. Mills · 2 years, 7 months ago