1. 85cfa4d cmd/compile: handle degenerate write barrier case by Keith Randall · 6 years ago
  2. 0029cd4 cmd/compile: add LocalAddr that takes SP,mem operands by David Chase · 6 years ago
  3. bb364d4 cmd/go: delete TestGoBuildDashA* by Russ Cox · 6 years ago
  4. becd2a8 syscall: convert Windows AddrinfoW.Addr from uintptr to syscall.Pointer by Brad Fitzpatrick · 6 years ago
  5. c19f86f runtime: fix reference to funcdata.go in comment by Xia Bin · 6 years ago
  6. 33c7f88 time: fix typo in Truncate example by Keith Rarick · 6 years ago
  7. a7bcb53 net/http: update bundled http2 by Brad Fitzpatrick · 6 years ago
  8. 3df1f00 doc: ArgsSizeUnknown it's defined in cmd/internal/objabi now by Xia Bin · 6 years ago
  9. 964c15f test: add test of valid code that gccgo failed to compile by Ian Lance Taylor · 6 years ago
  10. 10d977d net/http: add tests to validate that Client.Timeout closes connections by Brad Fitzpatrick · 6 years ago
  11. d87f635 doc: clarify a sentence about *_js.go by Rob Pike · 6 years ago
  12. cc422e6 cmd/compile: fix ICE due to missing inline function body by Matthew Dempsky · 6 years ago
  13. 6b89194 cmd/dist: enable build cache always by Russ Cox · 6 years ago
  14. 40bc0a7 doc: mention that *_js.go files are now ignored and treated like a GOOS by Brad Fitzpatrick · 6 years ago
  15. a07ee41 time: add clarification to Timer.Stop documentation by Caleb Martinez · 6 years ago
  16. 4b74506 doc: update the minimum support Windows version by Brad Fitzpatrick · 6 years ago
  17. cda1947 runtime: don't say "different packages" if they may not be different by Ian Lance Taylor · 6 years ago
  18. 12ed0dd cmd/link: use BestSpeed for DWARF compression by Austin Clements · 6 years ago
  19. 9300d22 runtime: document philosophy behind runtime atomic usage by Austin Clements · 6 years ago
  20. 631402f net/http: fix rare Transport leak, remove incorrect defensive logic by Brad Fitzpatrick · 6 years ago
  21. 787ff17 test: add test case that failed with gccgo by Ian Lance Taylor · 6 years ago
  22. 8ec35ab runtime: correct new thread stack for openbsd MAP_STACK by Joel Sing · 6 years ago
  23. eaa3e94 [dev.boringcrypto] misc/boring: add go1.9.7b4 and go1.10.3b4 releases by Filippo Valsorda · 6 years ago
  24. 5f0402a [dev.boringcrypto] misc/boring: support build.release on macOS by Filippo Valsorda · 6 years ago
  25. 6fe7b43 misc/wasm: free up memory on exit by Richard Musiol · 6 years ago
  26. 5e70b13 cmd/pprof: disable readline UI support for TERM=dumb by Hana (Hyang-Ah) Kim · 6 years ago
  27. 8d6fc84 internal/poll: don't take read lock in SetBlocking by Ian Lance Taylor · 6 years ago
  28. e86bbc2 os: clarify that Close cancels pending I/O by Ian Lance Taylor · 6 years ago
  29. f5921d4 runtime/cgo: Add initial NetBSD Thread Sanitizer support by Kamil Rytarowski · 6 years ago
  30. 9776d02 net/http: clarify when it's allowed to reuse a Request by Brad Fitzpatrick · 6 years ago
  31. d49572e test: add order of evaluation test case that gccgo got wrong by Ian Lance Taylor · 6 years ago
  32. eb9356b doc/go1.11: mention import path restriction by Russ Cox · 6 years ago
  33. ec88f78 cmd/compile: call objabi.PathToPrefix when emitting abstract fn by Than McIntosh · 6 years ago
  34. be9c994 internal/bytealg: specify argmaps for exported functions by Keith Randall · 6 years ago
  35. deefcb2 go/types: ignore artificial cycles introduced via method declarations by Robert Griesemer · 6 years ago
  36. fa71076 cmd/go, cmd/cgo: only set TERM=dumb when running the compiler by Ian Lance Taylor · 6 years ago
  37. f9800a9 test/codegen: add more test cases for arm64 by Ben Shi · 6 years ago
  38. 25c3bb3 cmd/go: add ImportMap to go list package struct by Russ Cox · 6 years ago
  39. 9ab5154 go/types: correctly compute cycle length by Robert Griesemer · 6 years ago
  40. 34619d5 runtime/trace: comment newlines to restore correct doc summary by Alberto Donizetti · 6 years ago
  41. c78b769 net/http: update bundled http2 by Michael Fraenkel · 6 years ago
  42. fd263cc cmd/cover: invoke go command to find packages by Russ Cox · 6 years ago
  43. 5a8b652 cmd/go: add test for tests with no tests by Russ Cox · 6 years ago
  44. c801232 cmd/compile: make sure alg functions are generated when we call them by Cherry Zhang · 6 years ago
  45. 5f256dc test: add test for gccgo bug #26248 by Cherry Zhang · 6 years ago
  46. c793ea3 net/http: remove dead code noted in post-submit review of CL 81778 by Brad Fitzpatrick · 6 years ago
  47. 194bbe8 net/http: update bundled http2 by Brad Fitzpatrick · 6 years ago
  48. fb59bcc runtime: clarify SetFinalizer docs by Ian Lance Taylor · 6 years ago
  49. eab57b2 net/http/httputil: don't panic in ReverseProxy unless running under a Server by Brad Fitzpatrick · 6 years ago
  50. 5fbfda6 cmd/go: add LDFLAGS to cache ID when using cgo by Ian Lance Taylor · 6 years ago
  51. 2acae87 syscall/js: improve panic messages by Richard Musiol · 6 years ago
  52. e97ef41 syscall/js: add Value.Type by Richard Musiol · 6 years ago
  53. 7951d90 cmd/compile/internal/ssa: fix partsByVarOffset.Less method by Iskander Sharipov · 6 years ago
  54. 94076fe cmd/cgo: check function argument/return types for bad C pointer types by Keith Randall · 6 years ago
  55. 0ebfc99 api: add some more API to go1.11.txt by Brad Fitzpatrick · 6 years ago
  56. c5cb484 html/template: ignore untyped nil arguments to default escapers by Ian Lance Taylor · 6 years ago
  57. a67c481 cmd/link/internal/sym: add sizeof tests by Josh Bleecher Snyder · 6 years ago
  58. 3d5703b net/http: add support for SameSite option in http.Cookie by Stephan Renatus · 6 years ago
  59. 4da84ad vendor: update vendored x/net/http/httpproxy by Brad Fitzpatrick · 6 years ago
  60. 1da7f1e net/http: comment handleReadError more, superficially use its argument by Brad Fitzpatrick · 6 years ago
  61. cae5c7f net/http: add Transport.MaxConnsPerHost knob by Mark Fischer · 6 years ago
  62. 58d287e cmd/compile: ensure that loop condition is detected correctly by Keith Randall · 6 years ago
  63. 9b7a8aa runtime: only run TestMemStats sanity tests once by Ian Lance Taylor · 6 years ago
  64. a41d216 regexp: revert "use sync.Pool to cache regexp.machine objects" by Russ Cox · 6 years ago
  65. 7254cfc cmd/go: revert "output coverage report even if there are no test files" by Ian Lance Taylor · 6 years ago
  66. b56e247 runtime: scale timeout in TestStackGrowth by Ian Lance Taylor · 6 years ago
  67. d82256a runtime: skip TestG0StackOverflow on Android by Austin Clements · 6 years ago
  68. 5cb1b17 runtime: fix TestAbort on non-x86 arches by Austin Clements · 6 years ago
  69. b001ffb runtime: fix TestAbort on Plan 9 by David du Colombier · 6 years ago
  70. 78561c4 runtime: handle g0 stack overflows gracefully by Austin Clements · 6 years ago
  71. d6b56bb runtime: account for guard zone in Windows stack size by Austin Clements · 6 years ago
  72. 7001ac5 runtime: fix abort handling on Windows by Austin Clements · 6 years ago
  73. f5d4863 cmd/compile: fix a bug in 386 backend by Ben Shi · 6 years ago
  74. 616da5d os: increase directory reading block size on Unix systems by Ian Lance Taylor · 6 years ago
  75. 8d5fd87 cmd/compile: fix "width not calculated" ICE by Matthew Dempsky · 6 years ago
  76. be1dfb0 doc: describe modules in Go 1.11 release notes and Go FAQ by Russ Cox · 6 years ago
  77. fb72965 go/doc: update header rules by Russ Cox · 6 years ago
  78. c5ac91d all: clean up some Deprecated comments by Brad Fitzpatrick · 6 years ago
  79. b0155e3 cmd/go: skip gitrepo tests on Plan 9 by David du Colombier · 6 years ago
  80. 0268a63 misc/cgo/testcarchive: increase timeout duration in TestOsSignal by Michael Munday · 6 years ago
  81. d32b305 CONTRIBUTORS: replace old e-mail address by Michael Munday · 6 years ago
  82. 96186a5 net/http: deflake TestServerShutdownStateNew by Daniel Martí · 6 years ago
  83. efea017 testshared/src/depBase: conform build tag comment to convention by Dan Kortschak · 6 years ago
  84. 4f72b7b A+C: add additional email address by Dan Kortschak · 6 years ago
  85. 9fa9885 cmd/internal/obj/s390x: increase maximum number of loop iterations by Michael Munday · 6 years ago
  86. e2f8766 cmd/cgo: mark C result as written for msan by Ian Lance Taylor · 6 years ago
  87. 9e5fe6b misc/wasm: use "self" instead of "window" in web worker contexts by John Leidegren · 6 years ago
  88. 7145f1c cmd/compile: minor updates to the README by Daniel Martí · 6 years ago
  89. 36c6230 cmd/go: don't pass both -static and -pie to cgo compiler by Ian Lance Taylor · 6 years ago
  90. 5929ead runtime: support capturing C backtrace from signal handler on darwin/amd64 by Nikhil Benesch · 6 years ago
  91. ad4e637 cmd/link: remove -rdynamic if -static appears in cgo LDFLAGS by Ian Lance Taylor · 6 years ago
  92. abaf53f misc/wasm: use single map for string, symbol and object id mapping. by Paul Jolly · 6 years ago
  93. 77db076 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 6 years ago
  94. 5d4f047 cmd/dist: skip building tools for js/wasm by Agniva De Sarker · 6 years ago
  95. aad71d3 cmd/compile: reorganise and improve ssa/README.md by Daniel Martí · 6 years ago
  96. 2ee6bfb cmd/internal/obj: follow convention for generated code comment by Tobias Klauser · 6 years ago
  97. 9a97a2a cmd/go: add ForceLibrary to build hash by Ian Lance Taylor · 6 years ago
  98. f00bfb3 cmd/link: split off 'Dynimp' string fields to reduce sym.Symbol size by Than McIntosh · 6 years ago
  99. 32bc097 cmd/link: use side table instead of sym.Symbol 'Reachparent' field by Than McIntosh · 6 years ago
  100. 0e0cd70 runtime: document when cgo traceback function is called by Nikhil Benesch · 6 years ago