1. ac8dbe7 cmd/compile, runtime: make atomic loads/stores sequentially consistent on s390x by Michael Munday · 5 years ago
  2. 53deb81 cmd/compile: correct capitalization in recordFlags parameter by David Chase · 5 years ago
  3. 5ec1406 syscall: fix skip condition in skipUnprivilegedUserClone by Meng Zhuo · 5 years ago
  4. 037ac2b cmd/compile: add -smallframes gc flag for GC latency diagnosis by David Chase · 5 years ago
  5. f31b7b9 syscall: skip test if unprivileged_userns_clone sysctl is missing by Meng Zhuo · 5 years ago
  6. 064ce85 runtime: fix non-tab indentation in lookup_darwin_*.s by Russ Cox · 5 years ago
  7. 26a5f6a runtime: fix scattered non-tab indentation in assembly by Russ Cox · 5 years ago
  8. 4ed2e19 net: fix conf.teardown call in TestGoLookupIPOrderFallbackToFile by Russ Cox · 5 years ago
  9. c00ff65 runtime: use default system stack size, not 64 kB, on non-cgo macOS by Russ Cox · 5 years ago
  10. e9073ef cmd/go: accept -Wl,-R/path/ by ng0 · 5 years ago
  11. fc70527 doc: clarify safety of multiple and concurent os.(*File).Close() calls by Alex Myasoedov · 5 years ago
  12. 49200e3 Revert "cmd/compile,runtime: allocate defer records on the stack" by Keith Randall · 5 years ago
  13. e9a136d cmd/link: regenerate symkind_string.go by Austin Clements · 5 years ago
  14. 195e753 doc: remove CL 159258 from 1.13 release notes list by Ian Lance Taylor · 5 years ago
  15. 9ab9ca2 doc: update Go 1.13 release notes using relnote by Andrew Bonventre · 5 years ago
  16. a0787f7 cmd/go: replace uses of ioutil.ReadFile with renameio.ReadFile by Bryan C. Mills · 5 years ago
  17. bf1f4ec cmd/go/internal/renameio: add a ReadFile function by Bryan C. Mills · 5 years ago
  18. 324f836 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 5 years ago
  19. 5f50914 misc/cgo/test: add test for issue 31093 by Ian Lance Taylor · 5 years ago
  20. ac921da cmd/cgo: roll back "use C exact-width integer types to represent Go types" by Ian Lance Taylor · 5 years ago
  21. 003dbc4 net/http: roll back "clean the path of the stripped URL by StripPrefix" by Dmitri Shuralyov · 5 years ago
  22. 27eaffc cmd/go: document GO{NO}SUMDB in 'go help environment' and 'go help modules' by Tyler Bui-Palsulich · 5 years ago
  23. fff4f59 cmd/compile,runtime: allocate defer records on the stack by Keith Randall · 5 years ago
  24. 8343a09 doc: fix missing anchor links in contribute.html by Agniva De Sarker · 5 years ago
  25. 5e2af2b errors: fix package example by Andrew Gerrand · 5 years ago
  26. 0c75eb8 runtime: fix sigpipe do not check SIGPIPE was ignored by LE Manh Cuong · 5 years ago
  27. cbdf9ad runtime: save/restore callee saved registers in arm64's sigtramp by Ben Shi · 5 years ago
  28. 38c129b runtime: get map of args of unstarted goroutines like we do for defers by Keith Randall · 5 years ago
  29. 2ce643d cmd/go: document GO111MODULE=auto behavior for Go 1.13 by Bryan C. Mills · 5 years ago
  30. 98100c5 cmd/cover: fix counting of blocks split by goto statements by Andrew Gerrand · 5 years ago
  31. ce656af syscall/js: fix comments by Hajime Hoshi · 5 years ago
  32. ee46250 net: fix the doc string on parseIPv6 by frennkie · 5 years ago
  33. 6f7542e cmd/go: ignore build tags when 'go get' modifies build list by Jay Conrod · 5 years ago
  34. 64c134f cmd/compile: don't move nil checks across a VarDef by Keith Randall · 5 years ago
  35. c10db03 cmd/compile: make sure build works when intrinsics are disabled by Cherry Zhang · 5 years ago
  36. 48a53d6 cmd/go/internal/modfetch: use the resolved version to search for tags in (*codeRepo).convert by Bryan C. Mills · 5 years ago
  37. f61fa11 test: add a test for gccgo bug #32347 by Cherry Zhang · 5 years ago
  38. 4c05525 cmd/link: revise test case to work on pre-10.14 macos by Than McIntosh · 5 years ago
  39. 9e31b17 cmd/go: use the rev to resolve tags for pseudo-versions in mod init by LE Manh Cuong · 5 years ago
  40. 2165452 strconv: document handling of NaN and ±Inf by Andrew Gerrand · 5 years ago
  41. d53f380 misc/cgo/errors: limit number of parallel executions by Ian Lance Taylor · 5 years ago
  42. 9e22992 misc/cgo/errors: remove debugging println by Ian Lance Taylor · 5 years ago
  43. 3cee550 os: deflake TestNewFileNonBlock by Ian Lance Taylor · 5 years ago
  44. ba66d89 net/http: prevent Transport from spamming stderr on server 408 reply by Brad Fitzpatrick · 5 years ago
  45. 103b5b6 syscall: use Ctty before fd shuffle by Greg Thelen · 5 years ago
  46. a53b465 cmd/go: clarify documentation for 'go get -u' by Jay Conrod · 5 years ago
  47. 545cd82 cmd/go: remove support for the 'go get -m' flag by Jay Conrod · 5 years ago
  48. 8ca524a cmd/link: new test case for Darwin/DWARF by Than McIntosh · 5 years ago
  49. 7e05e97 cmd/go: fix error message for go mod in GOPATH mode by Constantin Konstantinidis · 5 years ago
  50. 220552f net/http: enable WASM fetch where supported by Johan Brandhorst · 5 years ago
  51. 16796af cmd/go: add two more uses of lazyregexp by Daniel Martí · 5 years ago
  52. 2ae793e cmd/link/internal/ld: ensure mach-o debug symbols are visible to App Store by Aman Gupta · 5 years ago
  53. a0c96a9 cmd/link/internal/ld: improve messages for testDWARF failures by Aman Gupta · 5 years ago
  54. 056d360 vendor: update golang.org/x/sys for aix/ppc64 fix by Tobias Klauser · 5 years ago
  55. cd24849 cmd/compile: fix fmt_test.go after CL 170062 by Matthew Dempsky · 5 years ago
  56. 913d290 cmd/compile: sort OAS2* declarations by Matthew Dempsky · 5 years ago
  57. 5d0d87a cmd/compile: fix package initialization ordering by Matthew Dempsky · 5 years ago
  58. e883d00 cmd/link: do not generate NT 4 compatibility binaries by Jason A. Donenfeld · 5 years ago
  59. e12efec cmd/go: update docs for GOPROXY default by Russ Cox · 5 years ago
  60. 200176e cmd/compile: add GCNode to VarDef in tests by Keith Randall · 5 years ago
  61. fa02af4 src/vendor: update golang.org/x/sys to remove x/sys/unix dep by Brad Fitzpatrick · 5 years ago
  62. 770746a net/http: quiet some log spam in tests by Brad Fitzpatrick · 5 years ago
  63. ddb5d0d cmd/compile: process blocks containing only dead values in fuseIf by Josh Bleecher Snyder · 5 years ago
  64. e48f228 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 5 years ago
  65. bd61fc3 testing/internal/testdeps: delete didSetLogger variable by Dmitri Shuralyov · 5 years ago
  66. 0f897f9 bytes: remove obsolete comment by Maxim Eryomenko · 5 years ago
  67. 3970667 net/http: fix TestTransportServerClosingUnexpectedly flake by Brad Fitzpatrick · 5 years ago
  68. f736de0 cmd/doc: always print package clause except for commands by Rob Pike · 5 years ago
  69. 1531192 runtime: remove VDSO fallback test and benchmarks by Ian Lance Taylor · 5 years ago
  70. d97bd5d cmd/doc: display a proper error when no packages are found by Agniva De Sarker · 5 years ago
  71. a3863fc cmd/link: fix incorrect constant for macho-o load command by Than McIntosh · 5 years ago
  72. 385b2e0 cmd/go: respect default proxy setting, add direct fallback by Russ Cox · 5 years ago
  73. c7385e2 cmd/go: when resolving packages, try all module paths before falling back to the next proxy by Bryan C. Mills · 5 years ago
  74. 496b8db cmd, runtime: remove PC_F & PC_B globals on Wasm by Cherry Zhang · 5 years ago
  75. 7ed7669 runtime: ensure mheap lock stack growth invariant is maintained by Michael Anthony Knyszek · 5 years ago
  76. db32555 strings: clarify example of ContainsAny by Martin Sucha · 5 years ago
  77. cd0f5f3 image/draw: change argument type to be consistent with other args by Leon Klingele · 5 years ago
  78. 46fd677 cmd/vendor: sync github.com/google/pprof@v0.0.0-20190515194954-54271f7e092f by Hana (Hyang-Ah) Kim · 5 years ago
  79. fc58acb compress/gzip: add missing error check in test by Leon Klingele · 5 years ago
  80. c468ad0 syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJS by Richard Musiol · 5 years ago
  81. 7e5bc47 crypto/ecdsa: implement ecdsa on s390x for P256/P384/P521 using KDSA instruction by bill_ofarrell · 5 years ago
  82. b84e0bc SECURITY.md: add security file by Brad Fitzpatrick · 5 years ago
  83. ef2f417 test: skip a test on failing test on nacl/386 by Brad Fitzpatrick · 5 years ago
  84. 3ce865d crypto/sha*: replace putUint{32,64} helpers by Michael McLoughlin · 5 years ago
  85. 2500ac2 image: add missing error check in test by Leon Klingele · 5 years ago
  86. 0ac4ea7 mime: encode CTL and non-US-ASCII characters in FormatMediaType by andrius4669 · 5 years ago
  87. 0509216 strconv: fix rounding in FormatFloat fallback path by Caleb Spare · 5 years ago
  88. f8a5ba2 cmd/go: default to GOPROXY=https://proxy.golang.org and GOSUMDB=sum.golang.org by Russ Cox · 5 years ago
  89. 4fbb4e7 bufio: Fix typo in scan.go documentation by Mickey Reiss · 5 years ago
  90. 65ef999 cmd/doc: stop showing interface methods while matching symbols by Agniva De Sarker · 5 years ago
  91. e2970a4 text/template: add a slice function to the predefined global functions by Ariel Mashraki · 5 years ago
  92. 6f51082 fmt: always clear wrapErrs by Martin Möhrmann · 5 years ago
  93. 3e9d8e2 test/fixedbugs: fix some tests will not be run by LE Manh Cuong · 5 years ago
  94. 7a567a6 cmd/dist: support using cross-compiled std test binaries for slow builders by Brad Fitzpatrick · 5 years ago
  95. d307bd4 encoding/gob: properly ignore errors by Leon Klingele · 5 years ago
  96. 983986f image/gif: fix transparency loss when encoding a wrapped *image.Paletted by kawakami · 5 years ago
  97. 94a9dad cmd/compile: fix capture-by-reference of return parameters by Matthew Dempsky · 5 years ago
  98. a326bc6 net/url: clarify that RawPath is optionally set by Agniva De Sarker · 5 years ago
  99. 42bb476 crypto/x509: include roots with empty or multiple policies on macOS by Filippo Valsorda · 5 years ago
  100. 2326a66 crypto/x509: fix and cleanup loadSystemRoots on macOS by Filippo Valsorda · 5 years ago