1. 4a801cd cmd/cover: run tests in parallel, don't change source directory by Ian Lance Taylor · 5 years ago
  2. ec0077c crypto/x509: explicitly cast printf format argument by Tobias Klauser · 5 years ago
  3. d6c12ec cmd/go/internal/modload: use replacements to resolve missing imports by Bryan C. Mills · 5 years ago
  4. bae1e70 runtime: print pointers being put in checkPut by Austin Clements · 5 years ago
  5. 5b48ab8 cmd/go/internal/module: fix validation for module paths ending with /v by Bryan C. Mills · 5 years ago
  6. 6ff8c1d doc/go1.12: release notes for lib/time by Julie Qiu · 5 years ago
  7. fcd6117 cmd/internal/objfile: provide consistent output in objdump on ppc64x by Lynn Boger · 5 years ago
  8. 02a0827 doc: 1.12 release notes for cmd/go by Bryan C. Mills · 5 years ago
  9. 9e0ec5e go/types: better error messages for field lookup errors by Robert Griesemer · 5 years ago
  10. dc7808d cmd/compile/internal/syntax: remove unused field in (scanner) source by Robert Griesemer · 5 years ago
  11. 940e5bc doc/go1.12: add more release notes for various packages by Andrew Bonventre · 5 years ago
  12. 9536c5f crypto/x509: re-enable TestSystemRoots by Filippo Valsorda · 6 years ago
  13. aa24158 crypto/x509: fix root CA extraction on macOS (no-cgo path) by Filippo Valsorda · 6 years ago
  14. f6be1cf crypto/x509: fix root CA extraction on macOS (cgo path) by Filippo Valsorda · 6 years ago
  15. fb69478 doc: 1.12 release notes for go/doc, go/token, and reflect packages by Katie Hockman · 5 years ago
  16. 352f1b7 doc/go1.11: add note about go run supporting for go run pkg or go run . by komuW · 5 years ago
  17. 6454a09 cmd/compile: omit write barriers for slice clears of go:notinheap pointers by Austin Clements · 5 years ago
  18. c8ca793 cmd/compile: mark memclrHasPointers calls as write barriers by Austin Clements · 5 years ago
  19. 162de6b cmd/vendor: update to golang.org/x/arch@5a4828b by Lynn Boger · 5 years ago
  20. cd47e89 cmd/compile: avoid multiple errors regarding misuse of ... in signatures by Robert Griesemer · 5 years ago
  21. 09f5411 net: skip TestVariousDeadlines on Plan 9 by David du Colombier · 5 years ago
  22. 8765e89 cmd/go/internal/modcmd: fix go mod edit -module replaces empty string by Baokun Lee · 5 years ago
  23. 35435b2 cmd/link: close input files when copying to temporary directory by Ian Lance Taylor · 5 years ago
  24. ccb8735 doc/go1.12: add some package release notes by Andrew Bonventre · 5 years ago
  25. aac285c cmd/go/internal/lockedfile: fix filelock.Unlock() called twice by Clément Chigot · 5 years ago
  26. 5e17278 cmd/cgo: reject names that are likely to be mangled C name by Hiroshi Ioka · 5 years ago
  27. 897e080 crypto/elliptic: utilize faster z14 multiply/square instructions (when available) by bill_ofarrell · 6 years ago
  28. 9be01c2 runtime: correct isAbortPC check in isgoexception by Alex Brainman · 5 years ago
  29. a7af474 cmd/compile: improve error message for non-final variadic parameter by smasher164 · 5 years ago
  30. be09bdf cmd/compile: fix unnamed parameter handling in escape analysis by Cherry Zhang · 5 years ago
  31. 8a5797a cmd/go: revert multi-flag GOFLAGS doc example by Daniel Martí · 5 years ago
  32. bcd3385 doc/go1.12: flesh out net, etc by Brad Fitzpatrick · 5 years ago
  33. 805312a doc: update 1.12 with latest relnote output by Andrew Bonventre · 5 years ago
  34. 7114e99 go/types: use new importer.ForCompiler for gotype command by Robert Griesemer · 5 years ago
  35. 159797a go/importer: add ForCompiler, which accepts a token.FileSet by Alan Donovan · 6 years ago
  36. 449e2f0 go/doc: tune factory method association logic by Agniva De Sarker · 6 years ago
  37. 8e01f2b go/internal/gccgoimporter: skip /*nointerface*/ comment by Ian Lance Taylor · 5 years ago
  38. 7937466 syscall, cmd/go/internal/lockedfile: remove Flock syscall for aix/ppc64 by Clément Chigot · 5 years ago
  39. ffac3d5 cmd/go: add missing gccgo checks for buildmodeInit by Lynn Boger · 5 years ago
  40. ea509c9 net/http/httputil: add tests for singleJoiningSlash. by Bobby DeSimone · 5 years ago
  41. b0a53d2 doc: release notes: "go tool vet" is no longer supported by Ian Lance Taylor · 5 years ago
  42. f91fd4f os: increase default write size for TestClosedPipeRaceWrite by Ian Lance Taylor · 5 years ago
  43. c2412a7 cmd/go: emit go list error for local non-existant packages by Jay Conrod · 5 years ago
  44. 58ffe50 misc/cgo/testcshared: skip TestGo2C2Go on Android by Ian Lance Taylor · 5 years ago
  45. 13e40c7 go/types: fix interface receiver type for incremental type-checking by Robert Griesemer · 5 years ago
  46. 48399ca net/http/httputil: fix unannounced trailers when body is empty by SALLEYRON Julien · 5 years ago
  47. a48a15c cmd/vendor: update to golang.org/x/tools@e5f3ab76 by Daniel Martí · 5 years ago
  48. 54cbc5b cmd/cgo: use a plausible position for typedef error messages by Ian Lance Taylor · 5 years ago
  49. f98081e net/http: document CanonicalHeaderKey from Header by Brad Fitzpatrick · 5 years ago
  50. cef41e0 misc/cgo/testcshared: don't run TestGo2C2Go on Darwin by Ian Lance Taylor · 5 years ago
  51. 4a1a783 cmd/compile: fix static initializer by Keith Randall · 5 years ago
  52. 5bd7e9c net: enable TCP keepalives by default by Carlo Alberto Ferraris · 6 years ago
  53. 1adbb2b net/http: add StatusTooEarly (425) by Leon Klingele · 5 years ago
  54. b3294d9 cmd/compile: for location lists, handle case where prev block is not a pred by David Chase · 6 years ago
  55. 9e277f7 all: use "reports whether" consistently instead of "returns whether" by Tobias Klauser · 5 years ago
  56. b397248 cmd/compile: add Buffer.Grow to TestIntendedInlining by Daniel Martí · 5 years ago
  57. 624e197 cmd/compile: decrease inlining call cost from 60 to 57 by David Chase · 5 years ago
  58. f70bd91 cmd/cgo: use preprocessor macros to avoid prolog redefinitions by Ian Lance Taylor · 5 years ago
  59. c042fed test/codegen: add arithmetic tests for 386/amd64/arm/arm64 by Ben Shi · 5 years ago
  60. 6d6c858 net/http: update bundled x/net/http2 by Brad Fitzpatrick · 5 years ago
  61. e985ba8 syscall: avoid "64"-postfixed libSystem syscalls on iOS by Elias Naur · 5 years ago
  62. a37d95c cmd/compile: fix constant index bounds check and error message by Robert Griesemer · 5 years ago
  63. d029058 runtime: fix heap pointer invariant rules in HACKING.md by Michael Anthony Knyszek · 5 years ago
  64. 8476fd7 go/internal/gccgoimporter: fix test when using gccgo before GCC 7 by Ian Lance Taylor · 5 years ago
  65. 3ce9e5a go/internal/gccgoimporter: fix test when using gccgo 4.7 by Ian Lance Taylor · 5 years ago
  66. 13aa235 go/internal/gccgoimporter: fix bug reading V1 export data by Than McIntosh · 5 years ago
  67. 950100a crypto/tls: improve error message for unsupported certificates in TLS 1.3 by Filippo Valsorda · 5 years ago
  68. d8ce141 crypto/tls: fix client certificates support for legacy servers by Filippo Valsorda · 5 years ago
  69. 9081229 net: skip flaky TestLookupDotsWithRemoteSource on darwin by Andrew Bonventre · 5 years ago
  70. 42e8b9c cmd/go/internal/modfetch: make directories read-only after renaming, not before by Bryan C. Mills · 5 years ago
  71. 96a6bd4 cmd/go/internal/lockedfile/internal/filelock: fix test on iOS by Elias Naur · 5 years ago
  72. 2140975 cmd/compile: eliminate write barriers when writing non-heap ptrs by Keith Randall · 5 years ago
  73. 438b954 runtime: check more work flushing races by Austin Clements · 5 years ago
  74. fbdaa96 cmd/cgo: use field alignment when setting field offset by Ian Lance Taylor · 5 years ago
  75. 81a5c9c go/doc: convert to unicode quotes for ToText and Synopsis by Agniva De Sarker · 5 years ago
  76. 689fae2 runtime: node ordering in mTreap; adjust code to reflect description. by Gergely Brautigam · 5 years ago
  77. ec4de31 cmd/doc: treat any non-empty GOMOD as module mode by Bryan C. Mills · 5 years ago
  78. c37b6ec cmd/go/internal/modfetch: document DownloadDir by Bryan C. Mills · 6 years ago
  79. 20950db cmd/go/testdata/mod: remove unused research.swtch.com/vgo-tour by Bryan C. Mills · 6 years ago
  80. aab0b70 cmd/go/internal/load: remove redundant assignment to BinDir by Bryan C. Mills · 6 years ago
  81. 365a187 cmd/go/internal/modcmd: check for errors in Download by Bryan C. Mills · 5 years ago
  82. cdbd4d4 cmd/go: enable module mode without a main module when GO111MODULE=on by Bryan C. Mills · 6 years ago
  83. a2b4ac6 cmd/go/internal/modfetch/codehost: add lockfiles for repos by Bryan C. Mills · 6 years ago
  84. 143c1c8 cmd/go/internal/{modcmd,modload}: lock edits to go.mod by Bryan C. Mills · 6 years ago
  85. 04e12a5 cmd/go/internal/modfetch: lock files and directories by Bryan C. Mills · 6 years ago
  86. ba2e8f6 cmd/go/internal/modfetch: make Repo.Zip write to an io.Writer instead of a temporary file by Bryan C. Mills · 5 years ago
  87. c124a91 cmd/go/internal/{clean,test}: lock testexpire.txt by Bryan C. Mills · 6 years ago
  88. 47dc928 cmd/go/internal/lockedfile: add package and support library by Bryan C. Mills · 6 years ago
  89. a30f8d1 doc: add relnotes for stack objects and mid-stack inlining by Keith Randall · 5 years ago
  90. 68f4969 cmd/go/internal/cache: write shared mutable files atomically by Bryan C. Mills · 6 years ago
  91. 75a7675 cmd/go/internal/renameio: add package by Bryan C. Mills · 6 years ago
  92. 2012227 vendor/golang_org/x: move to internal/x by Bryan C. Mills · 6 years ago
  93. 70a684c go/internal/gccgoimporter: additional V3 export data changes by Than McIntosh · 5 years ago
  94. 2b58ca6 cmd/compile: begin OpArg and OpPhi location lists at block start by David Chase · 6 years ago
  95. 311d87d debug/pe: use ws2_32.dll in TestImportTableInUnknownSection by Alex Brainman · 5 years ago
  96. 4c51c93 crypto/tls: prevent the test server from sending session tickets by Filippo Valsorda · 5 years ago
  97. 4f26f24 cmd/cgo: recognize untyped constants defined in different files by Ian Lance Taylor · 5 years ago
  98. 048580d cmd/asm,cmd/internal/obj/ppc64: add VPERMXOR to ppc64 assembler by Lynn Boger · 5 years ago
  99. 9aadbf5 net/http: prevent transport sends two "Connection: close" headers by Meng Zhuo · 5 years ago
  100. 4f15b54 cmd/compile: ensure S390X moves don't overflow int32 by Keith Randall · 5 years ago