1. 3c6bf09 crypto/tls: make Listener a pointer. by Adam Langley · 15 years ago
  2. 5f132b9 gc: various C nits, found by plan 9 compiler. reported by erik quanstrom. by Russ Cox · 15 years ago
  3. 316cb50 add exceptions to the road map. i think this just was an oversight. by Rob Pike · 15 years ago
  4. 1245e93 Update documentation around time.Sleep to specify its precision, and suggest by Devon H. O'Dell · 15 years ago
  5. 77f6f16 fix naked < and > as reported by Peter Williams <> by Rob Pike · 15 years ago
  6. 2be4897 Use t.Errorf for formatted error output. by Ian Lance Taylor · 15 years ago
  7. 939bab6 Add a test for issue 337. by Ian Lance Taylor · 15 years ago
  8. c1045db go_spec: use PrimaryExpr as type switch expression by Russ Cox · 15 years ago
  9. e1033d0 Add query to find number of subexpressions. by Peter Froehlich · 15 years ago
  10. b266f39 remove nums.sh by Robert Griesemer · 15 years ago
  11. 96da3e9 implement .repeats for maps. Fixes #309. by Rob Pike · 15 years ago
  12. 8c55796 make 6prof (sic) architecture-independent. by Rob Pike · 15 years ago
  13. 9ebb596 crypto/tls: extensions and Next Protocol Negotiation by Adam Langley · 15 years ago
  14. 7c91114 cgo: don't overwrite p.Crefs by Devon H. O'Dell · 15 years ago
  15. 3f25c8a Fix comment for Chmod. by Peter Froehlich · 15 years ago
  16. 617a6a5 fix documentation bug in example Fixes #452. by Rob Pike · 15 years ago
  17. a0862ea Cleanup: remove Exp ending in identifiers by Robert Griesemer · 15 years ago
  18. 8c7d001 Replace container/vector with exp/vector (faster). by Robert Griesemer · 15 years ago
  19. 36d645f add comment (warning about generated files) by Robert Griesemer · 15 years ago
  20. 41a347c hgtags: release.2009-12-22 by Russ Cox · 15 years ago
  21. 4551b00 hgtags: delete "release" (step 1 of new release) by Russ Cox · 15 years ago weekly.2009-12-22
  22. 148ee9c fix up %p by Rob Pike · 15 years ago
  23. d488c4b json: fix doc comment by Russ Cox · 15 years ago
  24. 2e853ec Allow %p on reference types, for debugging. by Rob Pike · 15 years ago
  25. d2a3986 update test.sh so it can run to completion again by Robert Griesemer · 15 years ago
  26. b15fefd Experimental alternative implementation of the vector package by Jan Mercl · 15 years ago
  27. 95e00d2 adding individual contributor by Robert Griesemer · 15 years ago
  28. 4ab0ce1 8g: add TESTL etc to reg opt by Russ Cox · 15 years ago
  29. c276d87 cgo: interpret $CGOPKGDIR as absolute path if rooted by Russ Cox · 15 years ago
  30. fa98cf6 More evaluation order tests, for global variables and switch. by Ian Lance Taylor · 15 years ago
  31. 0d66825 gc: method expressions on concrete types by Russ Cox · 15 years ago
  32. 1f0e6a4 new comments for bytes.NewBuffer and NewBufferString. by Rob Pike · 15 years ago
  33. 50d6c81 runtime: fix race condition by Adam Langley · 15 years ago
  34. 057e7d9 fix build, enable an exp/eval's assignment check by Robert Griesemer · 15 years ago
  35. 5dc6c80 report an error for illegal octal numbers instead of treating them as floats by Robert Griesemer · 15 years ago
  36. c5f41cc removed semantic check from parsers by Robert Griesemer · 15 years ago
  37. 10e85df Make.pkg: fix cgo for TARG=a/b by Russ Cox · 15 years ago
  38. 044ebae cgo: include line number information to keep go/printer happy by Russ Cox · 15 years ago
  39. d85bb81 first stub for softfloats, intercepts float instructions and skips by Kai Backman · 15 years ago
  40. 4ddcb0e fix for gofmt rewrite matcher bug by Robert Griesemer · 15 years ago
  41. 6a4b249 gc: fix compiler crash by Russ Cox · 15 years ago
  42. 7fcf422 use new tab indentation format in godoc, but convert by Robert Griesemer · 15 years ago
  43. d2a835f time: add ISO 8601 time format by Ben Olive · 15 years ago
  44. 95c776c A+C: Ben Olive (individual CLA) by Russ Cox · 15 years ago
  45. 9277b02 Allow cgo to accept multiple .go inputs for a package by Devon H. O'Dell · 15 years ago
  46. 7a5f4be Use BitSize instead of the field's type native ByteSize when calculating by Devon H. O'Dell · 15 years ago
  47. a812332 Updated the XGB python script to generate semicolon-free source for xproto.go. by Tor Andersson · 15 years ago
  48. 08579c2 runtime: if os/signal is not in use, crash on by Russ Cox · 15 years ago
  49. 96ee38b make it more explicit that design discussions should happen before code reviews by Rob Pike · 15 years ago
  50. 59a3cae - Parse expressions as opposed to statements for gofmt rewrite patterns. by Robert Griesemer · 15 years ago
  51. 8bf5872 Basic image/jpeg decoder. by Nigel Tao · 15 years ago
  52. 2e5a720 Add roadmap document. by Ian Lance Taylor · 15 years ago
  53. b6bac1c Don't ignore flags controlling the amount of source code parsed by Robert Griesemer · 15 years ago
  54. 42a2e95 add the ability to invoke niladic single-valued methods in templates. by Rob Pike · 15 years ago
  55. a8fbf5d This patch enables cgo utility to correctly convert enums in the C source by Moriyoshi Koizumi · 15 years ago
  56. 5211472 rand: Zipf distributed random variates. by William Josephson · 15 years ago
  57. 7f501c0 bytes, strings: add new function Fields by Andrey Mirtchovski · 15 years ago
  58. d5bcf7b math: special cases for Pow by Charles L. Dorian · 15 years ago
  59. 3269647 doc/install.html: how to update to a new release by Russ Cox · 15 years ago
  60. b586649 os/signal: new package by David Symonds · 15 years ago
  61. a47a45e Fix for scanner bug (introduced with most recent change). by Robert Griesemer · 15 years ago
  62. 69bed16 syscall: RawSyscall must not call exitsyscall by Russ Cox · 15 years ago
  63. 163ecda new semicolon rule in effective_go.html. by Rob Pike · 15 years ago
  64. f64bb56 rand: add explicit Int31n to avoid 64-bit divide on 32-bit machines by Russ Cox · 15 years ago
  65. 1e9e7ec math: faster, easier to inline IsNaN, IsInf by Russ Cox · 15 years ago
  66. d16bc7a runtime: return zero value in x, ok = <-c when ok == false by Russ Cox · 15 years ago
  67. c715b58 gc: fix import name resolution by Russ Cox · 15 years ago
  68. 8e2608e Add basic http authentication support. Fixes #407. by Ivan Krasin · 15 years ago
  69. 5d754bf gc: bug fixes. by Russ Cox · 15 years ago
  70. 101f499 gc: allow ... in method lists by Russ Cox · 15 years ago
  71. 45ca9f7 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  72. d65a5cc 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  73. a3d1045 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  74. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  75. 34356e9 update tutorial. by Rob Pike · 15 years ago
  76. 1c72959 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  77. d122bb2 gc: double-check usage of ... by Russ Cox · 15 years ago
  78. 0282cc5 gc: var x, ok = m[y] by Russ Cox · 15 years ago
  79. 84e7cb0 Tweak test to work with both 6g and gccgo. by Ian Lance Taylor · 15 years ago
  80. 8274742 codereview: add golang-dev@googlegroups.com by Russ Cox · 15 years ago
  81. 55ca7a2 fix TODO: insert semicolons before any sequence of comments by Robert Griesemer · 15 years ago
  82. dec5bb7 xml: handle unexpected EOF while parsing and fix a bug in name by Arvindh Rajesh Tamilmani · 15 years ago
  83. 19c1835 runtime: in exitsyscall, avoid confusing garbage collector by Russ Cox · 15 years ago
  84. 31de4d4 improved formatting of import declarations and by Robert Griesemer · 15 years ago
  85. 2a52782 crypto/sha256: new package by Andy Davis · 15 years ago
  86. 0d3f5a8 simpler fix for the negative rune problem, spotted seconds after submitting the previous fix. by Rob Pike · 15 years ago
  87. a9e8bef generate replacement rune when asked to encode a negative rune value. by Rob Pike · 15 years ago
  88. fe0eb17 archive/tar: bug fixes. by Christopher Wedgwood · 15 years ago
  89. 8793f62 don't show semicolons anymore with godoc by Robert Griesemer · 15 years ago
  90. 6112e80 A+C: two more names by Russ Cox · 15 years ago
  91. bbd4cb3 fix naked < as reported by pwil3058@gmail.com by Rob Pike · 15 years ago
  92. d14c813 When the buffer is empty, reset b.off to the beginning of the buffer by Rob Pike · 15 years ago
  93. 5857890 syscall: fix error return bug for 64-bit return on 32-bit platform by Christopher Wedgwood · 15 years ago
  94. 977e19d 8l: add support for PE output. by Hector Chu · 15 years ago
  95. 2ef330e clean.bash: stop if $GOROOT is not set by Christopher Wedgwood · 15 years ago
  96. 31645cc Ported godefs to Windows. by Hector Chu · 15 years ago
  97. 978c3e9 gc: fix comment by Russ Cox · 15 years ago
  98. f646296 Update goyacc to new syntax, still with semicolons. by Rob Pike · 15 years ago
  99. bedfc2c more on the optimizer trying to get alizses to optimize by Ken Thompson · 15 years ago
  100. 6877777 fix bug for large counts: used a one-byte buffer. by Rob Pike · 15 years ago