1. 7a5852b update timing logs for benchmarks. by Rob Pike · 15 years ago
  2. a551ffe 8g: float->uint64 conversion optimization by Evan Shaw · 15 years ago
  3. c713a1f libmach: Add disassembly for newly implemented opcodes by Evan Shaw · 15 years ago
  4. 74a9fc1 runtime: close TODO now that 8c bug is fixed by Russ Cox · 15 years ago
  5. fce5d60 add a standard interface that wraps ReadByte, io.ReadByter by Rob Pike · 15 years ago
  6. 4cde1a9 sync make-arm.bash with make.bash by Russ Cox · 15 years ago
  7. ee7c64e 8c: only refer to extern register variables in MOVL instructions by Russ Cox · 15 years ago
  8. 616394b deps.bash: handle space between .go and \ in GOFILES= by Russ Cox · 15 years ago
  9. 6bfe5f5 Ported runtime to Windows. by Hector Chu · 15 years ago
  10. 5c07e0c time: fix Makefile so deps.bash is happy (fixes build) by Russ Cox · 15 years ago
  11. e0763ba godoc: serve index.html in place of directory listing, when present by Russ Cox · 15 years ago
  12. e0a4046 add release log as doc/devel/release.html by Russ Cox · 15 years ago
  13. 367ae9a Use remove-text-properties instead of by Austin Clements · 15 years ago
  14. 968d6a6 http: avoid header duplication - take struct fields out of Header map by Russ Cox · 15 years ago
  15. 690fcac cgo: Use -fno-eliminate-unused-debug-types when calling gcc to for dwarf stabs. by Devon H. O'Dell · 15 years ago
  16. e05b381 New time formatter, time.Format(formatString) by Rob Pike · 15 years ago
  17. 9c9c89c Added me to authors and contributors. by Jan H. Hosang · 15 years ago
  18. 2eb9171 Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation of by Devon H. O'Dell · 15 years ago
  19. 597e57f Add http.CanonicalPath and tests for it. Remove BUG(rsc) from url.go. by Ivan Krasin · 15 years ago
  20. e324e40 Propagate error to the caller in json.Marshal. Fixes issue 445. by Ivan Krasin · 15 years ago
  21. 4846702 release.2010-01-05 by Russ Cox · 15 years ago
  22. fd974e0 hgtags: delete "release" (prepare for new release) by Russ Cox · 15 years ago weekly.2010-01-05
  23. 5107aa8 8a, 8l: Add FCOMI, FCOMIP, FUCOMI, FUCOMIP instructions by Evan Shaw · 15 years ago
  24. 32594bd rollback of https://golang.org/cl/181077 (broke build) by Russ Cox · 15 years ago
  25. 1c819cb xml: Fix comment so that example code compiles by Evan Shaw · 15 years ago
  26. 6712cf3 Update Emacs go-mode for new semicolon rule. by Austin Clements · 15 years ago
  27. cfbee34 big: fix ProbablyPrime bug, comments by Russ Cox · 15 years ago
  28. e032ab9 Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation of QUOTED_GOBIN by Devon H. O'Dell · 15 years ago
  29. 10cdec9 syscall: add nanosleep on FreeBSD by Devon H. O'Dell · 15 years ago
  30. 0281b71 net: make Dial correctly return nil on error. by Roger Peppe · 15 years ago
  31. 30e5ed2 remove reference to "basic literal" since it's never defined by Robert Griesemer · 15 years ago
  32. 5044229 Simplified parser interface. by Robert Griesemer · 15 years ago
  33. a0ee18b Check for errors when writing fields of a struct. by Rob Pike · 15 years ago
  34. f221067 Allow a nil Ident to print without crashing. Allow Walk of []Decl by Roger Peppe · 15 years ago
  35. c05f86a fix up YB and add ZB, EB in example by Rob Pike · 15 years ago
  36. ca0def6 Remove redundant size check in resize. Let callers worry about that and resize should just do "resize". by Yongjian Xu · 15 years ago
  37. 5a44338 trivial bug: []byte is special but [3]byte is not. by Rob Pike · 15 years ago
  38. bcabc99 More Xcode support. Recognize special comments starting with TODO or BUG. by Robert Griesemer · 15 years ago
  39. 1d5e1f5 Document how to build gccgo to use gold. by Ian Lance Taylor · 15 years ago
  40. c7bd61a Test case for issue 475 and related bug. by Robert Griesemer · 15 years ago
  41. c7e2970 Improved Xcode support by Ken Friedenbach · 15 years ago
  42. 09a930c added author/contributor by Robert Griesemer · 15 years ago
  43. a947d0d test case for issue 471 by Robert Griesemer · 15 years ago
  44. a58b69e improve some type switches now that multiple types per case are supported. by Rob Pike · 15 years ago
  45. e01459f Apply symmetric changes to sha1 and sha256 as to md4 and md5. by Robert Griesemer · 15 years ago
  46. 5042a4e PNG decoder now handles transparent paletted images. Fixes #439. by Nigel Tao · 15 years ago
  47. 50d3447 JPEG decoder now handles RST (restart) markers. by Nigel Tao · 15 years ago
  48. e7601e2 add a debugging printer to the gob package. by Rob Pike · 15 years ago
  49. 1f55115 remove all references to gobType() from the decoder. Fixes #470. by Rob Pike · 15 years ago
  50. 2aefb8d Fix bug in godoc tab conversion filter: by Robert Griesemer · 15 years ago
  51. f0fcb2d Symmetric changes to md4.go as for md5.go. by Robert Griesemer · 15 years ago
  52. 9d07d37 A couple of tighter loops. by Robert Griesemer · 15 years ago
  53. eb109a7 Clarify section on tokens. Fixes #457. by Robert Griesemer · 15 years ago
  54. 33311a7 fix dumb bug: must write out default values inside arrays and slices by Rob Pike · 15 years ago
  55. b6adb32 simplify some code that is using vectors by Robert Griesemer · 15 years ago
  56. 3c6bf09 crypto/tls: make Listener a pointer. by Adam Langley · 15 years ago
  57. 5f132b9 gc: various C nits, found by plan 9 compiler. reported by erik quanstrom. by Russ Cox · 15 years ago
  58. 316cb50 add exceptions to the road map. i think this just was an oversight. by Rob Pike · 15 years ago
  59. 1245e93 Update documentation around time.Sleep to specify its precision, and suggest by Devon H. O'Dell · 15 years ago
  60. 77f6f16 fix naked < and > as reported by Peter Williams <> by Rob Pike · 15 years ago
  61. 2be4897 Use t.Errorf for formatted error output. by Ian Lance Taylor · 15 years ago
  62. 939bab6 Add a test for issue 337. by Ian Lance Taylor · 15 years ago
  63. c1045db go_spec: use PrimaryExpr as type switch expression by Russ Cox · 15 years ago
  64. e1033d0 Add query to find number of subexpressions. by Peter Froehlich · 15 years ago
  65. b266f39 remove nums.sh by Robert Griesemer · 15 years ago
  66. 96da3e9 implement .repeats for maps. Fixes #309. by Rob Pike · 15 years ago
  67. 8c55796 make 6prof (sic) architecture-independent. by Rob Pike · 15 years ago
  68. 9ebb596 crypto/tls: extensions and Next Protocol Negotiation by Adam Langley · 15 years ago
  69. 7c91114 cgo: don't overwrite p.Crefs by Devon H. O'Dell · 15 years ago
  70. 3f25c8a Fix comment for Chmod. by Peter Froehlich · 15 years ago
  71. 617a6a5 fix documentation bug in example Fixes #452. by Rob Pike · 15 years ago
  72. a0862ea Cleanup: remove Exp ending in identifiers by Robert Griesemer · 15 years ago
  73. 8c7d001 Replace container/vector with exp/vector (faster). by Robert Griesemer · 15 years ago
  74. 36d645f add comment (warning about generated files) by Robert Griesemer · 15 years ago
  75. 41a347c hgtags: release.2009-12-22 by Russ Cox · 15 years ago
  76. 4551b00 hgtags: delete "release" (step 1 of new release) by Russ Cox · 15 years ago weekly.2009-12-22
  77. 148ee9c fix up %p by Rob Pike · 15 years ago
  78. d488c4b json: fix doc comment by Russ Cox · 15 years ago
  79. 2e853ec Allow %p on reference types, for debugging. by Rob Pike · 15 years ago
  80. d2a3986 update test.sh so it can run to completion again by Robert Griesemer · 15 years ago
  81. b15fefd Experimental alternative implementation of the vector package by Jan Mercl · 15 years ago
  82. 95e00d2 adding individual contributor by Robert Griesemer · 15 years ago
  83. 4ab0ce1 8g: add TESTL etc to reg opt by Russ Cox · 15 years ago
  84. c276d87 cgo: interpret $CGOPKGDIR as absolute path if rooted by Russ Cox · 15 years ago
  85. fa98cf6 More evaluation order tests, for global variables and switch. by Ian Lance Taylor · 15 years ago
  86. 0d66825 gc: method expressions on concrete types by Russ Cox · 15 years ago
  87. 1f0e6a4 new comments for bytes.NewBuffer and NewBufferString. by Rob Pike · 15 years ago
  88. 50d6c81 runtime: fix race condition by Adam Langley · 15 years ago
  89. 057e7d9 fix build, enable an exp/eval's assignment check by Robert Griesemer · 15 years ago
  90. 5dc6c80 report an error for illegal octal numbers instead of treating them as floats by Robert Griesemer · 15 years ago
  91. c5f41cc removed semantic check from parsers by Robert Griesemer · 15 years ago
  92. 10e85df Make.pkg: fix cgo for TARG=a/b by Russ Cox · 15 years ago
  93. 044ebae cgo: include line number information to keep go/printer happy by Russ Cox · 15 years ago
  94. d85bb81 first stub for softfloats, intercepts float instructions and skips by Kai Backman · 15 years ago
  95. 4ddcb0e fix for gofmt rewrite matcher bug by Robert Griesemer · 15 years ago
  96. 6a4b249 gc: fix compiler crash by Russ Cox · 15 years ago
  97. 7fcf422 use new tab indentation format in godoc, but convert by Robert Griesemer · 15 years ago
  98. d2a835f time: add ISO 8601 time format by Ben Olive · 15 years ago
  99. 95c776c A+C: Ben Olive (individual CLA) by Russ Cox · 15 years ago
  100. 9277b02 Allow cgo to accept multiple .go inputs for a package by Devon H. O'Dell · 15 years ago