1. 44f9a35 database/sql: fix deadlock test in prepare statement by Daniel Theophanes · 3 years ago
  2. d626ba2 [dev.typeparams] all: merge master (16e82be) into dev.typeparams by Cuong Manh Le · 3 years ago
  3. 16e82be runtime: fix crash during VDSO calls on PowerPC by Derek Parker · 3 years ago
  4. 2e542c3 runtime/pprof: deflake TestMorestack more by Cherry Mui · 3 years ago
  5. ced0fdb doc/go1.17: note deprecation of 'go get' for installing commands by Jay Conrod · 3 years ago
  6. 7a5e704 doc/go1.17: add Go 1.18 pre-announcements by Filippo Valsorda · 3 years ago
  7. 85a2e24 doc/go1.17: add security-related release notes by Filippo Valsorda · 3 years ago
  8. 1de3329 doc/go1.17: document go/parser.SkipObjectResolution by Rob Findley · 3 years ago
  9. 117ebe0 cmd/go: do not require the module cache to exist for 'go mod edit' by Bryan C. Mills · 3 years ago
  10. 844c076 [dev.typeparams] cmd/compile: simplify import* functions by Cuong Manh Le · 3 years ago
  11. e57da8e [dev.typeparams] cmd/compile: explain why reader.funcExt need to set n.Defn by Cuong Manh Le · 3 years ago
  12. 3f7f72a [dev.typeparams] cmd/compile: fold reader checking type params logic to separate method by Cuong Manh Le · 3 years ago
  13. 460900a os/signal: test with a significantly longer fatal timeout by Andrew G. Morgan · 3 years ago
  14. d24c90a [dev.typeparams] cmd/compile: explain how pkgReader.typIdx handles alias cyclic by Cuong Manh Le · 3 years ago
  15. b73cc4b database/sql: do not rely on timeout for deadlock test by Daniel Theophanes · 3 years ago
  16. 86743e7 image: add RGBA64Image interface by Nigel Tao · 3 years, 2 months ago
  17. 3f7a313 [dev.typeparams] cmd/compile: add "toolstash -cmp"-like test of -d=unified by Matthew Dempsky · 3 years ago
  18. 9401172 runtime: clarify Frames.Next documentation by Matthew Dempsky · 3 years ago
  19. d8a58c3 [zxsocket] Remove SignalStreamOutgoing by Tamir Duberstein · 3 years, 1 month ago
  20. 57aaa19 runtime: disable CPU profiling before removing the SIGPROF handler by Ian Lance Taylor · 3 years ago
  21. e9c01f9 [dev.typeparams] cmd/compile: add missing copy of Field.Embedded in type substituter. by Dan Scales · 3 years ago
  22. 6f22d2c doc/go1.17: fix typo by Nick Miyake · 3 years ago
  23. 6fa0437 [dev.typeparams] cmd/compile: add documentation for unified IR pipeline by Cuong Manh Le · 3 years ago
  24. 54fe57b [dev.typeparams] cmd/compile: record writer's stack at export data sync points by Matthew Dempsky · 3 years ago
  25. 78aa251 [dev.typeparams] cmd/go: include new internal packages in TestNewReleaseRebuildsStalePackagesInGOPATH by Michael Anthony Knyszek · 3 years ago
  26. 2a79007 [dev.typeparams] go/types: report better error for invalid untyped operation by Cuong Manh Le · 3 years ago
  27. 90096f4 [dev.typeparams] cmd/compile/internal/syntax: convert (most) parser tests to new type set syntax by Robert Griesemer · 3 years ago
  28. feec53c [dev.typeparams] cmd/compile: skip types2 GC test during bootstrapping by Matthew Dempsky · 3 years ago
  29. 45f251a cmd/pprof,runtime/pprof: disable test on more broken platforms by Michael Pratt · 3 years ago
  30. fb84d21 [dev.typeparams] reflect: support big endian architectures in callMethod by Michael Anthony Knyszek · 3 years ago
  31. 9f50d9a [dev.typeparams] internal/reflectlite: remove unused ptrSize by Michael Anthony Knyszek · 3 years ago
  32. 890a840 [dev.typeparams] internal/reflectlite: use goarch.PtrSize instead of the duplicated ptrSize [generated] by Michael Anthony Knyszek · 3 years ago
  33. bfd9b63 [dev.typeparams] reflect: delete unused ptrSize and PtrSize by Michael Anthony Knyszek · 3 years ago
  34. 95c104e [dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSize [generated] by Michael Anthony Knyszek · 3 years ago
  35. 2e600fb [dev.typeparams] runtime/internal/sys: remove unused Goarch* and Goos* constants by Michael Anthony Knyszek · 3 years ago
  36. 46e1e74 [dev.typeparams] runtime: replace Goarch* constants with internal/goarch versions [generated] by Michael Anthony Knyszek · 3 years ago
  37. 7b0e9ca [dev.typeparams] runtime: replace Goos* constants with internal/goos versions [generated] by Michael Anthony Knyszek · 3 years ago
  38. 81a6a43 [dev.typeparams] internal/goarch,internal/goos: rename Goos and Goarch constants by Michael Anthony Knyszek · 3 years ago
  39. 33d1b82 [dev.typeparams] runtime/internal/sys: replace ArchFamily and constants with goarch by Michael Anthony Knyszek · 3 years ago
  40. 85b12a8 [dev.typeparams] runtime,runtime/internal/sys: remove unused BigEndian by Michael Anthony Knyszek · 3 years ago
  41. 9a93072 [dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndian [generated] by Michael Anthony Knyszek · 3 years ago
  42. 9c58e39 [dev.typeparams] runtime: fix import sort order [generated] by Michael Anthony Knyszek · 3 years ago
  43. 671954e [dev.typeparams] runtime/internal/sys: replace GOOS with goos.GOOS by Michael Anthony Knyszek · 3 years ago
  44. 5c02875 [dev.typeparams] runtime/internal/sys: replace uses of GOARCH with goarch.GOARCH by Michael Anthony Knyszek · 3 years ago
  45. ed83485 cmd/go: replace a TODO with an explanatory comment by Bryan C. Mills · 3 years ago
  46. 1e092ae [runtime] Work around scheduling bug by Tamir Duberstein · 3 years ago
  47. 6d89c90 [dev.typeparams] runtime/internal/sys: remove unused PtrSize by Michael Anthony Knyszek · 3 years ago
  48. 6d85891 [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with internal/goarch.PtrSize [generated] by Michael Anthony Knyszek · 3 years ago
  49. 122f5e1 [dev.typeparams] internal/goarch,internal/goos: explode runtime/internal/sys into pieces by Michael Anthony Knyszek · 3 years ago
  50. 4dede02 cmd/pprof: make ObjAddr a no-op by Michael Pratt · 3 years, 1 month ago
  51. 804ecc2 [dev.typeparams] all: add GOEXPERIMENT=unified knob by Matthew Dempsky · 3 years ago
  52. 97cee43 testing: drop unusual characters from TempDir directory name by Tobias Klauser · 3 years, 1 month ago
  53. b0355a3 time: fix receiver for Time.IsDST method by Russ Cox · 3 years ago
  54. 881b6ea doc/go1.17: fix redundant space by yangwenmai · 3 years ago
  55. b14fd72 [dev.typeparams] cmd/compile: make types2 report better error for invalid untyped operation by Cuong Manh Le · 3 years ago
  56. 8115ae1 [dev.typeparams] go/types: disallow ~T where T is a defined type or an interface by Rob Findley · 3 years ago
  57. 6237e44 [dev.typeparams] go/types: disallow type list handling by Rob Findley · 3 years ago
  58. 6e50f4f [dev.typeparams] go/types: convert testdata/check tests to type set syntax by Rob Findley · 3 years ago
  59. b6fc4d0 [dev.typeparams] go/types: convert testdata/fixedbugs tests to type set sytax by Rob Findley · 3 years, 1 month ago
  60. 795f447 [dev.typeparams] go/types: convert testdata/examples tests to type set sytax by Rob Findley · 3 years, 1 month ago
  61. 8e14a9c [dev.typeparams] go/types: eliminate need for unpack and asUnion functions by Rob Findley · 3 years, 1 month ago
  62. aecfd5c [dev.typeparams] go/types: clean up type set/union intersection by Rob Findley · 3 years, 1 month ago
  63. c7a4605 [dev.typeparams] go/types: replace Sum type with Union type by Rob Findley · 3 years, 1 month ago
  64. e7451f6 [dev.typeparams] go/types: accept embedded interface elements by Rob Findley · 3 years, 1 month ago
  65. 54f854f [dev.typeparams] go/parser: accept embedded type literals by Rob Findley · 3 years, 1 month ago
  66. ab4b3c4 [dev.typeparams] go/parser: accept "~" and "|" interface elements by Rob Findley · 3 years, 1 month ago
  67. 7c5d7a4 [dev.typeparams] go/token, go/scanner: add the "~" operator by Rob Findley · 3 years, 1 month ago
  68. ad59efb [dev.typeparams] go/ast: remove the typeparams build constraint by Rob Findley · 3 years, 1 month ago
  69. 1ba2074 [dev.typeparams] cmd/compile/internal/types2: support local defined types by Matthew Dempsky · 3 years ago
  70. dd95a4e [dev.typeparams] cmd/compile: simplify SSA devirtualization by Matthew Dempsky · 3 years ago
  71. 0e67ce3 cmd/go: in lazy modules, add transitive imports for 'go get' arguments by Bryan C. Mills · 3 years ago
  72. 6ea2af0 cmd/go: add a regression test for #45979 by Bryan C. Mills · 3 years ago
  73. 132ea56 [dev.typeparams] cmd/compile: fix crawling of embeddable types by Matthew Dempsky · 3 years ago
  74. a294e4e math/rand: mention half-open intervals explicitly by Russ Cox · 3 years ago
  75. 8f95ead [dev.typeparams] cmd/compile: fix missing sync implicit types by Cuong Manh Le · 3 years ago
  76. a4121d7 [dev.typeparams] Revert "[dev.typeparams] runtime: make deferproc take a func() argument" by Cherry Mui · 3 years ago
  77. a6a853f cmd/asm: restore supporting of *1 scaling on ARM64 by Cherry Mui · 3 years ago
  78. 4d6f9d6 [dev.typeparams] all: merge master (785a8f6) into dev.typeparams by Cuong Manh Le · 3 years ago
  79. ee0420d [dev.typeparams] cmd/compile: factor out implicit/explicit handling by Cuong Manh Le · 3 years ago
  80. 785a8f6 cmd/compile: better error message for invalid untyped operation by Cuong Manh Le · 3 years ago
  81. a752bc0 syscall: fix TestGroupCleanupUserNamespace test failure on Fedora by Rahul Bajaj · 3 years ago
  82. cf1ae5f [dev.typeparams] cmd/compile: add -d=unified flag to enable unified IR by Matthew Dempsky · 3 years ago
  83. d77f4c0 net/http: improve some server docs by Filippo Valsorda · 4 years ago
  84. 79cd168 [dev.typeparams] cmd/compile: unified IR construction by Matthew Dempsky · 3 years, 1 month ago
  85. 413c125 [dev.fuzz] testing: convert seed corpus values where possible by Katie Hockman · 3 years, 1 month ago
  86. 219fe9d cmd/go: ignore UTF8 BOM when reading source code by unbyte · 3 years ago
  87. 723f199 cmd/link: set correct flags in .dynamic for PIE buildmode by Than McIntosh · 3 years ago
  88. 4d2d89f cmd/go, go/build: update docs to use //go:build syntax by Damien Neil · 3 years, 1 month ago
  89. 033d885 doc/go1.17: document go run pkg@version by Michael Matloob · 3 years ago
  90. ea8612e syscall: disable c-shared test when no cgo, for windows/arm by Jason A. Donenfeld · 3 years ago
  91. 441bf35 [fidl] Mark old syntax FIDL files with deprecated_syntax by Felix Zhu · 3 years ago
  92. abc56fd internal/bytealg: remove duplicate go:build line by cuishuang · 3 years ago
  93. 4061d34 syscall: rewrite handle inheritance test to use C rather than Powershell by Jason A. Donenfeld · 3 years ago
  94. cf4e3e3 reflect: explain why convertible or comparable types may still panic by Joe Tsai · 3 years ago
  95. 7841cb1 doc/go1.17: assorted fixes by Josh Bleecher Snyder · 3 years ago
  96. 8a5a6f4 debug/elf: don't apply DWARF relocations for ET_EXEC binaries by Victor Michel · 3 years ago
  97. 9d13f8d runtime: update the variable name in comment by Eric Wang · 3 years ago
  98. 0fd20ed reflect: use same conversion panic in reflect and runtime by Ian Lance Taylor · 3 years ago
  99. 6bbb0a9 cmd/internal/sys: mark windows/arm64 as c-shared-capable by Jason A. Donenfeld · 3 years ago
  100. ea438bd [dev.typeparams] all: merge master (fdab5be) into dev.typeparams by Matthew Dempsky · 3 years ago