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