1. 41b9e99 cmd/gofmt: fix normalization of imaginary number literals by Robert Griesemer · 5 years ago
  2. 3f1422c cmd/link: revise previous __DWARF segment protection fix by Than McIntosh · 5 years ago
  3. b3399ac cmd/go: add more docs for go directive in go.mod file by Ian Lance Taylor · 5 years ago
  4. 44c9354 bufio: add example for Scanner.Bytes by guitarbum722 · 7 years ago
  5. 1130cc7 Revert "runtime: use dispatch semaphores on Darwin" by Ian Lance Taylor · 5 years ago
  6. b5a8dcb doc/go1.13: document changes to gofmt, go/* libs, and fix entry for text/scanner by Robert Griesemer · 5 years ago
  7. 3ed5a53 bufio: Reader.Read may return io.EOF even when it has data buffered by Daniel Cormier · 5 years ago
  8. 94aa155 crypto/x509: normalize and expand docs of Parse and Marshal functions by Filippo Valsorda · 5 years ago
  9. ee63782 crypto/tls: reject low-order Curve25519 points by Filippo Valsorda · 5 years ago
  10. 0884bca crypto/tls: move shared code and resources to handshake_test.go by Filippo Valsorda · 5 years ago
  11. bc81f52 text/scanner: rename AllowNumberbars to AllowDigitSeparators by Robert Griesemer · 5 years ago
  12. 8456b07 cmd/go/internal/imports: match solaris files for illumos by Tobias Klauser · 5 years ago
  13. 769fda2 cmd/compile: add necessary operand to mergePoint in rewrite rules by David Chase · 5 years ago
  14. 71a6a44 cmd/go: install binaries in cmd/ in $GOROOT/bin instead of $GOBIN by Jay Conrod · 5 years ago
  15. 832959f doc/go1.13: add release notes for the testing package by Andrew · 5 years ago
  16. 0b3a57b crypto/tls: disable RSA-PSS in TLS 1.2 again by Filippo Valsorda · 5 years ago
  17. 0ab1cc3 doc/go1.13: expand ports, add skeleton language changes section by Austin Clements · 5 years ago
  18. 26954bd cmd/link: macos: set initial protection of 0 for __DWARF segment by Than McIntosh · 5 years ago
  19. b373d31 cmd/compile: correct comments of gc.Val fields by LE Manh Cuong · 5 years ago
  20. 7119f4b doc/go1.13: add release notes for language changes by Robert Griesemer · 5 years ago
  21. 9f68d2f cmd/link: fix stale link to MachO file format reference in comment by Than McIntosh · 5 years ago
  22. e9188d1 cmd/go/internal/modfetch: re-resolve commit hashes in readDiskStat by Bryan C. Mills · 5 years ago
  23. 18107ed math: add examples for Log, Log2, Mod, and Abs by Michael Brandenburg · 5 years ago
  24. 1962dc8 net/http: fix Server.IdleTimeout and Server.ReadHeaderTimeout docs by Raghavendra Nagaraj · 5 years ago
  25. c82e7e7 doc/go1.13: add crypto-related release notes by Filippo Valsorda · 5 years ago
  26. 2ba9f7c cmd/go: fix sumdb test failure with misbehaving DNS server by Jay Conrod · 5 years ago
  27. cb0f0d6 doc/go1.13: add release notes for the net package by Andrew · 5 years ago
  28. bd7d1bb doc/go1.13: runtime release notes, some compiler release notes by Austin Clements · 5 years ago
  29. 52572af reflect,doc: use "the" instead of "a" in IsZero docs by Josh Bleecher Snyder · 5 years ago
  30. bc27b64 doc: remove a Google+ link since it doesn't exist anymore by Steve Mynott · 5 years ago
  31. 53f628e cmd/go/internal/modload: query correct "latest" version through proxy by Jay Conrod · 5 years ago
  32. 263db9b html/template, text/template: document glob semantics by Andrew Gerrand · 5 years ago
  33. 2f387ac doc: update 1.13 release notes by Keith Randall · 5 years ago
  34. db042d2 html/template: handle nil Error values in context.String by Samuel Tan · 5 years ago
  35. 530097f cmd/go: document GOBIN and 'go install' locations by Jay Conrod · 5 years ago
  36. 7a4d023 syscall: accept permission errors in TestExecPtrace by Elias Naur · 5 years ago
  37. 06e34e5 syscall: disable ptrace on iOS by Elias Naur · 5 years ago
  38. 8eec3fe misc/ios: add missing CGO_ENABLED=1 for running standalone tests by Elias Naur · 5 years ago
  39. 85d56c3 runtime: use dispatch semaphores on Darwin by Ian Lance Taylor · 5 years ago
  40. f18aeb3 doc: release notes for syscall and syscall/js by Katie Hockman · 5 years ago
  41. 9838f4d doc: add release notes for log by Julie · 5 years ago
  42. 4c2ffd2 cmd/go: avoid accidental downgrades in 'go get' with latest and patch by Jay Conrod · 5 years ago
  43. 80f8913 doc: add release notes for context by Julie · 5 years ago
  44. 5c354e6 [dev.boringcrypto] misc/boring: add go1.12.6b4 and go1.11.11b4 releases by Filippo Valsorda · 5 years ago
  45. 6a9b22c vendor: go get -u golang.org/x/crypto && go mod vendor by Lynn Boger · 5 years ago
  46. f83c44e doc: clarify default go command behavior in the release notes by Katie Hockman · 5 years ago
  47. 683ffe0 database/sql: add support for decimal interface by Daniel Theophanes · 5 years ago
  48. dc63b59 database/sql: add Conn.Raw to expose the driver Conn safely by Daniel Theophanes · 5 years ago
  49. 25a2b98 cmd/go: factor the I/O-retry logic out of renameio by Bryan C. Mills · 5 years ago
  50. 55d31e1 cmd/go: add '--' before repository names when invoking vcs tools by Jay Conrod · 5 years ago
  51. b388d68 doc: add release notes for reflect by Julie · 5 years ago
  52. 418c7d8 doc: release notes for html/template by Julie · 5 years ago
  53. 73abea3 database/sql/driver: document Valuer must not panic by Daniel Theophanes · 5 years ago
  54. 0b6e3bf doc: mention os.UserConfigDir in release notes by Dmitri Shuralyov · 5 years ago
  55. c0c6cee doc: release notes for text/scanner and text/template by Katie Hockman · 5 years ago
  56. 82cf8bc cmd/go: add GOPRIVATE environment variable by Russ Cox · 5 years ago
  57. f44404e cmd/compile: fix range analysis of small signed integers by Matthew Dempsky · 5 years ago
  58. 87367cf doc: add release notes for database/sql by Julie · 5 years ago
  59. 6a4b1f7 doc: add release notes for sync by Katie Hockman · 5 years ago
  60. 65f53da doc: add release notes for the bytes, strings, and time packages by Andrew Bonventre · 5 years ago
  61. 0c2953e cmd/go: include -errorsas in go test vet checks by Jonathan Amsterdam · 5 years ago
  62. f2a4c13 errors: clarify doc for As by Jonathan Amsterdam · 5 years ago
  63. bdd4201 cmd/go: allow GOPROXY to elide the "https://" prefix by Bryan C. Mills · 5 years ago
  64. d36452e doc: add release notes describing the default mirror and sumdb by Katie Hockman · 5 years ago
  65. 9f76566 cmd/vet: include the errors.As check from upstream x/tools by Bryan C. Mills · 5 years ago
  66. 34a43d7 errors: improve As tests by Jonathan Amsterdam · 5 years ago
  67. 5f94d44 doc: add release notes for os and os/exec by Andrew Bonventre · 5 years ago
  68. ef84fa0 doc: document Go 1.12.6 by Dmitri Shuralyov · 5 years ago
  69. 5545301 doc: document Go 1.11.11 by Dmitri Shuralyov · 5 years ago
  70. bff0ae6 cmd/go: in TestScript, set $GOEXE instead of $exe by Bryan C. Mills · 5 years ago
  71. 5ce1819 doc, net/http: add release notes for net/http and fix doc comments by Andrew Bonventre · 5 years ago
  72. 39f7561 cmd/go/internal/load: remove unused hasSubdir function by Bryan C. Mills · 5 years ago
  73. 2d75c33 syscall: fix freebsd 64-bit test by Keith Randall · 5 years ago
  74. 350f71f cmd/go: in tests, don't assume that the 'git' binary is present by Bryan C. Mills · 5 years ago
  75. 8f296f5 Revert "Revert "cmd/compile,runtime: allocate defer records on the stack"" by Keith Randall · 5 years ago
  76. daf944a syscall: fix Getdirentries on 32-bit freebsd 12 by Keith Randall · 5 years ago
  77. ec3ebf7 cmd/go/internal/web: support file:// URLs by Bryan C. Mills · 5 years ago
  78. 9bf9e7d [dev.boringcrypto] crypto: move crypto/internal/boring imports to reduce merge conflicts by Filippo Valsorda · 5 years ago
  79. 323212b cmd/go: fix syntax mistake in a testscript file, take 2 by Dmitri Shuralyov · 5 years ago
  80. 13f179b cmd/go: fix syntax mistake in a testscript file by Daniel Martí · 5 years ago
  81. b336526 os: change UserConfigDir on Darwin to ~/Library/Application Support by Daniel Martí · 5 years ago
  82. 9eb4031 cmd/link: fix deferreturn detector by Keith Randall · 5 years ago
  83. 4c84d87 net/http: support BaseContext & ConnContext for http2 Server by Brad Fitzpatrick · 5 years ago
  84. 74d92db cmd/dist,cmd/compile: remove -allabis mode by Austin Clements · 5 years ago
  85. e0dd927 syscall: refer to Proc.Call documentation for LazyProc.Call on Windows by Matt Layher · 5 years ago
  86. 5587e05 cmd/go: fix error messages for go mod download in GOPATH mode by Constantin Konstantinidis · 5 years ago
  87. b23ff2c cmd/go: recommend -d when -m is used by Daniel Martí · 5 years ago
  88. 5d2377a cmd/go/internal/modload: propagate errors from Query in 'list -versions' by Bryan C. Mills · 5 years ago
  89. eb2fabf text/template: clarify the safety of Template.New by Daniel Martí · 5 years ago
  90. 7647fcd go/internal/gccgoimporter: update for gofrontend export data changes by Ian Lance Taylor · 5 years ago
  91. 8969b05 cmd/vendor: go get -u golang.org/x/tools && go mod vendor by Daniel Martí · 5 years ago
  92. 8252165 runtime/internal/atomic: remove erroneous ABI wrappers by Austin Clements · 5 years ago
  93. 62c309c runtime/internal/atomic: export more ABI0 wrappers by Austin Clements · 5 years ago
  94. d32ec38 net: remove non-cgo macOS resolver code by Russ Cox · 5 years ago
  95. 705830e net: fix non-cgo macOS resolver code by Russ Cox · 5 years ago
  96. 7d65e3a runtime: document, fix libc error checks on macOS by Russ Cox · 5 years ago
  97. 47df542 cmd/go: remove cross-package assembly reference discovery by Austin Clements · 5 years ago
  98. f5e5bc1 runtime: mark all Go symbols called from assembly in other packages by Austin Clements · 5 years ago
  99. dde7c77 cmd/compile: make the second argument to go:linkname optional by Austin Clements · 5 years ago
  100. b402bd4 cmd/compile: generate ABI wrappers for //go:linkname'd symbols by Austin Clements · 5 years ago