1. 889aa5e go/build: add go1.13 release tag by Herbie Ong · 5 years ago
  2. 34fb585 text/scanner: don't liberally consume (invalid) floats or underbars by Robert Griesemer · 5 years ago
  3. 153c0da path/filepath: revert "fix Windows-specific Clean bug" by Ian Lance Taylor · 5 years ago
  4. dace654 cmd/vet: make vet_test module-agnostic by Bryan C. Mills · 5 years ago
  5. 1e4a88f cmd/link/internal/ld: make dwarf_test and associated testdata module-agnostic by Bryan C. Mills · 5 years ago
  6. b88462e cmd/cover: fix TestHtmlUnformatted in module mode by Bryan C. Mills · 5 years ago
  7. 583975b cmd/link: fix TestUnresolved in module mode by Bryan C. Mills · 5 years ago
  8. 34291f5 cmd/internal/goobj: make the buildGoobj test helper work in module mode by Bryan C. Mills · 5 years ago
  9. 4ad5537 cmd/compile: accept 'i' suffix orthogonally on all numbers by Robert Griesemer · 5 years ago
  10. c3b4918 go/scanner: accept 'i' suffix orthogonally on all numbers by Robert Griesemer · 5 years ago
  11. 041d31b cmd/compile: don't mix internal float/complex constants of different precision by Robert Griesemer · 5 years ago
  12. 165a8d9 cmd/vet: do not write test vet binary to GOROOT by Bryan C. Mills · 5 years ago
  13. 8827147 cmd/nm: fix testGoLib helper to be module-agnostic by Bryan C. Mills · 5 years ago
  14. d7d3887 cmd/internal/obj/x86: fix issue19518_test in module mode by Bryan C. Mills · 5 years ago
  15. fae44a2 src, misc: apply gofmt by Robert Griesemer · 5 years ago
  16. f8abdd6 cmd/gofmt: normalize integer imaginary literals starting with 0 by Robert Griesemer · 5 years ago
  17. 613f0a3 cmd/go: set GO111MODULE=off explicitly in tests that assume GOPATH mode by Bryan C. Mills · 5 years ago
  18. cf155b0 runtime: make tests that invoke 'go build' module-agnostic by Bryan C. Mills · 5 years ago
  19. a10b4cf spec: document signed integer shift counts by Robert Griesemer · 5 years ago
  20. 5aac0f0 go/types: include test/fixedbugs/bug073.go again in test by Robert Griesemer · 5 years ago
  21. dca707b cmd/compile: guard against loads with negative offset from readonly constants by Cherry Zhang · 5 years ago
  22. ef454fd doc/go1.12: document net/url.Parse now rejecting ASCII CTLs by Brad Fitzpatrick · 5 years ago
  23. 585c9e8 cmd/compile: implement shifts by signed amounts by Keith Randall · 5 years ago
  24. e1acd85 cmd/go: add newline after module-requires-version message by Ian Lance Taylor · 5 years ago
  25. 5fcc240 syscall: skip TestSyscallNoError when temp dir is mounted nosuid by Brad Fitzpatrick · 5 years ago
  26. 65c2069 cmd/go: only generate a go.mod file during 'go mod init' by Bryan C. Mills · 5 years ago
  27. 4c89a10 database/sql/driver: fix typo by Zhou Peng · 5 years ago
  28. 7cf31d8 doc/go1.12: note that Go 1.12 is the last release to include godoc by Brad Fitzpatrick · 5 years ago
  29. 48bb611 crypto/tls, runtime: document GODEBUG TLS 1.3 option by Brad Fitzpatrick · 5 years ago
  30. b690d7e net/http/httputil: make TestDumpRequest idempotent by Emmanuel T Odeke · 5 years ago
  31. af8f406 runtime: scan gp._panic in stack scan by Cherry Zhang · 5 years ago
  32. ffd096d doc: don't use "go tool vet" as an example by Ian Lance Taylor · 5 years ago
  33. c75ee69 doc/go1.12: soften, expand crypto/rc4 assembly removal text by Brad Fitzpatrick · 5 years ago
  34. cf4dc25 os: don't return ENOENT if directory removed before Fstatat by Ian Lance Taylor · 5 years ago
  35. 11af353 strconv: add 0b, 0o integer prefixes in ParseInt, ParseUint by Russ Cox · 5 years ago
  36. 36a81d5 strconv: accept underscores in ParseInt, ParseUint, ParseFloat by Russ Cox · 5 years ago
  37. e2d87f2 strconv: format hex floats by Russ Cox · 5 years ago
  38. 0771724 strconv: parse hex floats by Russ Cox · 5 years ago
  39. 1edd2a3 net/http/httptrace: fix typo by berkant ipek · 5 years ago
  40. e871981 cmd/compile: update compiler's format test (fix long test) by Robert Griesemer · 5 years ago
  41. 6fa1336 go/types: permit signed integer shift count by Robert Griesemer · 5 years ago
  42. 710417b text/scanner: accept new Go2 number literals by Robert Griesemer · 5 years ago
  43. 33ac854 cmd/compile: do not export float or complex constants with -asmhdr by Robert Griesemer · 5 years ago
  44. 85c1798 text/scanner: don't crash when calling TokenText in error handler by Robert Griesemer · 5 years ago
  45. 69de40c cmd/gofmt: normalize number prefixes and exponents by Robert Griesemer · 5 years ago
  46. 257f304 go/types: add tests for new Go 2 number literals by Robert Griesemer · 5 years ago
  47. 1f70120 go/constant: accept new Go2 number literals by Robert Griesemer · 5 years ago
  48. 149d9de cmd/gofmt: test that Go 2 number literals can be formatted by Robert Griesemer · 5 years ago
  49. 42e0cc6 go/scanner: accept new Go2 number literals by Robert Griesemer · 5 years ago
  50. ceb849d cmd/compile: accept new Go2 number literals by Robert Griesemer · 5 years ago
  51. 7bc2aa6 math/big: permit upper-case 'P' binary exponent (not just 'p') by Robert Griesemer · 5 years ago
  52. 58365b3 cmd/compile/internal/syntax: allow more than one rune "unread" by Robert Griesemer · 5 years ago
  53. 701f6a2 cmd/go/internal/modcmd: use replaced paths to break cycles in 'go mod tidy' by Bryan C. Mills · 5 years ago
  54. e1b49ad doc: remove last pieces of advice to set GOROOT by Daniel Martí · 5 years ago
  55. ca7c12d sync/atomic: add 32-bit MIPS to the 64-bit alignment requirement by Ian Lance Taylor · 5 years ago
  56. c7026f9 doc: fix typos by alkesh26 · 5 years ago
  57. 4ed8ad4 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 5 years ago
  58. d5a3653 database/sql: document Stmt lifetime by Justin Li · 5 years ago
  59. 7ccd358 crypto/tls: disable RSA-PSS in TLS 1.2 by Filippo Valsorda · 5 years ago
  60. 5d9bc60 crypto/tls: make TLS 1.3 opt-in by Filippo Valsorda · 5 years ago
  61. 95e5b07 crypto/x509: consider parents by Subject if AKID has no match by Filippo Valsorda · 5 years ago
  62. aa161ad test/chan: fix broken link to Squinting at Power Series by Yasser Abdolmaleki · 5 years ago
  63. ccd9d9d crypto/x509: improve CertificateRequest docs by Filippo Valsorda · 5 years ago
  64. 10faf00 doc: fix a typo by alkesh26 · 5 years ago
  65. 20c110e doc: go1.12: document FreeBSD 12.0 requires COMPAT_FREEBSD11 by Yuval Pavel Zholkover · 5 years ago
  66. b5be877 cmd/go: clarify @none effect on dependants modules by Alberto Donizetti · 5 years ago
  67. 691a2d4 crypto/aes: replace broken extenal link to FIPS 197 by spring1843 · 5 years ago
  68. 3fc276c cmd/cgo: don't copy a simple variable x in &x[0] by Ian Lance Taylor · 5 years ago
  69. 8f85424 cmd/compile: fix crash when memmove argument is not the right type by Keith Randall · 5 years ago
  70. 7e987b7 reflect: eliminate write barrier for copying result in callReflect by Cherry Zhang · 5 years ago
  71. 03a9f5a doc: go1.12: update notes on go directive by Ian Lance Taylor · 5 years ago
  72. 6f4dc1c cmd/cgo: ignore unrecognized GCC warning group pragmas by Yuval Pavel Zholkover · 5 years ago
  73. faf187f runtime: add credit system for scavenging by Michael Anthony Knyszek · 5 years ago
  74. 8e093e7 runtime: scavenge memory upon allocating from scavenged memory by Michael Anthony Knyszek · 5 years ago
  75. f2a416b cmd/cgo: disable GCC 9 warnings triggered by cgo code by Ian Lance Taylor · 5 years ago
  76. 7376952 CONTRIBUTORS: second round of updates for Go 1.12 by Dmitri Shuralyov · 5 years ago
  77. 3a91061 doc: note go tool tour removal in 1.12 release notes by Alberto Donizetti · 5 years ago
  78. 56c9f8e os: treat EACCES as a permission error in RemoveAll by Ian Lance Taylor · 5 years ago
  79. ea27cd3 os: restore RemoveAll docs by making a single copy by Ian Lance Taylor · 5 years ago
  80. da648ea doc: remove meaningless word from Go 1.12 release notes by Ian Lance Taylor · 5 years ago
  81. eb72a30 os: make openFdAt act like openFileNolog by Ian Lance Taylor · 5 years ago
  82. f1d662f net/url, net/http: relax CTL-in-URL validation to only ASCII CTLs by Brad Fitzpatrick · 5 years ago
  83. d34c0db doc/go1.12: add notes about 'go doc -src' by kim yongbin · 5 years ago
  84. df719d9 doc: go1.12: mention change in text/template user function panic by Ian Lance Taylor · 5 years ago
  85. 66065c3 cmd/link: fix confusing error on unresolved symbol by Austin Clements · 5 years ago
  86. c00595c doc: mention init traceback change in Go 1.12 release notes by Ian Lance Taylor · 5 years ago
  87. c53aeca doc: describe change to eliminate method expression wrappers from stack traces by Keith Randall · 5 years ago
  88. 447965d path/filepath: skip TestIssue29372 on windows, if /tmp has symilinks by Alex Brainman · 5 years ago
  89. eafe9a1 cmd/compile: hide init functions in tracebacks by Keith Randall · 5 years ago
  90. d585f04 cmd/compile: base PPC64 trunc rules on final type, not op type by Ian Lance Taylor · 5 years ago
  91. 4e056ad sort: change let to let's by GiantsLoveDeathMetal · 5 years ago
  92. 8c10ce1 cmd/go: mention that binary packages are going away by Ian Lance Taylor · 5 years ago
  93. 8b7cf89 cmd/compile, cmd/link: document more flags by yo-tak · 5 years ago
  94. 14c64db [dev.boringcrypto] misc/boring: add go1.10.8b4 and go1.11.5b4 by Filippo Valsorda · 5 years ago
  95. 9d23975 cmd/go/internal/modload: ensure that __debug_modinfo__ is not discarded during linking by Bryan C. Mills · 5 years ago
  96. 193c16a crypto/elliptic: reduce subtraction term to prevent long busy loop by Filippo Valsorda · 5 years ago
  97. 1e450aa net/http: update bundled http2 by Brad Fitzpatrick · 5 years ago
  98. 829c5df net/url, net/http: reject control characters in URLs by Brad Fitzpatrick · 5 years ago
  99. 4edea0f doc: mention 'go get golang.org/dl/...' in install by Daniel Martí · 5 years ago
  100. cd06b2d A+C: change email address for Elias Naur by Elias Naur · 5 years ago