1. cbbe9f6 doc/go1.5.txt: mention goroutine scheduling change by Russ Cox · 10 years ago
  2. 181e81c doc/go1.5.txt: go doc by Rob Pike · 10 years ago
  3. 133966d doc/faq: replace reference to goven with gomvpkg by Dmitry Savintsev · 10 years ago
  4. 3c939b5 doc/go1.5.txt: add reflect.ArrayOf by Sebastien Binet · 10 years ago
  5. f06795d doc/progs: build test programs in temp directory by Matthew Dempsky · 10 years ago
  6. 223ab4d doc/go1.5.txt: go generate: add $GOLINE by Rob Pike · 10 years ago
  7. 7df2854 doc/articles/go_command.html: mention go generate by Rob Pike · 10 years ago
  8. 6302641 doc/go1.5.txt: go generate -run by Rob Pike · 10 years ago
  9. f68f554 doc: mention darwin/arm64 port in go1.5.txt by Shenghou Ma · 10 years ago
  10. f22911f Add reflect.FuncOf to docs/go1.5.text by Dave Day · 10 years ago
  11. 40db92f doc/go1.5.txt: io.CopyBuffer and new reflect.Value handling in fmt by Rob Pike · 10 years ago
  12. 0d1c027 doc/go1.5.txt: fmt fix for empty byte slice by Rob Pike · 10 years ago
  13. 2539ccb doc/go1.5.txt: log: LUTC flag by Rob Pike · 10 years ago
  14. 0eadcc8 doc/go1.5.txt: note new options for go, gc, asm, ld by Ian Lance Taylor · 10 years ago
  15. 49a5a97 doc/go1.5.txt: time.AppendFormat by Rob Pike · 10 years ago
  16. 8ac129e doc/go1.5: mention cgo is supported on linux/arm64 (ext. link only) by Shenghou Ma · 10 years ago
  17. 2f16ddc doc: update go1.5.txt (gc constant arithmetic now based on math/big) by Robert Griesemer · 10 years ago
  18. 827a8a56 doc: add mime/quotedprintable to go1.5.txt by Brad Fitzpatrick · 10 years ago
  19. 5451fff doc/progs: rewrite test driver in Go by Josh Bleecher Snyder · 10 years ago
  20. ee54d57 doc/go1.5.txt: add Reader.Size to bytes and strings by Josh Bleecher Snyder · 10 years ago
  21. ea2c94e doc/go1.5.txt: bytes.Buffer.Cap, template.Option by Rob Pike · 10 years ago
  22. fb4b467 doc/go1.5: add Stats to database/sql by Josh Bleecher Snyder · 10 years ago
  23. f8fd550 doc: add another go1.5.txt performance item, sort gc items by Brad Fitzpatrick · 10 years ago
  24. 2f7ad52 doc/go1.5.txt: add ExtensionByType to mime by Josh Bleecher Snyder · 10 years ago
  25. ffc2299 doc: add more performance items to go1.5.txt by Brad Fitzpatrick · 10 years ago
  26. c754be8 doc/go1.5.txt: fix URL for a CL by Damian Gryski · 10 years ago
  27. c5c6c3a doc/go1.5.txt: add $DOLLAR to generate by Rob Pike · 10 years ago
  28. e89fdb82 doc/go1.5: add nacl get_random_bytes change, pepper-39+ required by Shenghou Ma · 10 years ago
  29. 63f59b6 doc/go1.4.html: fix typo by Shenghou Ma · 10 years ago
  30. 21aad02 doc/go1.5: mention external linking support for windows by Shenghou Ma · 10 years ago
  31. 715d017 doc: add cmd/trace to go1.5.txt by Brad Fitzpatrick · 10 years ago
  32. 2b2f09b doc: update go1.5.txt by Brad Fitzpatrick · 10 years ago
  33. 754bb71 doc/go1.5.txt: updated (composite literal lang. change, math/big.Float support) by Robert Griesemer · 10 years ago
  34. 7727dee spec: extend type omission rules for composite literal element values by Robert Griesemer · 10 years ago
  35. 10a98dd doc/go_mem.html: correct the channel example by Shenghou Ma · 10 years ago
  36. dcf1ab3 doc/go1.5: correct archive/zip change by Shenghou Ma · 10 years ago
  37. 3e981d9 doc: note removal of dragonfly/386 port by Joel Sing · 10 years ago
  38. 787a8f1 doc/go1.5.txt: mention zip.WriterAt by Andrew Gerrand · 10 years ago
  39. cf6b60c doc/go1.5.txt: new format for flag.PrintDefaults by Rob Pike · 10 years ago
  40. 214fbd4 doc/go1.5: mention the ${SRCDIR} in cgo line change by Shenghou Ma · 10 years ago
  41. 0e1da61 doc/effective_go.html: add missing newline by Michael Vetter · 10 years ago
  42. 73a73e5 doc/go1.5: mention new SWIG requirement: must be 3.0.6 or later. by Ian Lance Taylor · 10 years ago
  43. fbbf219 doc/contribute.html rewrite "Set up auth... code review". by Lloyd Dewolf · 10 years ago
  44. 972f364 doc/install-source.html: fix cd command, already in go dir. by Lloyd Dewolf · 10 years ago
  45. b0d8cb6 doc/go1.5: mention the change in certificate wildcard handling. by Adam Langley · 10 years ago
  46. 5ce9fde go/ast, go/parser: correct End() position for *ast.EmptyStmt by Robert Griesemer · 10 years ago
  47. 271a650 [dev.cc] doc/go1.5: mention cmd/go meaning of std change by Russ Cox · 10 years ago
  48. b4a7806 [dev.cc] all: merge master (5868ce3) into dev.cc by Russ Cox · 10 years ago
  49. ea1306a doc: dummy commit in go1.5.txt by Russ Cox · 10 years ago
  50. bbf38e9 doc: add cgi change go1.5.txt by Brad Fitzpatrick · 10 years ago
  51. 3ad906b doc: document Go 1.4.2 by Andrew Gerrand · 10 years ago
  52. a25e40d doc: Add reminder to go1.5.txt for os/signal changes by Michael MacInnis · 10 years ago
  53. 7aa6875 doc/asm: document that assembly function must use short name by Shenghou Ma · 10 years ago
  54. 94d0b38 [dev.cc] doc/go1.5.txt: assembler changes by Rob Pike · 10 years ago
  55. 3b67e9c doc: update pre-requisites for bootstrapping by Andrew Gerrand · 10 years ago
  56. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  57. 89669c6 go1.5.txt: mention the Darwin/ARM port by Shenghou Ma · 10 years ago
  58. 9837620 cmd/ld: always set timestamp in PE header to 0 by Shenghou Ma · 10 years ago
  59. 11c1227 go1.5.txt: array generation support in testing/quick by Josh Bleecher Snyder · 10 years ago
  60. da167b0 doc: add log.SetOutput to go1.5.txt by Andrew Gerrand · 10 years ago
  61. 0381ba6 doc: remove redundant images by Andrew Gerrand · 10 years ago
  62. fd2642b doc: update go1.5.txt by Brad Fitzpatrick · 10 years ago
  63. e9ce76b runtime, syscall: use SYSCALL instruction on FreeBSD. by Bill Thiede · 10 years ago
  64. 7785be8 doc: document Go 1.4.1 by Andrew Gerrand · 10 years ago
  65. 1a27c07 go1.5.txt: better checking of struct tags by Rob Pike · 10 years ago
  66. cbd28ec go1.5.txt: log: add global Output function by Rob Pike · 10 years ago
  67. fbe2845 doc: document math/big performance improvements by Robert Griesemer · 10 years ago
  68. ce36552 doc/contribute: add necessary <code> tags, remove an extra close parenthesis. by Oling Cat · 10 years ago
  69. 3ef3947 doc: add bufio.Reader.Discard to go1.5.txt by Brad Fitzpatrick · 10 years ago
  70. ae266aa doc: Added link to 'go help gopath' by Christopher Guiney · 10 years ago
  71. 0e05bd5 doc: add a section for performance improvements in go1.5.txt by Brad Fitzpatrick · 10 years ago
  72. 6cb4033 doc: 2015 will be the Year of the Gopher. by David Symonds · 10 years ago
  73. 7e56eee doc: add http server trailers support to go1.5.txt by Brad Fitzpatrick · 10 years ago
  74. f3de217 doc: update links in FAQ by Emil Hessman · 10 years ago
  75. 3b76b01 doc: add net/smtp TLSConnectionState note in go1.5.txt by Brad Fitzpatrick · 10 years ago
  76. 09d369f doc: mention the crypto/cipher.Stream clarification in go1.5.txt by Shenghou Ma · 10 years ago
  77. c0abdd9 doc/go_spec: fix typo by Shenghou Ma · 10 years ago
  78. 5f029de doc: fix comment type typo by Brad Fitzpatrick · 10 years ago
  79. 466118c doc: note encoding/base64 unpadded encodings in go1.5.txt by Josh Bleecher Snyder · 10 years ago
  80. ddb24da doc: fix typo in gccgo contribute by Emil Hessman · 10 years ago
  81. 7a8e897 doc: start go1.5.txt by Brad Fitzpatrick · 10 years ago
  82. 0293b7e doc: fixes to contributor docs by Andrew Gerrand · 10 years ago
  83. 968f0df doc: update source install instructions by Andrew Gerrand · 10 years ago
  84. 722f7d2 doc: use 'git-codereview' in contributor docs by Andrew Gerrand · 10 years ago
  85. 8655f04 doc: propose $GOPATH as $HOME/work, not $HOME/go by Andrew Gerrand · 10 years ago
  86. c8bfcf5 doc: replace hg commands with git commands in release.html by Kang Hu · 10 years ago
  87. eb91b5f [release-branch.go1.4] doc: scrub references to code.google.com by Andrew Gerrand · 10 years ago
  88. d708e92 [release-branch.go1.4] [release-branch.go1.4] doc: update contribution guidelines by Andrew Gerrand · 10 years ago
  89. afc2890 doc/play: revise peano.go comment again. by David Symonds · 10 years ago
  90. da43976 doc/play: update obsolete comment in peano.go. by David Symonds · 10 years ago
  91. 33da243 doc: tweak Go 1.4 release notes by Andrew Gerrand · 10 years ago
  92. 107eea5 doc: document go1.4 by Andrew Gerrand · 10 years ago
  93. 8ea2802 doc: remove TODO from go1.4 release notes by Andrew Gerrand · 10 years ago
  94. 36e4433 doc: remove obsolete FAQ entry about using Mercurial vs. Git. by David Symonds · 10 years ago
  95. 583b29c spec: add comment marker for consistency. by David Symonds · 10 years ago
  96. c1374b5 doc: tidy up "Projects" page; add Go 1.4 by Andrew Gerrand · 10 years ago
  97. f03f0cb doc/go1.4.html: rewrite first sentence to make it clearer by Rob Pike · 10 years ago
  98. 59439f8 doc: fix small typo in doc by Yasuhiro Matsumoto · 10 years ago
  99. 40818cf spec: method selectors don't auto-deref named pointer types by Robert Griesemer · 10 years ago
  100. 0f8cd14 doc/gopher: add jpgs of the 5th anniversary image by Rob Pike · 10 years ago