1. e16944d doc: document go1.8.2 and go1.7.6 by Chris Broadfoot · 8 years ago
  2. e5a5c03 runtime: don't corrupt arena bounds on low mmap by Austin Clements · 8 years ago
  3. 95d991d crypto/rand: use blocking getrandom call on Linux when supported by Joe Richey joerichey@google.com · 8 years ago
  4. f3f29d1 os/exec: ignore some pipe write errors on windows by Alex Brainman · 8 years ago
  5. 5f4f751 encoding/base32: add Encoding.WithPadding, StdPadding, NoPadding by Gustav Westling · 8 years ago
  6. 4cf19fb log: Prevent getting time if it's unnecessary by Albert Nigmatzianov · 8 years ago
  7. d433de6 cmd/go: warn on -race with -covermode=set. by Dhananjay Nakrani · 8 years ago
  8. f6f1daa cmd/go: Document that -cover causes incorrect line numbers by Steven Hartland · 8 years ago
  9. c5e8ec5 net/http/cookiejar: increase test coverage by Volker Dobler · 8 years ago
  10. d79bb78 cmd/compile: report correct position in redeclaration errors by Robert Griesemer · 8 years ago
  11. 8f6d68e net/http: send more cookie values in double quotes by Volker Dobler · 8 years ago
  12. 1611839 net/http/httputil: ReverseProxy should pass on unannounced Trailers by Tristan Colgate · 8 years ago
  13. bc495c5 doc: mention that go tools is needed to access some tool by Alberto Donizetti · 8 years ago
  14. 1865a56 database/sql: allow Stmt Query and Exec methods to open a new conn by Daniel Theophanes · 8 years ago
  15. d79ec64 mime/multipart: Allow ReadForm to process large non-file parts by Steven Hartland · 8 years ago
  16. 6a6c792 net/http: make ServeMux preserve query string during redirects by Emmanuel Odeke · 8 years ago
  17. 5e79787 cmd/internal/obj/arm: report invalid .S/.P/.W suffix in ARM instructions by Ben Shi · 8 years ago
  18. 4bf6c56 net: add examples for ParseIP, IP.DefaultMask & IP.Mask by Rob Phoenix · 8 years ago
  19. 2d20ded net: add test for RawConn.Control on Windows by Mikio Hara · 8 years ago
  20. fd25fe6 internal/poll: implement RawControl of FD on Windows by Mikio Hara · 8 years ago
  21. 15aa04d doc: remove mentions of yacc tool by Brad Fitzpatrick · 8 years ago
  22. b3b9b5e net/url: add examples for URL.Hostname and URL.RequestURI by Kevin Burke · 8 years ago
  23. 495f55d cmd/compile: make duplicate expr cases readable by Daniel Martí · 8 years ago
  24. 4dcba02 runtime: use pselect6 for usleep on linux/amd64 and linux/arm by Austin Clements · 8 years ago
  25. 366bb67 net: make {TCP,UDP,IP,Unix}Conn compliant of syscall.Conn interface by Mikio Hara · 8 years ago
  26. 0a09c72 internal/poll: add RawControl, RawRead and RawWrite methods to FD by Mikio Hara · 8 years ago
  27. de5c573 syscall: add Conn and RawConn interfaces by Mikio Hara · 8 years ago
  28. 64f064c net: make syscall name consistent with others by Alex Brainman · 8 years ago
  29. e309dd9 internal/poll: remove unused ioSrv.ExecIO parameter by Alex Brainman · 8 years ago
  30. 6144c72 os: make windows Stat as fast as Lstat for files and directories by Alex Brainman · 8 years ago
  31. 7f6ce51 cmd/compile/internal/ssa: fix spelling mistake by Kevin Burke · 8 years ago
  32. 9fdf77c cmd/compile: skip TestScopeRanges on Plan 9 by David du Colombier · 8 years ago
  33. ca598e3 os: add some comments and remove an unused variable in rename func by Brad Fitzpatrick · 8 years ago
  34. 2ad41a3 cmd/compile: output DWARF lexical blocks for local variables by Alessandro Arzilli · 8 years ago
  35. 0f0a51f os: lstat oldname before renaming by Alexander Menzhinsky · 8 years ago
  36. 1ea796e encoding/base32: ensure base32 decoder propagates errors correctly by Mark Ryan · 8 years ago
  37. 26a8521 test: gofmt chan/*.go by Josh Bleecher Snyder · 8 years ago
  38. a9bf3b2 database/sql: allow drivers to support custom arg types by Daniel Theophanes · 8 years ago
  39. 9044cb0 test: restore fixedbugs/bug398.go to original version by griesemer · 8 years ago
  40. 79eb882 test: add test for issue 18636 by Josh Bleecher Snyder · 8 years ago
  41. 85b2940 cmd/compile: search for remaining WB ops from end to beginning by Josh Bleecher Snyder · 8 years ago
  42. 638ebb0 cmd/compile: don't break up contiguous blocks in looprotate by Josh Bleecher Snyder · 8 years ago
  43. 9a43255 os: document that NewFile can return nil by Alberto Donizetti · 8 years ago
  44. 2d1829b cmd/compile: don't panic in complex division by Alberto Donizetti · 8 years ago
  45. c7cae34 cmd/internal/obj/arm: remove illegal form of the SWI instruction by Ben Shi · 8 years ago
  46. 0927b47 net: adjust TestInterfaceHardwareAddrWithGetmac by Alex Brainman · 8 years ago
  47. b5e964c cmd/link: make sure that runtime.epclntab lives in .text section by Alex Brainman · 8 years ago
  48. f700f89 test: add missing copyright header to checkbce.go by Ian Lance Taylor · 8 years ago
  49. c34add7 runtime/pprof: don't produce 0 location in count profiles by Austin Clements · 8 years ago
  50. 2dc2783 runtime/pprof: deflake TestGoroutineCounts by Carl Henrik Lunde · 8 years ago
  51. b3e577b cmd/compile: fuse from end to beginning by Josh Bleecher Snyder · 8 years ago
  52. ff26291 cmd/compile: seed rand with time when race enabled by Josh Bleecher Snyder · 8 years ago
  53. 7555a45 cmd/cgo: support large unsigned macros by Hiroshi Ioka · 8 years ago
  54. c20e545 cmd/go: don't fail on missing runtime/internal/sys/zversion.go by Ian Lance Taylor · 8 years ago
  55. acc5690 cmd/go: fix TestExecutableGOROOT if GOROOT is a symlink by Ian Lance Taylor · 8 years ago
  56. 0fd7de4 os: fix handling of ErrShortWrite in (*File).Write by Ian Lance Taylor · 8 years ago
  57. 13cdd81 runtime: mmap(2) on Solaris & Illumos can return EAGAIN. by Sean Chittenden · 8 years ago
  58. 3b263e4 runtime, syscall: in Plan 9 ARM asm, replace "SWI 0" with "SWI $0" by Cherry Zhang · 8 years ago
  59. 46f4bfb crypto/tls: pass argument to serverInit rather than using a field in Config. by Adam Langley · 8 years ago
  60. b53acd8 cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructions by Cherry Zhang · 8 years ago
  61. 84a5143 path: add examples by Mark Harrison · 8 years ago
  62. 5548f7d cmd/compile: eliminate some bounds checks from generated rewrite rules by Josh Bleecher Snyder · 8 years ago
  63. 4b0d74f cmd/compile: lay out exit blocks last by Josh Bleecher Snyder · 8 years ago
  64. b2363ee cmd/internal/objabi: fix the bug of shrinking SymType down to a uint8 by Wei Xiao · 8 years ago
  65. 5088b64 go/types: fewer spurious "declared but not used" follow-on errors by Robert Griesemer · 8 years ago
  66. 27da3ba cmd/compile: don't attach lines to SB, SP, similar constants by David Chase · 8 years ago
  67. 256210c cmd/compile: better check for single live memory by Keith Randall · 8 years ago
  68. d5e01c0 test: add test of deferred delete by Josh Bleecher Snyder · 8 years ago
  69. 67e4712 go/build: return partial information on Import error, for local import paths by Dmitri Shuralyov · 8 years ago
  70. 9e83c11 runtime/pprof: expand inlined frames in symbolized proto profiles by Austin Clements · 8 years ago
  71. 1dc0f96 runtime/pprof: clean up call/return PCs in memory profiles by Austin Clements · 8 years ago
  72. 1d44c4e cmd/link: actually generate .debug_gdb_scripts section on windows by Alex Brainman · 8 years ago
  73. fca6ad4 text/scanner: clarify documentation on Pos and Position by Robert Griesemer · 8 years ago
  74. cfae61b cmd/compile: tweak ssa.html colors by Josh Bleecher Snyder · 8 years ago
  75. 61336b7 cmd/compile: don't update outer variables after capturevars is complete by Josh Bleecher Snyder · 8 years ago
  76. ee57e36 container/heap: avoid up() invoke if down() success at heap.Remove() by wuyunzhou · 8 years ago
  77. 1fcd786 builtin: fix signature of the builtin function make by Brad Fitzpatrick · 8 years ago
  78. 66b5a2f archive/tar: remove file type bits from mode field by Lars Jeppesen · 8 years ago
  79. 8f06e21 text/scanner: use correct token position in example by Robert Griesemer · 8 years ago
  80. 380aa88 net: allow Resolver to use a custom dialer by Matt Harden · 8 years ago
  81. 3b5637f runtime: doubly fix "double wakeup" panic by Austin Clements · 8 years ago
  82. 29e88d5 runtime: print debug info on "base out of range" by Austin Clements · 8 years ago
  83. dddd1dd cmd/go: fix TestExecutableGOROOT on Windows by Ian Lance Taylor · 8 years ago
  84. 2253847 cmd/go: use filepath.Base for getting $CC name in TestCgoContainsSpace by Hiroshi Ioka · 8 years ago
  85. 482da518 cmd/go: fix TestCgoContainsSpace by Hiroshi Ioka · 8 years ago
  86. 978af9c cmd/compile: fix store chain in schedule pass by Keith Randall · 8 years ago
  87. e5bb5e3 cmd/compile: restore panic deduplication by Josh Bleecher Snyder · 8 years ago
  88. ee69c21 cmd/compile: don't use statictmps for SSA-able composite literals by Josh Bleecher Snyder · 8 years ago
  89. dccc653 cmd/compile: avoid checkwidth of [...] arrays by Josh Bleecher Snyder · 8 years ago
  90. 8f36668 net/http: for http2, use the priority write scheduler by default by Tom Bergan · 8 years ago
  91. 6897030 cmd/internal/obj: continue to optimize ARM's constant pool by Ben Shi · 8 years ago
  92. 19b05ac reflect: remove dead v.typ assignment by Daniel Martí · 8 years ago
  93. c061f51 os: remove extraneous 's' from TestStdPipe error message by Ian Lance Taylor · 8 years ago
  94. 643be70 cmd/compile: repair copy-pasted method comment by David Chase · 8 years ago
  95. aeee34c runtime: remove unused cpuid_X variables by Martin Möhrmann · 8 years ago
  96. 201fd16 cmd/link: set Fieldtrack symbol type to SDATA by Josh Bleecher Snyder · 8 years ago
  97. 00263a8 cmd/compile: reduce debugger-worsening line number churn by David Chase · 8 years ago
  98. 1df777f go/build: accept spaces in cgo directives by Hiroshi Ioka · 8 years ago
  99. 69972ae internal/cpu: new package to detect cpu features by Martin Möhrmann · 8 years ago
  100. 4fc498d cmd/compile: add generic rules to eliminate some unnecessary stores by Michael Munday · 8 years ago