1. 3b63b69 test: comment the behavior and use of cmplxdivide* by Rob Pike · 10 years ago
  2. 636de7a runtime: fix *bsd/amd64 build by Matthew Dempsky · 10 years ago
  3. 1a4c984 misc/makerelease: check out core from git repo, use new oauth2 package by Andrew Gerrand · 10 years ago
  4. 6482fe6 runtime: delete dead code called from C. by Russ Cox · 10 years ago
  5. f6d0054 runtime: avoid race checking for preemption by Russ Cox · 10 years ago
  6. 882f21d runtime: define netpollinited on Plan 9 by David du Colombier · 10 years ago
  7. 3423b7b runtime: fix bugs in previous commit by Russ Cox · 10 years ago
  8. 0e84088 runtime: change tinyalloc, persistentalloc not to point past allocated data by Russ Cox · 10 years ago
  9. bfeda91 runtime: fix accounting race in printlock by Russ Cox · 10 years ago
  10. 3be0a0e liblink: adjustments for c2go conversion by Russ Cox · 10 years ago
  11. 5bfed7c runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X by Russ Cox · 10 years ago
  12. 094a054 syscall: match seek argument size to signature by David Crawshaw · 10 years ago
  13. 776aeca runtime: fix spurious deadlock in netpoll by Dmitry Vyukov · 10 years ago
  14. ea4f14c runtime: rename var checkmark to checkmarkphase by Austin Clements · 10 years ago
  15. aae0f07 runtime: fix a few GC-related bugs by Russ Cox · 10 years ago
  16. b8d6759 cmd/go: adjust error for custom import checkout mismatch by Russ Cox · 10 years ago
  17. 318947c syscall: use name+(NN)FP for darwin by David Crawshaw · 10 years ago
  18. 9785a39 image/draw: fold TestClipWithNilMP into TestClip. by Nigel Tao · 10 years ago
  19. f15c675 runtime: use runtime.sysargs to parse auxv on linux/arm by Dave Cheney · 10 years ago
  20. 3c7bdd4 crypto/x509: add cert SmartOS cert path by Dave Cheney · 10 years ago
  21. a88d709 runtime: make windows goenvs look more like Go by Alex Brainman · 10 years ago
  22. 552080c crypto/tls: remove return parameter stutter by Brad Fitzpatrick · 10 years ago
  23. 2c7c727 sort: reduce number of comparisons needed by medianOfThree by Martin Möhrmann · 10 years ago
  24. c5f810f reflect: remove extra word in comment by Ian Lance Taylor · 10 years ago
  25. bc24400 runtime: move SetErrorMode constants into function so they are not exported by Alex Brainman · 10 years ago
  26. 242050d runtime: allow fake time writes to both stdout and stderr by Andrew Gerrand · 10 years ago
  27. 3ab4b68 net/http: deflake TestResponseWriterWriteStringAllocs, test interface instead by Brad Fitzpatrick · 10 years ago
  28. 1a27c07 go1.5.txt: better checking of struct tags by Rob Pike · 10 years ago
  29. cbd28ec go1.5.txt: log: add global Output function by Rob Pike · 10 years ago
  30. 083e04c crypto/x509: Correction of incrorrect default version number in TBSCertificateList and Certificate.CreateCRL by Paul van Brouwershaven · 10 years ago
  31. 081bc6b crypto/elliptic: add Name field to CurveParams struct by David Leon Gil · 10 years ago
  32. 1cd347b crypto/x509: NULL parameter MUST be present in the Signature Algorithm (RSA) by Paul van Brouwershaven · 10 years ago
  33. 16993f2 cmd/cgo: also rewrite C.var in selector expressions by Shenghou Ma · 10 years ago
  34. a6cb053 syscall: fix nacl builds by Shenghou Ma · 10 years ago
  35. 654297c runtime: add GODEBUG=gccheckmark=0/1 by Austin Clements · 10 years ago
  36. 86fdcbe log: add global Output function by Rob Pike · 10 years ago
  37. fcff3ba cmd/gc: don't recurse infinitely when a recursive type references itself more than once by Shenghou Ma · 10 years ago
  38. 301ad79 cmd/gc: fix racewalk after writebarrierfat was renamed to typedmemmove by Daniel Morsing · 10 years ago
  39. e8e8934 runtime: remove duplicate copyright notice by Dave Cheney · 10 years ago
  40. 4e03bbb net/http/httputil: skip TestReverseProxyCancellation on Plan 9 by David du Colombier · 10 years ago
  41. 0d4d582 cmd/5a, cmd/6a, cmd/8a, cmd/9a: check nerrors before exit by Shenghou Ma · 10 years ago
  42. 2feff00 cmd/gc: fix ARM build by Josh Bleecher Snyder · 10 years ago
  43. f03c920 cmd/gc: optimize memclr of slices and arrays by Josh Bleecher Snyder · 10 years ago
  44. 1d0c779 runtime: add missing copyright notices by Ian Lance Taylor · 10 years ago
  45. ececbe8 net/http/httputil: ReverseProxy request cancellation by Peter Waller · 10 years ago
  46. 3aba41d runtime: source startupRandomData from auxv AT_RANDOM on linux/arm. by Shenghou Ma · 10 years ago
  47. a3876ac log: optimize itoa by Martin Möhrmann · 10 years ago
  48. 1de9c40 runtime: use urandom instead of random by Keith Randall · 10 years ago
  49. 5664eda cmd/go: document import path checking by Shenghou Ma · 10 years ago
  50. 7b25242 runtime: fix 32-bit build by Keith Randall · 10 years ago
  51. fbe2845 doc: document math/big performance improvements by Robert Griesemer · 10 years ago
  52. 6f07ac2 cmd/gc: pad structs which end in zero-sized fields by Keith Randall · 10 years ago
  53. 654a185 math/big: faster assembly kernels for AddVx/SubVx for 386. by Robert Griesemer · 10 years ago
  54. 06ed8f0 strconv: speed up atoi for common cases by Martin Möhrmann · 10 years ago
  55. db7fd1c runtime: increase GC concurrency. by Rick Hudson · 10 years ago
  56. f21ee1e README: emphasize that we don't accept pull requests by Robert Griesemer · 10 years ago
  57. babeb4a runtime: improve GC times printing by Austin Clements · 10 years ago
  58. 067acd5 math/big: faster "pure Go" addition/subtraction for long vectors by Robert Griesemer · 10 years ago
  59. 80b3ff9 math/big: faster assembly kernels for AddVx/SubVx for amd64. by Robert Griesemer · 10 years ago
  60. 878fa88 strconv: add atoi tests for uncommon bases and syntax errors by Martin Möhrmann · 10 years ago
  61. d00024b syscall: use go generate to build zsyscall_windows.go by Alex Brainman · 10 years ago
  62. fcfbeb3 test: shorten test runtime by Keith Randall · 10 years ago
  63. abb2aa2 build: add GOTESTONLY environment test for Plan 9's run.rc by Brad Fitzpatrick · 10 years ago
  64. e16ab38 build: increase Plan 9 timeout for runtime multi-CPU test, add temporary -v by Brad Fitzpatrick · 10 years ago
  65. ee94cd1 cmd/cgo, go/build: finish a cleanup TODO by Matthew Dempsky · 10 years ago
  66. 5832933 misc/swig/stdio: fix broken nil pointer test by Shenghou Ma · 10 years ago
  67. 8c69ce0 build: increase timeout in run.rc by David du Colombier · 10 years ago
  68. b2aab72 cmd/cgo: remove obsolete -cdefs flag by Matthew Dempsky · 10 years ago
  69. f7e43f1 runtime: remove stray commas in assembly by Josh Bleecher Snyder · 10 years ago
  70. 43e6923 cmd/gc: optimize existence-only map lookups by Josh Bleecher Snyder · 10 years ago
  71. 43c87aa cmd/6g, cmd/8g, liblink: improve handling of float constants by Josh Bleecher Snyder · 10 years ago
  72. d5e4c40 runtime: remove size argument from hash and equal algorithms by Keith Randall · 10 years ago
  73. 60801c4 test: delete testlib by Josh Bleecher Snyder · 10 years ago
  74. 63116de runtime: faster version of findfunc by Keith Randall · 10 years ago
  75. af7ca8d cmd/cgo, runtime/cgo: support ppc64 by Austin Clements · 10 years ago
  76. f1c4444 runtime: set up C TLS and save g to it on ppc64 by Austin Clements · 10 years ago
  77. bbd2127 cmd/9g: don't use R13 by Austin Clements · 10 years ago
  78. db92339 cmd/9l: support internal linking by Austin Clements · 10 years ago
  79. ac5a1ac cmd/ld: support for relocation variants by Austin Clements · 10 years ago
  80. fcdffb3 cmd/ld: support 2 byte relocations by Austin Clements · 10 years ago
  81. e32fe20 cmd/ld: decode local entry offset from ppc64 symbols by Austin Clements · 10 years ago
  82. ec767c1 runtime: add comment about channels already handling zero-sized objects correctly. by Keith Randall · 10 years ago
  83. 5aae246 runtime: increase number of stack orders to 4 by Keith Randall · 10 years ago
  84. ce36552 doc/contribute: add necessary <code> tags, remove an extra close parenthesis. by Oling Cat · 10 years ago
  85. 1dd0163 runtime: remove trailing empty arrays in structs by Keith Randall · 10 years ago
  86. ce5cb03 runtime: use some startup randomness in the fallback hashes by Keith Randall · 10 years ago
  87. 31775c5 cmd/cgo: update code and docs to reflect post-6c world by Matthew Dempsky · 10 years ago
  88. 3ef3947 doc: add bufio.Reader.Discard to go1.5.txt by Brad Fitzpatrick · 10 years ago
  89. ee2ecc4 bufio: add Reader.Discard by Brad Fitzpatrick · 10 years ago
  90. 5f179c7 runtime: fix build for race detector by Shenghou Ma · 10 years ago
  91. e5864cd sort: optimize symMerge performance for blocks with one element by Martin Möhrmann · 10 years ago
  92. bc2601a runtime: allocate wbshadow at high address by Russ Cox · 10 years ago
  93. 9b638bf runtime: adjust dropm for write barriers by Russ Cox · 10 years ago
  94. 949dd10 misc/cgo: disable TestAllocateFromC in wbshadow mode by Russ Cox · 10 years ago
  95. f5f69bb cmd/go: buffer output for go usage by Brad Fitzpatrick · 10 years ago
  96. ea64e57 crypto/tls: fix renegotiation extension. by Adam Langley · 10 years ago
  97. b137074 crypto/rsa: rsa.SignPSS with opts=nil shouldn't crash. by Adam Langley · 10 years ago
  98. 02f8933 runtime: fix two garbage collector bugs by Russ Cox · 10 years ago
  99. ff97962 cmd/gc: add write barrier for append(slice, slice...) by Russ Cox · 10 years ago
  100. 03d6637 runtime: do not display Windows Error Reporting dialogue by Alex Brainman · 10 years ago