1. 968afa0 go/scanner: partially revert CL4538096 now that we have %#U for runes by Robert Griesemer · 14 years ago
  2. c8ee1b8 io/ioutil: fix typo in comment by Robert Griesemer · 14 years ago
  3. d152fe7 fmt: debugging formats for characters: %+q %#U by Rob Pike · 14 years ago
  4. 4b1170d sort: change IntArray etc. to IntSlice for better name hygiene. by Rob Pike · 14 years ago
  5. 18333f2 Go memory model: minor clarification by Robert Griesemer · 14 years ago
  6. 531c01d crypto/openpgp: build fix (unreviewed) by Adam Langley · 14 years ago
  7. f0d21a7 crypto/openpgp: add ability to encrypt messages. by Adam Langley · 14 years ago
  8. b5071e9 bike/shed: new package. by David Symonds · 14 years ago
  9. 0924185 runtime: fix Plan 9 "lingering goroutines bug". by Yuval Pavel Zholkover · 14 years ago
  10. 9b409ac docs: Update notes for 3-day Go course. by Rob Pike · 14 years ago
  11. 944076c tag weekly.2011-06-09 by Andrew Gerrand · 14 years ago
  12. 11b0426 weekly.2011-06-09 by Andrew Gerrand · 14 years ago weekly.2011-06-09
  13. c0c824c image: add Paletted.Set, and a basic test of the concrete image types. by Nigel Tao · 14 years ago
  14. d44c4c3 sync/atomic: fix arm check64 bug by Andrew Gerrand · 14 years ago
  15. 86183e4 gopack: make unused page function a fatal error by Dave Cheney · 14 years ago
  16. 5e8b9c6 http: fix regression permitting io.Copy on HEAD response by Brad Fitzpatrick · 14 years ago
  17. aac6afb gopack: remove warning from the use of mktemp by Dave Cheney · 14 years ago
  18. 63639dd mail: decode RFC 2047-encoded words, not phrases. by David Symonds · 14 years ago
  19. 1fddbab 5l: fix softfloat nits by Russ Cox · 14 years ago
  20. 900c5fa gc: compactframe breaks arm - fix build by Russ Cox · 14 years ago
  21. fd2e247 gc: nit by Luuk van Dijk · 14 years ago
  22. 3e57d7f 5l: delete dead code by Russ Cox · 14 years ago
  23. 2ac375b gc: compact stackframe by Luuk van Dijk · 14 years ago
  24. fc41e62 math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation by Fan Hongjian · 14 years ago
  25. 965ff4b A+C: Fan Hongjian (individual CLA) by Russ Cox · 14 years ago
  26. 4396941 runtime: improve memmove check memory overlap by Quan Yong Zhai · 14 years ago
  27. 17ca32e gc: nits by Russ Cox · 14 years ago
  28. 3a0a868 AC: s/Jeffrey M Hodges/Jeff Hodges/ Formality rejected. by Rob Pike · 14 years ago
  29. c3be760 runtime: increase maximum number of windows callbacks by Alex Brainman · 14 years ago
  30. ffd01f2 mail: decode "Q"-encoded mail addresses. by David Symonds · 14 years ago
  31. 833529f compress/lzw: reduce decoder buffer size from 3*4096 to 2*4096. by Nigel Tao · 14 years ago
  32. 9c436ab http: fix handling of 0-lengthed http requests by Brad Fitzpatrick · 14 years ago
  33. 6a87628 http: change most map[string][]string types to new Values type by Brad Fitzpatrick · 14 years ago
  34. 013cfea gofmt: update test script so that it passes again by Robert Griesemer · 14 years ago
  35. 2de0665 big: removed some gratuitous +/-1's by Robert Griesemer · 14 years ago
  36. 636c5fa go spec: handle a corner case of a special case for shifts... by Robert Griesemer · 14 years ago
  37. a609a6b ebnf: follow EBNF for EBNF faithfully by Robert Griesemer · 14 years ago
  38. 21032eb big: gobs for big rats by Robert Griesemer · 14 years ago
  39. 6c74632 os: fix Getenv for Plan 9. Truncate the rightmost char if it is '\0'. by Yuval Pavel Zholkover · 14 years ago
  40. ddde52a runtime: SysMap uses MAP_FIXED if needed on 64-bit Linux by Jonathan Mark · 14 years ago
  41. bac24da A+C: Jonathan Mark (individual CLA) by Ian Lance Taylor · 14 years ago
  42. 5c32c96 mail: format addresseses correctly. by David Symonds · 14 years ago
  43. 6998ea2 gc: alternative clang compatible abort. by Dave Cheney · 14 years ago
  44. d5c45c5 big.nat: Improved speed of nat-to-string conversion by Michael T. Jones · 14 years ago
  45. c5281d7a C+A: add Michael T. Jones (Google, gmail account) by Robert Griesemer · 14 years ago
  46. 29e4775 exec: export the underlying *os.Process in Cmd by Brad Fitzpatrick · 14 years ago
  47. a8fd374 net: fix bug in net.Interfaces: handle elastic sdl_data size correctly by Mikio Hara · 14 years ago
  48. be48115 gofix: fix diff regression from exec change by Brad Fitzpatrick · 14 years ago
  49. 63dae3c compress/lzw: do not use background goroutines by Russ Cox · 14 years ago
  50. 8cd7aac godefs: do not assume forward type references are enums by Robert Hencke · 14 years ago
  51. c5030e5 ld: fix and simplify ELF symbol generation by Anthony Martin · 14 years ago
  52. 35b74d6 C+A: added Michael T. Jones (Google) by Robert Griesemer · 14 years ago
  53. 7c19d88 gc/lex.c: fix formatting of #include statement by Caine Tighe · 14 years ago
  54. 687102e gofmt: fix -d regression from exec change by Brad Fitzpatrick · 14 years ago
  55. f2f3b8f strconv: change Quote to be Unicode-friendly, by Rob Pike · 14 years ago
  56. 05348ab image/gif: fix buglet in graphics extension. by Rob Pike · 14 years ago
  57. 4881e77 cgo: support non intel gcc machine flags by Dave Cheney · 14 years ago
  58. 5e03143 html: improve attribute parsing, note package status by Brad Fitzpatrick · 14 years ago
  59. 9e857db template: rearrange the code into separate files. by Rob Pike · 14 years ago
  60. f35a3df big: Rat always outputs the requested precision from FloatString by Graham Miller · 14 years ago
  61. c281ddf crypto: reorg, cleanup and add function for generating CRLs. by Adam Langley · 14 years ago
  62. 548e3d0 gobuilder: number of fixes by Alex Brainman · 14 years ago
  63. 60a4b5e gc: enable building under clang/2.9 by Dave Cheney · 14 years ago
  64. 94b974a os: add Process.Kill and Process.Signal by Evan Shaw · 14 years ago
  65. 7dd4732 libmach: use the standardized format for designated initializers. by Jeffrey M Hodges · 14 years ago
  66. ce877ac netchan: added drain method to importer. by David Jakob Fritz · 14 years ago
  67. b4ddef3 CONTRIBUTORS: C+A for David Jakob Fritz and Jeffrey M Hodges by Rob Pike · 14 years ago
  68. ff0198b mail: address list parsing. by David Symonds · 14 years ago
  69. a028a02 crypto/twofish: fix Reset index overflow bug. by Andrew Gerrand · 14 years ago
  70. d01b260 image/tiff: support for bit depths other than 8. by Benny Siegert · 14 years ago
  71. 79eded5 doc: don't insert paragraphs inside pre blocks doc: update go_tutorial by Andrew Gerrand · 14 years ago
  72. 3b938f7 dashboard: bug fix by Andrew Gerrand · 14 years ago
  73. 4c2123e go/build: fix windows build by commenting out references to stdout and stderr in cgotest by Alex Brainman · 14 years ago
  74. eb72403 go/build: exclude cgo test from arm by Andrew Gerrand · 14 years ago
  75. b47a38d image/draw: move exp/draw to image/draw and exp/gui. by Nigel Tao · 14 years ago
  76. c2cea44 go/build: new package for building go programs by Andrew Gerrand · 14 years ago
  77. 7a92287 unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ and by Rob Pike · 14 years ago
  78. 8d64e73 unicode: add the first few property tests for printing. by Rob Pike · 14 years ago
  79. 86b3577 ebnf: update comment by Robert Griesemer · 14 years ago
  80. 2655757 http: don't fail on accept hitting EMFILE by Brad Fitzpatrick · 14 years ago
  81. 0015e8e net: fix windows build by Mikio Hara · 14 years ago
  82. 518331d net: add network interface identification API by Mikio Hara · 14 years ago
  83. 84f291b 8g: compute register liveness during regopt by Russ Cox · 14 years ago
  84. 79b397b testing: check that tests and benchmarks do not affect GOMAXPROCS by Dmitriy Vyukov · 14 years ago
  85. 9baaa6f 8l, ld: Initial adjustments for Plan 9 native compilation of 8l by Lucio De Re · 14 years ago
  86. ab8ed7f gc: renamed walkdef to typecheckdef and moved from walk to typedef. by Luuk van Dijk · 14 years ago
  87. f4f5836 dashboard: add favicon.ico by Andrew Gerrand · 14 years ago
  88. f531ef3 image: rename Contains and ContainsRectangle to In. by Nigel Tao · 14 years ago
  89. 5666828 gc: allow tags on parameters in export section of object files. by Luuk van Dijk · 14 years ago
  90. ae5a972 exp/draw: fix clipping bug where sp/mp were not shifted when r.Min was. by Nigel Tao · 14 years ago
  91. f628f74 tag weekly.2011-06-02 by Andrew Gerrand · 14 years ago
  92. 897ad0c weekly.2011-06-02 by Andrew Gerrand · 14 years ago weekly.2011-06-02
  93. 6c2b4348 doc: add Belarusian FAQ translation by Andrew Gerrand · 14 years ago
  94. ce5c1cf fmt: fix bug in UnreadRune: must clear memory of previous by Rob Pike · 14 years ago
  95. 4e9e925 exec: change exec.PathError to exec.Error by Rob Pike · 14 years ago
  96. 31c79c4 http: ServeFile shouldn't send Content-Length when Content-Encoding is set by Brad Fitzpatrick · 14 years ago
  97. 5bf57c1 big: remove some unnecessary conversions by Robert Griesemer · 14 years ago
  98. 2a8ea0d http: catch panics by Brad Fitzpatrick · 14 years ago
  99. 191a6bf big: do not modify divisor by Robert Griesemer · 14 years ago
  100. 4d15577 exec: add Cmd methods StdinPipe, StdoutPipe, StderrPipe by Brad Fitzpatrick · 14 years ago