1. 6fe7b43 misc/wasm: free up memory on exit by Richard Musiol · 7 years ago
  2. 5e70b13 cmd/pprof: disable readline UI support for TERM=dumb by Hana (Hyang-Ah) Kim · 7 years ago
  3. 8d6fc84 internal/poll: don't take read lock in SetBlocking by Ian Lance Taylor · 7 years ago
  4. e86bbc2 os: clarify that Close cancels pending I/O by Ian Lance Taylor · 7 years ago
  5. f5921d4 runtime/cgo: Add initial NetBSD Thread Sanitizer support by Kamil Rytarowski · 7 years ago
  6. 9776d025 net/http: clarify when it's allowed to reuse a Request by Brad Fitzpatrick · 7 years ago
  7. d49572e test: add order of evaluation test case that gccgo got wrong by Ian Lance Taylor · 7 years ago
  8. eb9356b doc/go1.11: mention import path restriction by Russ Cox · 7 years ago
  9. ec88f78 cmd/compile: call objabi.PathToPrefix when emitting abstract fn by Than McIntosh · 7 years ago
  10. be9c994 internal/bytealg: specify argmaps for exported functions by Keith Randall · 7 years ago
  11. deefcb2 go/types: ignore artificial cycles introduced via method declarations by Robert Griesemer · 7 years ago
  12. fa71076 cmd/go, cmd/cgo: only set TERM=dumb when running the compiler by Ian Lance Taylor · 7 years ago
  13. f9800a9 test/codegen: add more test cases for arm64 by Ben Shi · 7 years ago
  14. 25c3bb3 cmd/go: add ImportMap to go list package struct by Russ Cox · 7 years ago
  15. 9ab5154 go/types: correctly compute cycle length by Robert Griesemer · 7 years ago
  16. 34619d5 runtime/trace: comment newlines to restore correct doc summary by Alberto Donizetti · 7 years ago
  17. c78b769 net/http: update bundled http2 by Michael Fraenkel · 7 years ago
  18. fd263cc cmd/cover: invoke go command to find packages by Russ Cox · 7 years ago
  19. 5a8b652 cmd/go: add test for tests with no tests by Russ Cox · 7 years ago
  20. c801232 cmd/compile: make sure alg functions are generated when we call them by Cherry Zhang · 7 years ago
  21. 5f256dc test: add test for gccgo bug #26248 by Cherry Zhang · 7 years ago
  22. c793ea3 net/http: remove dead code noted in post-submit review of CL 81778 by Brad Fitzpatrick · 7 years ago
  23. 194bbe8 net/http: update bundled http2 by Brad Fitzpatrick · 7 years ago
  24. fb59bcc runtime: clarify SetFinalizer docs by Ian Lance Taylor · 7 years ago
  25. eab57b2 net/http/httputil: don't panic in ReverseProxy unless running under a Server by Brad Fitzpatrick · 7 years ago
  26. 5fbfda6 cmd/go: add LDFLAGS to cache ID when using cgo by Ian Lance Taylor · 7 years ago
  27. 2acae87 syscall/js: improve panic messages by Richard Musiol · 7 years ago
  28. e97ef41 syscall/js: add Value.Type by Richard Musiol · 7 years ago
  29. 7951d90 cmd/compile/internal/ssa: fix partsByVarOffset.Less method by Iskander Sharipov · 7 years ago
  30. 94076fe cmd/cgo: check function argument/return types for bad C pointer types by Keith Randall · 7 years ago
  31. 0ebfc99 api: add some more API to go1.11.txt by Brad Fitzpatrick · 7 years ago
  32. c5cb484 html/template: ignore untyped nil arguments to default escapers by Ian Lance Taylor · 7 years ago
  33. a67c481 cmd/link/internal/sym: add sizeof tests by Josh Bleecher Snyder · 7 years ago
  34. 3d5703b net/http: add support for SameSite option in http.Cookie by Stephan Renatus · 7 years ago
  35. 4da84ad vendor: update vendored x/net/http/httpproxy by Brad Fitzpatrick · 7 years ago
  36. 1da7f1e net/http: comment handleReadError more, superficially use its argument by Brad Fitzpatrick · 7 years ago
  37. cae5c7f net/http: add Transport.MaxConnsPerHost knob by Mark Fischer · 7 years ago
  38. 58d287e cmd/compile: ensure that loop condition is detected correctly by Keith Randall · 7 years ago
  39. 9b7a8aa runtime: only run TestMemStats sanity tests once by Ian Lance Taylor · 7 years ago
  40. a41d216 regexp: revert "use sync.Pool to cache regexp.machine objects" by Russ Cox · 7 years ago
  41. 7254cfc cmd/go: revert "output coverage report even if there are no test files" by Ian Lance Taylor · 7 years ago
  42. b56e247 runtime: scale timeout in TestStackGrowth by Ian Lance Taylor · 7 years ago
  43. d82256a runtime: skip TestG0StackOverflow on Android by Austin Clements · 7 years ago
  44. 5cb1b17 runtime: fix TestAbort on non-x86 arches by Austin Clements · 7 years ago
  45. b001ffb runtime: fix TestAbort on Plan 9 by David du Colombier · 7 years ago
  46. 78561c4 runtime: handle g0 stack overflows gracefully by Austin Clements · 7 years ago
  47. d6b56bb runtime: account for guard zone in Windows stack size by Austin Clements · 7 years ago
  48. 7001ac5 runtime: fix abort handling on Windows by Austin Clements · 7 years ago
  49. f5d4863 cmd/compile: fix a bug in 386 backend by Ben Shi · 7 years ago
  50. 616da5d os: increase directory reading block size on Unix systems by Ian Lance Taylor · 7 years ago
  51. 8d5fd87 cmd/compile: fix "width not calculated" ICE by Matthew Dempsky · 7 years ago
  52. be1dfb0 doc: describe modules in Go 1.11 release notes and Go FAQ by Russ Cox · 7 years ago
  53. fb72965 go/doc: update header rules by Russ Cox · 7 years ago
  54. c5ac91d all: clean up some Deprecated comments by Brad Fitzpatrick · 7 years ago
  55. b0155e3 cmd/go: skip gitrepo tests on Plan 9 by David du Colombier · 7 years ago
  56. 0268a63 misc/cgo/testcarchive: increase timeout duration in TestOsSignal by Michael Munday · 7 years ago
  57. d32b305 CONTRIBUTORS: replace old e-mail address by Michael Munday · 7 years ago
  58. 96186a5 net/http: deflake TestServerShutdownStateNew by Daniel Martí · 7 years ago
  59. efea017 testshared/src/depBase: conform build tag comment to convention by Dan Kortschak · 7 years ago
  60. 4f72b7b A+C: add additional email address by Dan Kortschak · 7 years ago
  61. 9fa9885 cmd/internal/obj/s390x: increase maximum number of loop iterations by Michael Munday · 7 years ago
  62. e2f8766 cmd/cgo: mark C result as written for msan by Ian Lance Taylor · 7 years ago
  63. 9e5fe6b misc/wasm: use "self" instead of "window" in web worker contexts by John Leidegren · 7 years ago
  64. 7145f1c cmd/compile: minor updates to the README by Daniel Martí · 7 years ago
  65. 36c6230 cmd/go: don't pass both -static and -pie to cgo compiler by Ian Lance Taylor · 7 years ago
  66. 5929ead runtime: support capturing C backtrace from signal handler on darwin/amd64 by Nikhil Benesch · 7 years ago
  67. ad4e637 cmd/link: remove -rdynamic if -static appears in cgo LDFLAGS by Ian Lance Taylor · 7 years ago
  68. abaf53f misc/wasm: use single map for string, symbol and object id mapping. by Paul Jolly · 7 years ago
  69. 5d4f047 cmd/dist: skip building tools for js/wasm by Agniva De Sarker · 7 years ago
  70. aad71d3 cmd/compile: reorganise and improve ssa/README.md by Daniel Martí · 7 years ago
  71. 2ee6bfb cmd/internal/obj: follow convention for generated code comment by Tobias Klauser · 7 years ago
  72. 9a97a2a cmd/go: add ForceLibrary to build hash by Ian Lance Taylor · 7 years ago
  73. f00bfb3 cmd/link: split off 'Dynimp' string fields to reduce sym.Symbol size by Than McIntosh · 7 years ago
  74. 32bc097 cmd/link: use side table instead of sym.Symbol 'Reachparent' field by Than McIntosh · 7 years ago
  75. 0e0cd70 runtime: document when cgo traceback function is called by Nikhil Benesch · 7 years ago
  76. 33f6b08 net/http: make Transport treat 101 as a terminal status by Mark Fischer · 7 years ago
  77. 17e503f net/http: prevent Server reuse after a Shutdown by Brad Fitzpatrick · 7 years ago
  78. 4ba5527 cmd/vet: make vetx output deterministic by Ian Lance Taylor · 7 years ago
  79. 3f54e85 cmd/compile: run generic deadcode in -N mode by Cherry Zhang · 7 years ago
  80. 398a8ed cmd/compile: remove broken rules by Keith Randall · 7 years ago
  81. adfa8b8 cmd/compile: keep autos whose address reaches a phi by Michael Munday · 7 years ago
  82. 23ce272 cmd/cgo: permit missing dynamic symbol section by Peter Gonda · 7 years ago
  83. 59934e7 cmd/go: add -flat_namespace to LDFLAGS whitelist by Ian Lance Taylor · 7 years ago
  84. cc41c1e cmd/vendor/golang.org/x/sys/unix: pick up fixes for TestUtimesNanoAt by Tobias Klauser · 7 years ago
  85. 99e9be8 runtime: query thread stack size from OS on Windows by Austin Clements · 7 years ago
  86. 52e782a runtime: initialize g0 stack bounds on Windows to full stack by Austin Clements · 7 years ago
  87. b55fe6a cmd/go: call flag.Parse to properly initialize test environment variables by Jakub Čajka · 7 years ago
  88. 9daa35e runtime: tidy OpenBSD sysctl code by Austin Clements · 7 years ago
  89. 869884d strings: do much less redundant testing in TestCompareStrings by Ian Lance Taylor · 7 years ago
  90. 5110d19 runtime: fix typo in mapextra comment by cch123 · 7 years ago
  91. 28f9b88 misc/wasm: make sure value ref id is unique by Cherry Zhang · 7 years ago
  92. 6780042 testing/cover: improve comments on CoverBlock by Rob Pike · 7 years ago
  93. 0dc814c regexp: examples for Regexp.FindIndex and Regexp.FindAllSubmatchIndex methods by Alex Myasoedov · 7 years ago
  94. da76981 cmd/cgo: handle GCC 8 change in errors about constant initializers by Ian Lance Taylor · 7 years ago
  95. 1b12a2c net/url: correct the documentation for PathUnescape by Caleb Martinez · 7 years ago
  96. 3198b90 time: clarify Unix, UnixNano, and In a bit by Brad Fitzpatrick · 7 years ago
  97. cdce824 net/http: update bundled http2 by Brad Fitzpatrick · 7 years ago
  98. f43aa1d runtime: throw if the runtime panics with out of bounds index by Ian Lance Taylor · 7 years ago
  99. 955cc07 runtime: remap stack spans with MAP_STACK on OpenBSD by Austin Clements · 7 years ago
  100. a94a390 os: treat "${}" in Expand like in Go 1.10 by Daniel Martí · 7 years ago