1. e6a2cf2 [dev.typeparams] cmd/compile: get runtime stuff working by Keith Randall · 2 years, 10 months ago
  2. 4a97fe8 [dev.typeparams] cmd/compile: avoid adding incorrectly instantiated types to the dictionary by Keith Randall · 2 years, 10 months ago
  3. 2fe4b14 [dev.typeparams] cmd/compile: ensure methods of generic types survive linker pruning by Keith Randall · 2 years, 10 months ago
  4. 73af5f7 [dev.typeparams] cmd/compile: disable failing generic tests by Keith Randall · 2 years, 10 months ago
  5. a7a17f0 [dev.typeparams] cmd/compile: introduce named gcshape types by Keith Randall · 3 years ago
  6. 3e48c03 reflect: add missing copyright header by wdvxdr · 2 years, 10 months ago
  7. 48c88f1 reflect: add Value.CanConvert by Ian Lance Taylor · 2 years, 11 months ago
  8. aaec3ac [go] Add zx_socket_set_disposition wrapper by Arthur Sfez · 2 years, 11 months ago
  9. 8979706 [dev.typeparams] cmd/compile: cleanup unified IR file format a little by Matthew Dempsky · 2 years, 10 months ago
  10. d5f6ba9 [dev.typeparams] test: add regression test for go/defer wrapper by Cuong Manh Le · 2 years, 10 months ago
  11. 6a93167 [dev.typeparams] cmd/compile: add base.Assertf{,At} functions by Matthew Dempsky · 2 years, 10 months ago
  12. e4994e7 [dev.typeparams] all: merge master (c8f4e61) into dev.typeparams by Matthew Dempsky · 2 years, 10 months ago
  13. 9e26569 cmd/go: don't add C compiler ID to hash for standard library by Ian Lance Taylor · 2 years, 10 months ago
  14. d568e6e runtime/debug: skip TestPanicOnFault on netbsd/arm by Benny Siegert · 2 years, 10 months ago
  15. ab36149 [dev.cmdgo] cmd/go/testdata/script: fix a small typo in modfile_flag by Michael Matloob · 2 years, 11 months ago
  16. 538d1b8 [go][syscall] Regenerate syscalls, fidl and api by Arthur Sfez · 3 years ago
  17. 2a0825d [dev.fuzz] internal/fuzz: avoid marshaling input before calling fuzz function by Jay Conrod · 2 years, 11 months ago
  18. c8f4e61 spec: correct example comment in Conversions from slice to array by Piers · 2 years, 10 months ago
  19. 1d91551 time: correct typo in documentation for UnixMicro by helloPiers · 2 years, 10 months ago
  20. 3e06338 [dev.fuzz] internal/fuzz: add more benchmarks for workers by Jay Conrod · 2 years, 11 months ago
  21. d14b701 [dev.fuzz] internal/fuzz: fix two bugs in BenchmarkWorkerFuzzOverhead by Jay Conrod · 2 years, 11 months ago
  22. 404127c cmd/compile: fix off-by-one error in traceback argument counting by Cherry Mui · 2 years, 11 months ago
  23. d3f13a7 [fidl] Convert all FIDL files to new syntax by Alex Zaslavsky · 2 years, 10 months ago
  24. c6d3d0b [dev.typeparams] go/types: fix the type parameter index in applyTypeFunc by Rob Findley · 3 years ago
  25. 6298cfe cmd/compile: fix typo in fatal message of builtinCall by Leonard Wang · 2 years, 11 months ago
  26. 6bf2667 [dev.typeparams] go/types: more consistent handling of predeclared "any" by Rob Findley · 2 years, 10 months ago
  27. 7e714f4 [dev.typeparams] go/types: embedding stand-alone type parameters is not permitted by Rob Findley · 2 years, 10 months ago
  28. 82f875d [dev.typeparams] go/types: fix generic type indirection by Rob Findley · 2 years, 10 months ago
  29. 62f6f13 [dev.typeparams] go/types: interface identity must consider full type set by Rob Findley · 2 years, 10 months ago
  30. baeabf3 [dev.typeparams] go/types: cleanups around receiver type checks by Rob Findley · 2 years, 10 months ago
  31. b3d91e3 [dev.typeparams] go/types: implement delete(m, k) where m is of type parameter type by Rob Findley · 2 years, 10 months ago
  32. cf7e66b [dev.typeparams] go/types: implement close(ch) where ch is of type parameter type by Rob Findley · 2 years, 10 months ago
  33. 19b4142 [dev.typeparams] go/types: implement ch <- x where ch is of type parameter type by Rob Findley · 2 years, 10 months ago
  34. d6d7f84 [dev.typeparams] go/types: implement <-ch where ch is of type parameter type by Rob Findley · 2 years, 10 months ago
  35. 796ac6d [dev.typeparams] go/types: move methods on *Named into named.go by Rob Findley · 2 years, 10 months ago
  36. 22f39ba [dev.typeparams] go/types: use InstantiateLazy to create instance types (cleanup) by Rob Findley · 2 years, 10 months ago
  37. 4a72be8 [dev.typeparams] go/types: move instantiation code to instantiate.go (cleanup) by Rob Findley · 2 years, 10 months ago
  38. 41ff0aa [dev.typeparams] go/types: replace types2.Instantiate with Checker.Instantiate by Rob Findley · 2 years, 10 months ago
  39. 9e147c5 [dev.typeparams] go/types: update TypeParam APIs to match types2 by Rob Findley · 2 years, 10 months ago
  40. 22a38ba [dev.typeparams] go/types: remove unnecessary guard from NewInterfaceType by Rob Findley · 2 years, 10 months ago
  41. b96f1b9 [dev.typeparams] go/types: add some missing APIs for the importer by Rob Findley · 2 years, 10 months ago
  42. 43ad1ff [dev.typeparams] go/types: recursive substitution must terminate (bug fix) by Rob Findley · 2 years, 10 months ago
  43. c7c13ae [dev.typeparams] go/types: use scope numbers to identify local types by Rob Findley · 2 years, 10 months ago
  44. ccf95f1 [dev.typeparams] go/types: support local defined types by Rob Findley · 2 years, 10 months ago
  45. 76b3995 [dev.typeparams] go/types: don't permit method calls on ptr to type parameter receivers by Rob Findley · 2 years, 10 months ago
  46. 49402be cmd/{compile,link}: fix bug in map.zero handling by Than McIntosh · 2 years, 10 months ago
  47. 9b85985 [dev.typeparams] Separate out gcshape types that are instantiated types by Dan Scales · 2 years, 11 months ago
  48. a66190e test/bench/go1: fix size for RegexpMatchMedium_32 by nimelehin · 2 years, 10 months ago
  49. 650fc21 text/scanner: use Go convention in Position doc comment by mehradsadeghi · 2 years, 10 months ago
  50. 001c97b [fidl] Fix invalid FIDL in test.test.fidl by Alex Zaslavsky · 2 years, 10 months ago
  51. df778e6 [dev.typeparams] go/types: replace optype() with under() in various cases (cleanup) by Rob Findley · 2 years, 10 months ago
  52. e9836fe [dev.typeparams] go/types: clean up index expr implementation for type parameters by Rob Findley · 2 years, 10 months ago
  53. c4cd76f [dev.typeparams] go/types: disallow "free" type parameter as RHS of a type declaration by Rob Findley · 2 years, 10 months ago
  54. 5218280 [dev.typeparams] go/types: move (remaining) type decls into their own files (cleanup) by Rob Findley · 2 years, 10 months ago
  55. 624d152 [dev.typeparams] go/types: move Interface type decl into interface.go (cleanup) by Rob Findley · 2 years, 10 months ago
  56. e12d438 [dev.typeparams] go/types: move Signature type decl into signature.go (cleanup) by Rob Findley · 2 years, 10 months ago
  57. b3e7f23 [dev.typeparams] go/types: move Struct type decl into struct.go (cleanup) by Rob Findley · 2 years, 10 months ago
  58. 7c35f5c [dev.typeparams] go/types: rename newTypeSet -> computeTypeSet by Rob Findley · 2 years, 10 months ago
  59. de209e6 [dev.typeparams] go/types: make Interface.obj a *TypeName by Rob Findley · 2 years, 10 months ago
  60. 0f4198b [dev.typeparams] go/types: delay interface check for type bounds by Rob Findley · 2 years, 10 months ago
  61. 5f50a64 [dev.typeparams] go/internal/typeparams: remove the Enabled guard by Rob Findley · 2 years, 10 months ago
  62. 726ffce [dev.typeparams] go/types: "comparable" must not be visible before Go 1.18 by Rob Findley · 2 years, 10 months ago
  63. 7995515 [dev.typeparams] go/types: move newTypeSet function into typeset.go by Rob Findley · 2 years, 10 months ago
  64. fe4f134 [dev.typeparams] go/types: move embedding positions from Checker to Interface by Rob Findley · 2 years, 10 months ago
  65. b98b8b9 [dev.typeparams] go/types: remove unused *Checker arguments (cleanup) by Rob Findley · 2 years, 10 months ago
  66. fce6290 [dev.typeparams] go/types: remove typeparams wrappers and aliases by Rob Findley · 2 years, 10 months ago
  67. 24f9eb2 [dev.typeparams] go/types: introduce type set abstraction for interfaces by Rob Findley · 2 years, 10 months ago
  68. b296e54 [dev.typeparams] go/types: port lazy import resolution from types2 by Rob Findley · 2 years, 10 months ago
  69. 10c8b7c [dev.typeparams] cmd/compile: use dictionary to convert arguments of ==, != to interfaces by Keith Randall · 2 years, 11 months ago
  70. ed9e109 [dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.go by Dan Scales · 2 years, 11 months ago
  71. 3d8453e [dev.typeparams] cmd/compile/internal/types2: more consistent handling of predeclared "any" by Robert Griesemer · 2 years, 10 months ago
  72. aa4e0f5 net/http: correct capitalization in cancelTimeBody comment by shota3506 · 2 years, 11 months ago
  73. 334f2fc [dev.typeparams] go/*: switch from ListExpr to MultiIndexExpr by Rob Findley · 3 years ago
  74. 6b85a21 [dev.typeparams] cmd/compile: make TestUnifiedCompare insensitive to default -G level by Matthew Dempsky · 2 years, 10 months ago
  75. 0941dbc testing: clarify in docs that TestMain is advanced by Matt T. Proud · 2 years, 11 months ago
  76. 69728ea cmd/go: update error messages in tests to match CL 332573 by Bryan C. Mills · 2 years, 10 months ago
  77. c1cc9f9 cmd/compile: fix lookup package of redeclared dot import symbol by Cuong Manh Le · 2 years, 11 months ago
  78. 21a04e3 doc/go1.17: mention GOARCH=loong64 by Ian Lance Taylor · 2 years, 11 months ago
  79. 4ff0e04 [dev.typeparams] cmd/compile/internal/types2: embedding stand-alone type parameters is not permitted by Robert Griesemer · 2 years, 11 months ago
  80. 3a04732 [dev.typeparams] cmd/compile/internal/types2: fix generic type indirection by Robert Griesemer · 2 years, 11 months ago
  81. dd8bdf4 [dev.typeparams] cmd/compile/internal/types2: interface identity must consider full type set by Robert Griesemer · 2 years, 11 months ago
  82. 2a80878 [dev.typeparams] cmd/compile/internal/types2: cleanups around receiver type checks by Robert Griesemer · 2 years, 11 months ago
  83. 95f8e64 [dev.typeparams] cmd/compile/internal/types2: implement delete(m, k) where m is of type parameter type by Robert Griesemer · 2 years, 11 months ago
  84. 5f0ea40 [dev.typeparams] cmd/compile/internal/types2: implement close(ch) where ch is of type parameter type by Robert Griesemer · 2 years, 11 months ago
  85. 6511922 [dev.typeparams] cmd/compile/internal/types2: implement ch <- x where ch is of type parameter type by Robert Griesemer · 2 years, 11 months ago
  86. ff33d3d [dev.typeparams] cmd/compile/internal/types2: implement <-ch where ch is of type parameter type by Robert Griesemer · 2 years, 11 months ago
  87. 2b00a54 go/build, runtime/internal/sys: reserve GOARCH=loong64 by WANG Xuerui · 2 years, 11 months ago
  88. e3e6cd3 [dev.typeparams] cmd/compile: fix escape printout bugs for -G=3 by Dan Scales · 2 years, 11 months ago
  89. 2f179c0 Remove workaround by Tamir Duberstein · 2 years, 11 months ago
  90. 934db9f [dev.boringcrypto] misc/boring: add new releases to RELEASES file by Katie Hockman · 2 years, 11 months ago
  91. 2b10d7f [dev.typeparams] go/types: export the Config.GoVersion field by Rob Findley · 2 years, 11 months ago
  92. 60ddf42 cmd/go: change link in error message from /wiki to /doc. by Bryan C. Mills · 2 years, 11 months ago
  93. 5a594f3 Merge tag 'go1.17rc1' into HEAD by Tamir Duberstein · 2 years, 11 months ago
  94. 5517053 [dev.typeparams] cmd/compile: record more typ/fun info for dictionaries in unified IR by Matthew Dempsky · 2 years, 11 months ago
  95. 82744bf [dev.typeparams] cmd/compile: handle objStub earlier in reader by Matthew Dempsky · 2 years, 11 months ago
  96. 16cb4d7 [zxwait] Remove non-context functions by Tamir Duberstein · 2 years, 11 months ago
  97. c3b47cb [release-branch.go1.17] update codereview.cfg for release-branch.go1.17 by Dmitri Shuralyov · 2 years, 11 months ago
  98. d8f348a cmd/go: remove a duplicated word from 'go help mod graph' by Bryan C. Mills · 2 years, 11 months ago
  99. 6c37295 Use WaitContext everywhere by Tamir Duberstein · 2 years, 11 months ago
  100. d32e3f3 [src/os] Use zx.Error instead of itoa by Tamir Duberstein · 2 years, 11 months ago