1. a25e40d doc: Add reminder to go1.5.txt for os/signal changes by Michael MacInnis · 10 years ago
  2. 18f273f cmd/dist: don't use "uname -v" to recognize GOHOSTARCH by Mikio Hara · 10 years ago
  3. 194ad16 os/signal: add ability to ignore signals and restore initial signal handlers by Michael MacInnis · 10 years ago
  4. 10a4696 image/jpeg: remove the (temporary) dependency on image/draw. by Nigel Tao · 10 years ago
  5. 7b36227 runtime: remove C-style strcmp and strncmp helpers by Matthew Dempsky · 10 years ago
  6. f10e037 image/jpeg: support decoding CMYK and YCbCrK images. by Nigel Tao · 10 years ago
  7. b5c3a9e image: add image.CMYK and color.CMYK types. by Nigel Tao · 10 years ago
  8. 61c9c3d math/big: implement fast path in Float.SetRat if argument is integer by Robert Griesemer · 10 years ago
  9. 52dadc1 cmd/gc: fix noscan maps by Dmitry Vyukov · 10 years ago
  10. 2dd7a6d math/big: always round after the sign is set by Robert Griesemer · 10 years ago
  11. 7aa6875 doc/asm: document that assembly function must use short name by Shenghou Ma · 10 years ago
  12. 788f78a cmd/go: remove script and script.txt by Shenghou Ma · 10 years ago
  13. 5aa448f test: add test case for issue 4365 by Ian Lance Taylor · 10 years ago
  14. b7bfb54 math/big: fix aliasing bug in Float.Quo by Robert Griesemer · 10 years ago
  15. a809dc7 math/big: don't scan past a binary exponent if not accepted syntactically by Robert Griesemer · 10 years ago
  16. ccdbfe3 math/big: only permit bases 2, 10, 16 when scanning number w/ "decimal" point by Robert Griesemer · 10 years ago
  17. 2e3c738 math/big: remove Float.Round (not needed anymore), fix a bug in SetInt64 by Robert Griesemer · 10 years ago
  18. df218d3 math/big: implement/rename accessors for precision and rounding mode by Robert Griesemer · 10 years ago
  19. 31e8524 math/big: fix aliasing error in Add, Sub by Robert Griesemer · 10 years ago
  20. 7a77d8d math/big: use internal validation more consistently by Robert Griesemer · 10 years ago
  21. b5b11bd test: deflake init1.go test, tighten its bounds by Brad Fitzpatrick · 10 years ago
  22. ad73dc3 cmd/gc: replace NULL by nil by David du Colombier · 10 years ago
  23. ae3229a cmd/ld: always mark tlsg STLSBSS by David Crawshaw · 10 years ago
  24. 69937d2 androidtest.bash: remove use of cp --preserve. by Hyang-Ah (Hana) Kim · 10 years ago
  25. 855145d cmd/ld: set alignment for the .rel.plt section on 32-bit architectures by Shenghou Ma · 10 years ago
  26. 5f1efe7 cmd/ld: make cmd/ld a real library by Russ Cox · 10 years ago
  27. 8922864 cmd/dist: avoid trailing space in instruction name strings by Russ Cox · 10 years ago
  28. 5c87cf7 cmd/gc: minor adjustments for C to Go translation by Russ Cox · 10 years ago
  29. acba34e cmd/gc: eliminate some pointer arithmetic by Russ Cox · 10 years ago
  30. ff81c14 cmd/gc: rename arch to thearch by Russ Cox · 10 years ago
  31. 4b27c9d cmd/gc: add .y to error about missing x in x.y by Russ Cox · 10 years ago
  32. fa7efa2 cmd/gc: add debugging to liveness analysis by Russ Cox · 10 years ago
  33. bed481d cmd/gc: correct errors in constant parsing by Russ Cox · 10 years ago
  34. be4ecd9 cmd/gc: avoid writing past end of region array by Russ Cox · 10 years ago
  35. 2e78447 cmd/yacc: adjust expansion of $n to be more useful in errors by Russ Cox · 10 years ago
  36. 3be158d encoding/xml: encoding name spaces correctly by Roger Peppe · 10 years ago
  37. f59f9b8 runtime: fix stack corruption in race mode by Dmitry Vyukov · 10 years ago
  38. 6731063 runtime/race: fix test in preparation for new race runtime by Dmitry Vyukov · 10 years ago
  39. 6e5cc1f runtime: rename drainworkbuf and drainobjects by Austin Clements · 10 years ago
  40. 60a16ea runtime: remove drainallwbufs argument to drainworkbuf by Austin Clements · 10 years ago
  41. 15c9a2e runtime: eliminate drainworkbufs from scanblock by Austin Clements · 10 years ago
  42. 1ac65f8 runtime: eliminate b == 0 special case from scanblock by Austin Clements · 10 years ago
  43. cf964e1 runtime: replace scanblock(0, 0, nil, nil) with drainworkbuf by Austin Clements · 10 years ago
  44. c2de2f8 runtime: move checknocurrentwbuf() from scanblock to drainworkbuf by Austin Clements · 10 years ago
  45. c4ee44b cmd/gc: transform closure calls to function calls by Dmitry Vyukov · 10 years ago
  46. 3813799 cmd/go: make consistent use of leading Tabs by Shenghou Ma · 10 years ago
  47. 612d78d cmd/gc: restore amd64p32 hack for bucket size by Dmitry Vyukov · 10 years ago
  48. 8090f86 runtime: cleanup after conversion to Go by Dmitry Vyukov · 10 years ago
  49. 01ef6db cmd/5g, cmd/6g, cmd/8g, cmd/9g: use a register to zero in componentgen by Josh Bleecher Snyder · 10 years ago
  50. 8f734d4 cmd/5g, cmd/6g, cmd/8g, cmd/9g: zero more in componentgen by Josh Bleecher Snyder · 10 years ago
  51. 77a2113 cmd/gc: evaluate concrete == interface without allocating by Josh Bleecher Snyder · 10 years ago
  52. 747c849 cmd/6g, cmd/8g: make 2/3 word sgen more efficient by Josh Bleecher Snyder · 10 years ago
  53. c1c3ce6 cmd/6g: allocate fewer new registers in sgen by Josh Bleecher Snyder · 10 years ago
  54. 9e9ddb0 math/big: implemented Float.Int64, simplified Float.Uint64 by Robert Griesemer · 10 years ago
  55. 277d587 runtime: move wbuf-related functions to new gcwork.go by Austin Clements · 10 years ago
  56. 27ed1fc runtime: on Plan 9, zero memory returned to the brk by sysFree by Austin Clements · 10 years ago
  57. 3b67e9c doc: update pre-requisites for bootstrapping by Andrew Gerrand · 10 years ago
  58. b3be360 cmd/gc: allocate non-escaping maps on stack by Dmitry Vyukov · 10 years ago
  59. aed88be cmd/gc: restore stack frame debugging by Dmitry Vyukov · 10 years ago
  60. ed8cc5c runtime: fix race instrumentation of append by Dmitry Vyukov · 10 years ago
  61. c1bbf0a cmd/gc: remove several copies of outervalue by Dmitry Vyukov · 10 years ago
  62. 9568126 cmd/gc: allocate buffers for non-escaping string conversions on stack by Dmitry Vyukov · 10 years ago
  63. cdc2b05 runtime: remove obsolete SELinux execmem comment by Brad Fitzpatrick · 10 years ago
  64. 4a2233c runtime: move all stdFunctions into os1_windows.go (no code changes) by Alex Brainman · 10 years ago
  65. f984cea runtime: remove unused signals_windows.h by Alex Brainman · 10 years ago
  66. e77fbd5 syscall: Readlink doesn't handle junction on windows by mattn · 10 years ago
  67. f58a5cb cmd/gc: avoid %#016x, which really means Go's %#014x by Russ Cox · 10 years ago
  68. 7c3eeda cmd/gc: use go.builtin as package prefix, not go%2ebuiltin by Russ Cox · 10 years ago
  69. 9096571 cmd/gc: make qsort comparisons totally ordered by Russ Cox · 10 years ago
  70. 1250d2e cmd/gc: remove C subclassing trick from popt.c by Russ Cox · 10 years ago
  71. ad88fd1 cmd/gc: move reg.c into portable code by Russ Cox · 10 years ago
  72. b8a3e88 cmd/gc: remove cgen_asop, no longer used by Russ Cox · 10 years ago
  73. eb1774f cmd/gc: factor newly-portable code into gc directory by Russ Cox · 10 years ago
  74. 81a3f29 strconv: simplified logic resulting in faster float formatting by Robert Griesemer · 10 years ago
  75. 764a9cf math/big: completed Float.Uint64 by Robert Griesemer · 10 years ago
  76. 15fe15a math/big: add test cases for Float.Abs and Float.Neg by Robert Griesemer · 10 years ago
  77. 64e7038 math/big: implemented Float.Int (truncation of Floats to Ints) by Robert Griesemer · 10 years ago
  78. 950aa9f math/big: When result prec == 0, use at least prec == 64 for SetInt, SetRat. by Robert Griesemer · 10 years ago
  79. a15818f runtime: cache workbufs on Ms and add consistency checks by Rick Hudson · 10 years ago
  80. 59495e8 runtime: never show system goroutines in traceback by Dmitry Vyukov · 10 years ago
  81. 84e2567 reflect: mark map access functions as go:noescape by Dmitry Vyukov · 10 years ago
  82. e604c6e runtime: fix span unusedsince setup by Dmitry Vyukov · 10 years ago
  83. f3b73e0 cmd/dist: fetch version when needed, instead of at init by Austin Clements · 10 years ago
  84. 32304fc crypto/x509: allow matchHostnames to work with absolute domain names by rubyist · 10 years ago
  85. 6dd3166 runtime: don't put container symbols in functab by Keith Randall · 10 years ago
  86. f43a8de net: disable WriteMsgUDP tests on nacl, windows (fix build) by Mikio Hara · 10 years ago
  87. a9a6757 net: update documentation for WriteMsgUDP by Mikio Hara · 10 years ago
  88. 85cae5d cmd/pprof/internal/report: fix typo in recognized output unit by Ian Lance Taylor · 10 years ago
  89. f77696a math/big: implemented Frexp, Ldexp, IsInt, Copy, bug fixes, more tests by Robert Griesemer · 10 years ago
  90. 263405e net: permit WriteMsgUDP to connected UDP sockets by Nicolas S. Dade · 10 years ago
  91. e810a07 runtime: simplify and comment some windows code by Alex Brainman · 10 years ago
  92. d34ee29 net/http: fix test to check that requests to 'localhost' are not proxied by Rajat Goel · 10 years ago
  93. a1dbb92 cmd/go: use current go source code when generating doc.go by Andrew Gerrand · 10 years ago
  94. 5c4a86d runtime: introduce CPU access functions on windows by Alex Brainman · 10 years ago
  95. 1e5d8bb cmd/go: document that -run isn't implemented by Rob Pike · 10 years ago
  96. ea22a08 net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windows by mattn · 10 years ago
  97. e6fbce3 cmd/dist: reactivate vfp detection on linux/arm by Dave Cheney · 10 years ago
  98. 0661143 liblink, runtime: move all references to runtime.tlsg to tls_arm.s by Shenghou Ma · 10 years ago
  99. 04ce9db math/big: correct umax by Robert Griesemer · 10 years ago
  100. f8176f8 cmd/go: stream test output if parallelism is set to 1. by Rahul Chaudhry · 10 years ago