1. d4e2128 cmd/go: add minimal module-awareness for legacy operation by Russ Cox · 6 years ago
  2. b9ecac0 net/http/httputil: reduced log verbosity in reverseproxy_test.go by teague · 6 years ago
  3. b12e341 net/http: add js/wasm compatible DefaultTransport by Johan Brandhorst · 6 years ago
  4. 31e1c30 cmd/compile: do not allow regalloc to LoadReg G register by David Chase · 6 years ago
  5. d5bc3b9 cmd/vendor/.../pprof: sync at rev 1ddc9e2 by Hana Kim · 6 years ago
  6. fb0d6e4 cmd/dist: remove external linking check for macOS 10.6 by Tobias Klauser · 6 years ago
  7. 85f4051 math/big: implement Atkin's ModSqrt for 5 mod 8 primes by Brian Kessler · 7 years ago
  8. fd4392b go/types: don't over-eagerly verify embedded interfaces by Robert Griesemer · 6 years ago
  9. f5cf72d cmd/link/internal/ld: drop duplicate copyright comment by Tobias Klauser · 6 years ago
  10. 679004f cmd/dist: remove support for macOS 10.9 and earlier by Tobias Klauser · 6 years ago
  11. e023d5b net/http: fix typo in comment by Tobias Klauser · 6 years ago
  12. 7d704a9 net: fix ExampleUDPConn_WriteTo by Mikio Hara · 6 years ago
  13. c6295e7 net: move dial and listen functions under sysDialer, sysListener by Audrius Butkevicius · 6 years ago
  14. a4330ed net/http: document Server's implicit Content-Length response header by Brad Fitzpatrick · 6 years ago
  15. 9e56156 net/http/httputil: pass through any "TE: trailers" header to backend by Brad Fitzpatrick · 6 years ago
  16. 6c6e22e runtime: implement time.now using libc by Keith Randall · 6 years ago
  17. b0ac254 context: add benchmarks for context cancellation by Carl Mastrangelo · 6 years ago
  18. 210a9e0 net/http: vendor x/net/http/httpproxy, use it in net/http by Roger Peppe · 7 years ago
  19. b28e33d go/types: add struct field with invalid type if field has errors by Robert Griesemer · 6 years ago
  20. 79fbe92 os/signal: remove unnecessary else condition by Tim Cooper · 6 years ago
  21. 555eb70 all: regenerate stringer files by Tim Cooper · 6 years ago
  22. 3988863 net/http: document how Hijack and Request.Context interact by Brad Fitzpatrick · 6 years ago
  23. 4790181 all: remove support for macOS 10.9 and earlier by Brad Fitzpatrick · 6 years ago
  24. 23b687e bytes: re-slice buffer to its previous length after call to grow() by Dave Russell · 6 years ago
  25. ef53de8 runtime: wrap darwin libc calls to keep profiler happy by Keith Randall · 6 years ago
  26. db9341a cmd/compile: update WBLoads during deadcode by Keith Randall · 6 years ago
  27. b65934f cmd/go: whitelist -v as a compiler and linker flag by Daniel Martí · 6 years ago
  28. 377567e reflect: document that StructOf panics on unexported fields by Alberto Donizetti · 6 years ago
  29. 07d384b cmd/vet: avoid false positives with non-comments by Daniel Martí · 6 years ago
  30. d15d055 cmd/compile: reject large argument areas by Keith Randall · 6 years ago
  31. ab922e1 cmd/cgo: use standard generated code comment by Ian Lance Taylor · 6 years ago
  32. 99695bd runtime: fix typo in comment for cpuinit by Tobias Klauser · 6 years ago
  33. 5320946 index/suffixarray: fix a typo mistake in comments by Zhou Peng · 6 years ago
  34. 5c36fdf image: add an example that shows how to get the metadata of an image by Aarti Parikh · 6 years ago
  35. 33cfcf6 cmd/compile: fix trivial typos in comments by Josh Bleecher Snyder · 6 years ago
  36. 002c764 test: gofmt bounds.go by Josh Bleecher Snyder · 6 years ago
  37. 6070e43 cmd/dist: report correct CC name in error about missing CC by Ian Lance Taylor · 6 years ago
  38. 1170d94 crypto: fix typos in the comments by Alexander F Rødseth · 6 years ago
  39. 68de550 cmd/vet: eliminate use of Perl in tests by Yury Smolsky · 6 years ago
  40. 4fe688c cmd/cover: fix sorting of profile segment boundaries by David Symonds · 6 years ago
  41. c1d9d1f cmd/go: don't generate output for "go build -o /dev/null x.go" by Ian Lance Taylor · 6 years ago
  42. 4258b43 cmd/compile,go/build,internal/cpu: gofmt by Elias Naur · 6 years ago
  43. 51e19d6 runtime: use the correct AT_HWCAP auxv constant on freebsd by Yuval Pavel Zholkover · 6 years ago
  44. cb80c28 test: eliminate use of Perl in test/fixedbugs/bug248.go by Yury Smolsky · 6 years ago
  45. f7b625e cmd/go/internal/load: use lowercase package directory comparisons on Windows by Alex Brainman · 6 years ago
  46. dbafdac runtime: implement TestCallbackInAnotherThread by Alex Brainman · 6 years ago
  47. 1ba26a3 cmd/compile: fix DWARF inline debug issue with dead local vars by Than McIntosh · 6 years ago
  48. 8875693 cmd/vendor/golang.org/x: pick up fixes for broken android and linux tests by Tobias Klauser · 6 years ago
  49. 91d326e runtime: remove duplicate cpu feature detection on x86 by Martin Möhrmann · 6 years ago
  50. bdaadeb cmd/compile: make -W and -w headers and footers clearer by Josh Bleecher Snyder · 6 years ago
  51. 124eccd cmd/compile: improve fncall docs by Josh Bleecher Snyder · 6 years ago
  52. e52c1c0 logs.txt: remove accidentally added file by Zhou Peng · 6 years ago
  53. 30b6bc3 cmd/go, cmd/vet, go/internal/gccgoimport: make vet work with gccgo by Ian Lance Taylor · 6 years ago
  54. 16de91d doc: clarify sentence by Jonathan Chen · 6 years ago
  55. c2b4b31 cmd/vendor/golang.org/x: pick up upstream fixes for broken android and iOS tests by Tobias Klauser · 6 years ago
  56. 9eb2c43 runtime/pprof: allow tests to run multiple times by Hana Kim · 6 years ago
  57. 67b0bd7 net: skip test in full test mode when running in a container by Brad Fitzpatrick · 6 years ago
  58. 8e5cb0d net/http: conservatively flush Transport request headers by default by Brad Fitzpatrick · 6 years ago
  59. b0b0921 Revert "internal/trace: change Less to make sorting events deterministice" by Peter Weinberger · 6 years ago
  60. 8aa57f1 cmd/compile: fix write barrier control value on wasm by Richard Musiol · 6 years ago
  61. c730a93 go/types: permit embedding of non-defined interfaces via alias type names by Robert Griesemer · 6 years ago
  62. 29957c5 runtime: fix preemption deadlocks in TestDebugCall* by Austin Clements · 6 years ago
  63. 65c365b cmd/compile: fix debug info generation for loads from Phis by Heschi Kreinick · 6 years ago
  64. 391a963 cmd/compile: clean up debug info generation logging by Heschi Kreinick · 6 years ago
  65. 1a5d0f8 math/big: reduce allocations in Karatsuba case of sqr by Alexander Döring · 6 years ago
  66. 3f2039e crypto/{aes,internal/cipherhw,tls}: use common internal/cpu in place of cipherhw by Anit Gandhi · 6 years ago
  67. 482d241 cmd/compile: add wasm stack optimization by Richard Musiol · 6 years ago
  68. 02399fa cmd/vendor/.../unix: pick up upstream fixes for broken tests by Hana Kim · 6 years ago
  69. 1dc20e9 math/big: specialize Karatsuba implementation for squaring by Alexander Döring · 6 years ago
  70. 723f428 doc: update Code of Conduct by Andrew Bonventre · 6 years ago
  71. 3f89214 cmd/pprof: add readline support similar to upstream by Hana (Hyang-Ah) Kim · 6 years ago
  72. 392ff18 syscall: partially revert "enable some nacl code to be shared with js/wasm" by Richard Musiol · 6 years ago
  73. 645d472 net: add example for net.UDPConn.WriteTo function by Adam Medzinski · 6 years ago
  74. 7ba1c91 misc/android: forward SIGQUIT to the process running on the device by Elias Naur · 6 years ago
  75. 77c51c6 cmd/compile: grow stack before test() to avoid gdb misbehavior by David Chase · 6 years ago
  76. 11b3ee6 net: fix DNS NXDOMAIN performance regression by Ian Gudger · 6 years ago
  77. 0979767 net/http: fix doc comment on PostFormValue function by dchenk · 6 years ago
  78. ef99381 os: Add example for Expand function. by azat · 7 years ago
  79. 67fe8b5 cmd/internal/obj/x86: add missing Yi8 for VEX ytabs by isharipo · 6 years ago
  80. 1764609 internal/trace: change Less to make sorting events deterministice by Peter Weinberger · 6 years ago
  81. ef880a2 cmd/go: skip TestLinkerTmpDirIsDeleted if cgo is not enabled by Alex Brainman · 6 years ago
  82. 4bb649f debug/pe: gofmt by Tobias Klauser · 6 years ago
  83. 1174ad3 cmd/link: close go.o before deleting it by Alex Brainman · 6 years ago
  84. 5776bd5 misc/android: add a NL at the of README by Ben Shi · 6 years ago
  85. 92bdfab internal/poll: disable splice on old linux versions by Ben Burkert · 6 years ago
  86. 1329009 cmd/compile: ignore g register in liveness analysis by Austin Clements · 6 years ago
  87. cfbf375 cmd/compile: common up code in fuse for joining blocks by David Chase · 6 years ago
  88. f11e9aa cmd/compile: reuse liveness structures by Austin Clements · 6 years ago
  89. 75dadbe cmd/compile: make LivenessMap dense by Austin Clements · 6 years ago
  90. 3c36b8b cmd/compile: incrementally compact liveness maps by Austin Clements · 6 years ago
  91. 3c4aaf8 cmd/compile: abstract bvec sets by Austin Clements · 6 years ago
  92. 577c05c cmd/compile: single pass over Blocks in Liveness.epilogue by Austin Clements · 6 years ago
  93. 51be90a cmd/vendor/README: temporary instruction for update by Hana Kim · 6 years ago
  94. 402dd10 cmd/link: revert DWARF version to 2 for .debug_lines by David Chase · 6 years ago
  95. 685ecc7 internal/cpu: fix test build on ppc64 by Martin Möhrmann · 6 years ago
  96. e391fad runtime: fix defer matching of leaf functions on LR machines by Austin Clements · 6 years ago
  97. f045ddc internal/cpu: add experiment to disable CPU features with GODEBUGCPU by Martin Möhrmann · 6 years ago
  98. 3d15f76 go/build: call ctxt.match for checking file name constraints by Zhongpeng Lin · 6 years ago
  99. a10d390 crypto/x509: document fields used in CreateCertificate by Martin Sucha · 6 years ago
  100. 5c8f65b crypto/x509: reformat template members in docs by Martin Sucha · 6 years ago