1. adc9337 test: add a compiledir pattern in run.go by Rémy Oudompheng · 13 years ago
  2. 09f1f5d misc/dashboard/codereview: add LastUpdate field to CL by Russ Cox · 13 years ago
  3. 6cbf35c cmd/gc: fix initialization order involving method calls. by Rémy Oudompheng · 13 years ago
  4. 67d8a2d doc: remove mention of weekly tag from source install doc by Andrew Gerrand · 13 years ago
  5. 2a9478e misc/dashboard/codereview: pass user information to gobot when assigning reviewer. by David Symonds · 13 years ago
  6. 7711e61 cmd/go: show $GOPATH in 'go env' output by Russ Cox · 13 years ago
  7. e533510 misc/dashboard/codereview: switch to using gobot to update CL reviewer info. by David Symonds · 13 years ago
  8. 4168804 misc/dashboard/codereview: bump user-specific table limits to 100. by David Symonds · 13 years ago
  9. 538b212 net/http: don't allow zero byte in FileServer paths by Brad Fitzpatrick · 13 years ago
  10. 482ceed misc/dashboard/codereview: interpret zero reviewers as the CL being closed. by David Symonds · 13 years ago
  11. dd166b9 cmd/gc: point "no new variables" error at right line number. by Daniel Morsing · 13 years ago
  12. be629bf misc/dashboard/codereview: make all active CL tables hold up to 50 CLs. by David Symonds · 13 years ago
  13. 3fe5f33 misc/dashboard/codereview: fix tag nesting. by David Symonds · 13 years ago
  14. 3cc9d16 misc/dashboard/codereview: recognize "NOT LGTM". by David Symonds · 13 years ago
  15. f8c6514 net/http: don't modify Request Method's case by Brad Fitzpatrick · 13 years ago
  16. 7aa60d9 syscall: apply comment from Mikioh by Russ Cox · 13 years ago
  17. 5197fa8 syscall: workaround accept() bug on Darwin by Alexey Borzenkov · 13 years ago
  18. b4402a4 runtime/cgo: fix netbsd build by Benny Siegert · 13 years ago
  19. 3294404 misc/vim: fix :Import insertion heuristic. by David Symonds · 13 years ago
  20. 4dc85d6 syscall: don't clobber source files if mksyscall.pl fails. by Han-Wen Nienhuys · 13 years ago
  21. eff32f5 exp/html: replace NUL with U+FFFD in text in foreign content by Andrew Balholm · 13 years ago
  22. f7f91a0 misc/cgo/test: only run setgid test on GNU/Linux by Ian Lance Taylor · 13 years ago
  23. 601045e exp/locale/collate: changed trie in first step towards support for multiple locales. by Marcel van Lohuizen · 13 years ago
  24. 48ca3f2 flag: fix bug in handling of booleans on error Fixes #3869. by Rob Pike · 13 years ago
  25. 88e858a log/syslog: don't append \n if there is one by Shenghou Ma · 13 years ago
  26. 9c8ae6c os: move epipecheck from file_posix.go and into file_unix.go to fix windows build by Alex Brainman · 13 years ago
  27. ab9cced os: fix data race in epipecheck() Fixes #3860. by Dmitriy Vyukov · 13 years ago
  28. c49af2c misc/cgo/test: add test for issue 3871: cgo setgid hang on GNU/Linux by Ian Lance Taylor · 13 years ago
  29. a1f340f exp/html: parse CDATA sections in foreign content by Andrew Balholm · 13 years ago
  30. b9e051e runtime: ignore signal 33 == SIGSETXID on GNU/Linux by Ian Lance Taylor · 13 years ago
  31. a7c74d5 go/printer: don't crash if ast.FuncType.Params is nil by Robert Griesemer · 13 years ago
  32. 55f0c8b exp/html: replace NUL bytes in plaintext, raw text, and RCDATA by Andrew Balholm · 13 years ago
  33. d399b68 exp/types: process ast.Fun in checkObj; fix variadic function building by Andrew Wilkins · 13 years ago
  34. fda29b6 A+C: added Andrew Wilkins (individual contributor) by Robert Griesemer · 13 years ago
  35. 899be50 exp/html: don't insert empty text nodes by Andrew Balholm · 13 years ago
  36. 24ae7e6 cgo: fix declarations in _cgo_export.c by Ian Lance Taylor · 13 years ago
  37. fba47dc cmd/godoc: delete -path flag by Dave Cheney · 13 years ago
  38. 9b14127 testing: allow concurrent use of T and B by Brad Fitzpatrick · 13 years ago
  39. 4d22519 exp/html: allow frameset if body contains whitespace by Andrew Balholm · 13 years ago
  40. 3e980e2 encoding/gob: test for type registration name. by David Symonds · 13 years ago
  41. c1f2ec3 net: fix comment by Mikio Hara · 13 years ago
  42. ce27433 text/template: fix bug in map indexing by Rob Pike · 13 years ago
  43. 7b73251 encoding/gob: revert 6348067, which broke compatibility by Rob Pike · 13 years ago
  44. a8ce9ab misc/dashboard/codereview: add admin-only link to force-update a CL. by David Symonds · 13 years ago
  45. f979528 exp/html: special handling for entities in attributes by Andrew Balholm · 13 years ago
  46. 4087c1b doc: add two I/O talks to "Talks" section by Andrew Gerrand · 13 years ago
  47. 614cb3b encoding/binary: fix typo: ReadVarint returns an int64, not a uint64. by Patrick Mylund Nielsen · 13 years ago
  48. 3a112a8 net: remove unnecessary newline in testing.Logf from tests by Mikio Hara · 13 years ago
  49. d380a97 net: fix file descriptor leak on FileListener, FileConn and FilePacketConn by Mikio Hara · 13 years ago
  50. b575a98 cgo: add -gccgopkgpath option to match gccgo -fgo-pkgpath by Ian Lance Taylor · 13 years ago
  51. c0efcac bytes: make Join return a new buffer on len(a) == 1 by Gustavo Niemeyer · 13 years ago
  52. 7bf8355 net: fix typo by Mikio Hara · 13 years ago
  53. fc360f2 unicode/utf8: reject out-of-range runes. by Rob Pike · 13 years ago
  54. 55ff3f7 sync: mention that WaitGroup.Add panics Fixes #3839. by Rob Pike · 13 years ago
  55. dfd7f18 net/http: revert back to (and test) Go 1 CheckRedirect behavior by Brad Fitzpatrick · 13 years ago
  56. dd78f74 testing: fix memory blowup when formatting many lines. by Rémy Oudompheng · 13 years ago
  57. f49b7b0 cmd/vet: provide flags to control which tests to run by Rob Pike · 13 years ago
  58. 8de5080 faq: add status section Fixes #3822. by Rob Pike · 13 years ago
  59. 36d7830 A+C: Peter Armitage (individual CLA) by Adam Langley · 13 years ago
  60. da4eef4 compress/flate: fix panic when nlit is out of bounds. by Nigel Tao · 13 years ago
  61. e726197 os: add missing full stop in comment by Benny Siegert · 13 years ago
  62. d5c2154 build: revert 61d1d72136f7 (add few tests with GOMAXPROCS=32) by Dmitriy Vyukov · 13 years ago
  63. 8c77706 build: add few tests with GOMAXPROCS=32 to run.bash by Dmitriy Vyukov · 13 years ago
  64. bbe6017 encoding/gob: disable fuzz tests unless command-line flag is set by Rob Pike · 13 years ago
  65. 882b6ef exp/locale/collate: This CL includes the following changes: by Marcel van Lohuizen · 13 years ago
  66. adc19ac exp/locale/collate: adjusted contraction trie to support Myanmar (Burmese), by Marcel van Lohuizen · 13 years ago
  67. 656b192 cmd/gc: reject use of ... with multiple-valued expressions. by Rémy Oudompheng · 13 years ago
  68. 37519d9 encoding/gob: reduce decoder memory by Rob Pike · 13 years ago
  69. 1255a63 bytes.Buffer: export the Grow method by Rob Pike · 13 years ago
  70. 1ca7bc2 cmd/gc: avoid an internal error on invalid type switch. by Rémy Oudompheng · 13 years ago
  71. bd0bb2b cmd/gc: fix error message for type errors involving conversions. by Rémy Oudompheng · 13 years ago
  72. 6a135a0 mat/big: more optimal Karatsuba threshold by Robert Griesemer · 13 years ago
  73. 98ca655 math/big: minor performance tuning by Robert Griesemer · 13 years ago
  74. 1fa32d2 encoding/gob: fix check for short input in slice decode by Rob Pike · 13 years ago
  75. ac12131 math/big: correct quadratic space complexity in Mul. by Rémy Oudompheng · 13 years ago
  76. eb1c03e cmd/pack: remove unused paging logic by Dave Cheney · 13 years ago
  77. 8a2a501 net/http: fix Transport race(s) with high GOMAXPROCS by Brad Fitzpatrick · 13 years ago
  78. 2b4cc6c spec: correct typo in string conversion examples. by Rémy Oudompheng · 13 years ago
  79. 93ea79e crypto/rsa: left-pad PKCS#1 v1.5 outputs. by Adam Langley · 13 years ago
  80. 82cbcb0 website: various html fixes by Dave Cheney · 13 years ago
  81. eeffa73 encoding/asn1: promote untyped strings to UTF8 as needed. by Adam Langley · 13 years ago
  82. 685a61d crypto/x509: exempt broken Entrust certificate from checks. by Adam Langley · 13 years ago
  83. d6147d8 strconv: extend Grisu3 algorithm to float32. by Rémy Oudompheng · 13 years ago
  84. 106dd3c syscall/freebsd: remove Sendfile from unimplemented list by David G. Andersen · 13 years ago
  85. e66d29c pkg: Removing duplicated words ("of of", etc.), mostly from comments. by David G. Andersen · 13 years ago
  86. 3f41199 A+C: correct Matt Jibson by Matt Jibson · 13 years ago
  87. f83a47c doc: various "the the" and other typos by Matthew William Jibson · 13 years ago
  88. 3be9f0b A+C: Matthew Jibson (individual CLA). by David Symonds · 13 years ago
  89. 34b10d7 cmd/dist: Make verbose messages print to stderr by Pieter Droogendijk · 13 years ago
  90. b213891 misc/chrome/gophertool: fix manifest by Shenghou Ma · 13 years ago
  91. a491726 cmd/cgo: make typedef map traversal order consistent by Shenghou Ma · 13 years ago
  92. a54f920b runtime: move panic/defer/recover-related stuff to a separate file by Dmitriy Vyukov · 13 years ago
  93. 6044dbd reflect: reflect.Zero results are neither addressable nor settable by Robert Griesemer · 13 years ago
  94. 1a0a09d math/rand: avoid use of math.Pow in tests. by Rémy Oudompheng · 13 years ago
  95. 55cc1ff net/http: clean up fs tests a bit by Brad Fitzpatrick · 13 years ago
  96. b04bf38 encoding/gob: fix bug in Register by Rob Pike · 13 years ago
  97. d9c4cef doc/debugging_with_gdb: mention how to disable gc optimization by Shenghou Ma · 13 years ago
  98. 7b6541a syscall: fix FreeBSD 386 sendfile by David G. Andersen · 13 years ago
  99. a0c6883 runtime: refactor proc.c by Dmitriy Vyukov · 13 years ago
  100. 8b7d39e syscall: use 32 bits structure for Getrlimit/Setrlimit on 386/ARM. by Han-Wen Nienhuys · 13 years ago