1. 82f5ca1 runtime: change int32 to intgo in findnull and findnullw by Rob Pike · 12 years ago
  2. 429a67e net: fix intentional build breakage introduced in 12413043 by Dmitriy Vyukov · 12 years ago
  3. 04b1cfa net: reduce number of memory allocations during IO operations by Dmitriy Vyukov · 12 years ago
  4. 9c0500b runtime: use gcpc/gcsp during traceback of goroutines in syscalls by Dmitriy Vyukov · 12 years ago
  5. 321ede7 flag: document the zero value of FlagSet by Kyle Lemons · 12 years ago
  6. 034d5fc runtime: Use old reflect.call implementation from cgo. by Keith Randall · 12 years ago
  7. b1c4531 api: update next.txt by Brad Fitzpatrick · 12 years ago
  8. d3066e4 runtime/pprof: test multithreaded profile, remove OS X workarounds by Russ Cox · 12 years ago
  9. d8e27db undo CL 12486043 / ab644299d124 by Brad Fitzpatrick · 12 years ago
  10. 4c772cd all: use strings.IndexByte instead of Index where possible by Brad Fitzpatrick · 12 years ago
  11. dd6f49d container/heap: add Fix and document the min is element 0. by Pieter Droogendijk · 12 years ago
  12. 37feacf net: use F_DUPFD_CLOEXEC when duping fds by Brad Fitzpatrick · 12 years ago
  13. f791012 reflect: Get rid of the test for the error message when by Keith Randall · 12 years ago
  14. 598c789 strings: use runtime assembly for IndexByte by Brad Fitzpatrick · 12 years ago
  15. 8ce8adb runtime: tune append crossover on amd64 and 386 by Dave Cheney · 12 years ago
  16. 19e2922 cmd/gc: get rid of redundant slice bound check. by Keith Randall · 12 years ago
  17. 49da9a8 cmd/gc: fix inlining of unnamed structs with embedded fields. by Rémy Oudompheng · 12 years ago
  18. 8a0779f compress/bzip2: support concatenated files by Russ Cox · 12 years ago
  19. 10ebb84 runtime: remove debugging knob to turn off preemption by Russ Cox · 12 years ago
  20. f38ff9e undo CL 12250043 / e911f94c4902 by Dmitriy Vyukov · 12 years ago
  21. 7963ba6 os, syscall: implement Getwd on darwin using getattrlist by Brad Fitzpatrick · 12 years ago
  22. d5ab784 runtime: remove singleproc var by Dmitriy Vyukov · 12 years ago
  23. f73972f runtime: use gcpc/gcsp during traceback of goroutines in syscalls by Dmitriy Vyukov · 12 years ago
  24. 20a2b96 crypto/cipher: add GCM mode. by Adam Langley · 12 years ago
  25. 5e36877 crypto: include hash number in panic message. by Adam Langley · 12 years ago
  26. 6abbbcd misc/notepadplus: add Function List support by ChaiShushan · 12 years ago
  27. c43cca7 doc/progs/slices.go: fix typo in comment by Rob Pike · 12 years ago
  28. 6ab49fb net: fix some test bug by ChaiShushan · 12 years ago
  29. 38a77ff doc/effective_go.html: remove spurious word by Rob Pike · 12 years ago
  30. af8426e time: match month and day names only when not followed immediately by a lower-case letter by Rob Pike · 12 years ago
  31. 49217cf runtime: remove unused scheduler knob by Dmitriy Vyukov · 12 years ago
  32. 0a904a3f runtime: remove dead code by Dmitriy Vyukov · 12 years ago
  33. 77f21ee net: fix concurrent Accept on windows by Dmitriy Vyukov · 12 years ago
  34. 910caf9 net/http: fix Response.Header documentation for multiple headers with same key by Josh Bleecher Snyder · 12 years ago
  35. a574822 runtime: disable dynamic priority boosting on windows by Dmitriy Vyukov · 12 years ago
  36. 7d4ea6c html/template: delete panic recovery code from test by Rob Pike · 12 years ago
  37. 53d9b6f html/template: handle nils during indirection by Josh Bleecher Snyder · 12 years ago
  38. 67f2ca3 A+C: Josh Bleecher Snyder (individual CLA) by Rob Pike · 12 years ago
  39. 5437eef libbio: add casts to remove -Wconversion warnings by Ian Lance Taylor · 12 years ago
  40. a039bf2 cmd/dist: generate cmd/cgo/zdefaultcc.go on windows (fixes windows build) by Alex Brainman · 12 years ago
  41. 16c9d36 various: deleted unused items by Rob Pike · 12 years ago
  42. 8a7def2 net: reduce unnecessary syscall.Sockaddr conversions by Mikio Hara · 12 years ago
  43. f0291a8 net: make IP address selection work correctly on IPv6-only kernel by Mikio Hara · 12 years ago
  44. 74d2e09 build: ignore new zfiles, delete temp goplay binary in run.bash by Brad Fitzpatrick · 12 years ago
  45. 0fe65c4 cmd/dist: fix windows build. by Rémy Oudompheng · 12 years ago
  46. 7acf9e9 cmd/go: fix build by Brad Fitzpatrick · 12 years ago
  47. bbf1430 cmd/go: Fix go get when the fetched XML uses ASCII encoding by Alberto García Hierro · 12 years ago
  48. 869774c api: update next.txt by Brad Fitzpatrick · 12 years ago
  49. 9cd5706 runtime: reimplement reflect.call to not use stack splitting. by Keith Randall · 12 years ago
  50. b8c8cb8 cmd/dist: fix build again by Russ Cox · 12 years ago
  51. e6dddda cmd/dist: fix build by Russ Cox · 12 years ago
  52. 2ddb672 build: on OS X 10.8 and later, use clang instead of gcc by Russ Cox · 12 years ago
  53. 337407d testing: make parsing of -cpu more lenient by Russ Cox · 12 years ago
  54. ebc5513 runtime: in newstack, double-check calling goroutine by Russ Cox · 12 years ago
  55. b8b48ab misc/dist: don't ship cmd/api by Brad Fitzpatrick · 12 years ago
  56. 6f8acd5 cmd/go: change error message to refer to correct bootstrap command by Alex Brainman · 12 years ago
  57. 97863bb image/draw: fix typos found by "go vet". by Nigel Tao · 12 years ago
  58. fba7b04 fmt: clean up some errors found by vet Includes deleting some unused items. by Rob Pike · 12 years ago
  59. e03dd07 runtime: disable preemption during software fp routines by Russ Cox · 12 years ago
  60. e2a1bd6 bytes: move IndexByte assembly to pkg runtime by Brad Fitzpatrick · 12 years ago
  61. 39679ca net/url: prepend slash to path in String() by Scott Ferguson · 12 years ago
  62. 13507e0 runtime: fix traceback across morestack by Russ Cox · 12 years ago
  63. fc5a630 A+C: Scott Ferguson (individual CLA) by Brad Fitzpatrick · 12 years ago
  64. df1eeeb compress/flate: Fixed two panics on bad data by Pieter Droogendijk · 12 years ago
  65. 17d803d net/http: don't write out invalid cookie lines by Brad Fitzpatrick · 12 years ago
  66. 334761a net/http: document that Error is to be used with plain text by Andrew Balholm · 12 years ago
  67. 9742003 strings: add IndexByte, for consistency with bytes package by Brad Fitzpatrick · 12 years ago
  68. b99fa81 cmd/ld: report pclntab, funcdata sizes in 6l -v output by Russ Cox · 12 years ago
  69. c24e60e strconv: fix doc comment for IntSize by Russ Cox · 12 years ago
  70. c33d490 runtime: print "created by" for running goroutines in traceback by Dmitriy Vyukov · 12 years ago
  71. 3cbc271 runtime: remove unused var by Dmitriy Vyukov · 12 years ago
  72. d8bbbd2 runtime: make new tests shorter in short mode by Dmitriy Vyukov · 12 years ago
  73. bd0a14f testing: say what was the timeout if it fires by Dmitriy Vyukov · 12 years ago
  74. 21315c34 runtime: fix netbsd/arm build by Dmitriy Vyukov · 12 years ago
  75. ffb62d5 doc: remove jquery.js and style.css by Andrew Gerrand · 12 years ago
  76. 8738041 misc/dist: include godoc from go.tools by Andrew Gerrand · 12 years ago
  77. c8d49cf syscall: add Dup3 on Linux by Brad Fitzpatrick · 12 years ago
  78. 252c107 net/http: don't MIME sniff if handler set an empty string Content-Type by Brad Fitzpatrick · 12 years ago
  79. 184b02e runtime: fix arm build. by Rémy Oudompheng · 12 years ago
  80. 2961d22 spec: clarify index and selector expressions by Robert Griesemer · 12 years ago
  81. 461f825 doc: remove godocs.js and playground.js from core repo by Andrew Gerrand · 12 years ago
  82. f4f2cf1 runtime: mark arm _lsvh nosplit (may fix arm build) by Russ Cox · 12 years ago
  83. cba880e runtime: fix arm preemption by Russ Cox · 12 years ago
  84. 5f1af16 build: remove builder from test suite (fix build) by Andrew Gerrand · 12 years ago
  85. acd1b63 misc/dashboard/app, misc/dashboard/builder: delete from main repo; part of move to go.tools by Chris Manghane · 12 years ago
  86. bc8f443 C: add Chris Manghane (Google CLA) by Andrew Gerrand · 12 years ago
  87. 4fa83ed cmd/godoc: delete from core repository by Andrew Gerrand · 12 years ago
  88. e011ac5 cmd/go: install go.tools/cmd/godoc to $GOROOT/bin/godoc by Andrew Gerrand · 12 years ago
  89. 64cb2cf doc: don't invoke go build with -o /dev/null during test by Robert Daniel Kortschak · 12 years ago
  90. 226e1ea C: add Folke Behrens (Google CLA) by Andrew Gerrand · 12 years ago
  91. b08d0c2 undo CL 12193043 / cc5858966b08 by Brad Fitzpatrick · 12 years ago
  92. a05237f2 runtime: save 8 stack bytes in timediv on arm. by Rémy Oudompheng · 12 years ago
  93. 7279014 doc/go1.2.txt: add time zone offsets with seconds by Brad Fitzpatrick · 12 years ago
  94. bd65404 spec: clarify a couple of issues about channels by Rob Pike · 12 years ago
  95. fbcc24b container/list: added MoveBefore and MoveAfter by Pieter Droogendijk · 12 years ago
  96. 9f75dd7 undo CL 11884043 / bfd5ed8236d5 by Robert Griesemer · 12 years ago
  97. 58d2960 spec: clarify index and selector expressions by Robert Griesemer · 12 years ago
  98. 441ef79 crypto/des: faster permutation. by Rémy Oudompheng · 12 years ago
  99. d43ee1b cmd/ld: report pclntab, funcdata sizes in 6l -v output by Russ Cox · 12 years ago
  100. 98d94b5 runtime: better debug output for inconsistent Note by Dmitriy Vyukov · 12 years ago