1. bfbac2d doc/go1.1.html: fix typo in URL by Rob Pike · 12 years ago
  2. 5aacf43 doc/go1.1.html: document the moving of exp/... and old/.... by Rob Pike · 12 years ago
  3. 67a6b4f spec: fallthrough may not appear in last clause of a switch by Robert Griesemer · 12 years ago
  4. 6bfec72 doc/effective_go.html: minor updates, part 1 by Rob Pike · 12 years ago
  5. 17d12d6 doc: fix root.html styles by Andrew Gerrand · 12 years ago
  6. 2145cd5 doc/articles/image_package.html: fix x/y mistake Fixes #4942. by Rob Pike · 12 years ago
  7. 7ae41e8 doc: correct some minor HTML errors found by tidy by Rob Pike · 12 years ago
  8. fbec834 doc/effective_go.html: use correct name in Interface Checks section Fixes #4897. by Rob Pike · 12 years ago
  9. 93158bf doc: document that weekly.html is only a historical reference by Andrew Gerrand · 12 years ago
  10. 052d845 doc: fix wiki codelab description of template parsing by Andrew Gerrand · 12 years ago
  11. aed0544 doc: mention go fix in go1.1 release notes draft by Russ Cox · 12 years ago
  12. 92ab6fb doc: fix old broken link by Brad Fitzpatrick · 12 years ago
  13. d251fc3 doc/gccgo_contribute: mention gofrontend-dev@googlegroups.com mailing list by Shenghou Ma · 12 years ago
  14. 61e02ee spec: clarify when range x does not evaluate x by Russ Cox · 12 years ago
  15. aecbcd0 doc/contribute: fix some tags, remove extra space. by Oling Cat · 12 years ago
  16. 4101469 doc: adjust indentation in Effective Go commentary example. by David Symonds · 12 years ago
  17. 71c941b spec: only require parens around ambiguous conversions by Russ Cox · 12 years ago
  18. 7576179 spec: document fp rounding during explicit constant conversion by Russ Cox · 12 years ago
  19. 0a22018 spec: reject top-level init names by Russ Cox · 12 years ago
  20. eda9590 doc: update contribute.html by Dave Cheney · 12 years ago
  21. d863069 doc: move os specific build instructions to wiki by Dave Cheney · 12 years ago
  22. 74e1577 doc: link to wiki Projects page instead of old Project Dashboard. by Greg Ward · 12 years ago
  23. 81eb930 spec: clarify that any unsafe.Pointer type is okay in conversion by Russ Cox · 12 years ago
  24. 1b3083e spec: clarify that f(g()) requires that g return >= 1 value by Russ Cox · 12 years ago
  25. fe51d09 doc/articles/error_handling: no more os.Error by Shenghou Ma · 12 years ago
  26. d314e3a doc/codewalk: gofmt pig.go by Russ Cox · 12 years ago
  27. 779e9df doc/go1.1.html: document division by zero change from CL 6710045 by Russ Cox · 12 years ago
  28. 7a389b6 doc: add mention of the Go+ community by Andrew Gerrand · 12 years ago
  29. 018e89f doc/go_spec: remove extra space, align tags, and change a tab to a space. by Oling Cat · 12 years ago
  30. f1c397f doc/articles/race_detector: fix some format. by Oling Cat · 12 years ago
  31. f8284b6 doc/effective_go.html: add a section about the blank identifier by Russ Cox · 12 years ago
  32. a0b5b46 doc/go_spec: cap doesn't apply to maps Fixes #4682. by Shenghou Ma · 12 years ago
  33. c8c8ab0 doc: fix effective_go: s/byte array/byte slice/. by Nigel Tao · 12 years ago
  34. d367972 spec: clarify lhs syntax for range and select by Robert Griesemer · 12 years ago
  35. c64469f doc/contribute.html: mention hg mail during hg change discussion by Russ Cox · 12 years ago
  36. c022943 html/template: remove noescape support by Andrew Gerrand · 12 years ago
  37. ced5715 doc/go_spec.html: clarification about insertion during map iteration by Shenghou Ma · 12 years ago
  38. f5958c61 doc/articles/json_and_go: fix some format. by Oling Cat · 12 years ago
  39. 399a36a doc: fix various fragment links by Andrew Gerrand · 12 years ago
  40. 7d40387 doc/contribute: Link to IssueTracker docs for more "special sentences" by Matthew Dempsky · 12 years ago
  41. 593d8b0 cmd/go: remove $GOROOT as a go get target by Dave Cheney · 12 years ago
  42. f1cc0f4 spec: clarify short variable declaration corner cases by Robert Griesemer · 12 years ago
  43. a6e4aa3 doc: Mention godoc's handling of example functions. by Matthew Dempsky · 12 years ago
  44. bc776f6 doc/articles/go_command: remove an extra word. by Oling Cat · 12 years ago
  45. c863db4 spec: s/char_lit/rune_lit/ by Robert Griesemer · 12 years ago
  46. 41f32e0 doc: two minor edits to contribute.html by Caleb Spare · 12 years ago
  47. 80a87a9 spec: Use "non-negative" instead of "positive" by Matthew Dempsky · 12 years ago
  48. 1e1aea6 doc: Updated links for sub-repository documentation. by Robin Eklind · 12 years ago
  49. cbbc6a1 cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsing by Russ Cox · 12 years ago
  50. 4e2aa9b cmd/ld: use native-endian symbol values in symbol table by Russ Cox · 12 years ago
  51. 614b02d spec: clarify language about unary operator & by Robert Griesemer · 12 years ago
  52. b2e9ca7 doc: add race detector manual by Dmitriy Vyukov · 12 years ago
  53. d5d046e doc: update standard copyright header by Andrew Gerrand · 12 years ago
  54. be7c0f3 doc: fix id attributes in links to godoc by Péter Surányi · 12 years ago
  55. fcc5cf6 doc/articles/wiki/test.bash: suppress unnecessary output by Shenghou Ma · 12 years ago
  56. 04098d8 cmd/gc: make forward declaration in pure Go package an error by Russ Cox · 12 years ago
  57. 708db79 cgo: enable cgo on openbsd by Joel Sing · 12 years ago
  58. 7777bac runtime: use clock_gettime to get ns resolution for time.now & runtime.nanotime by Shenghou Ma · 12 years ago
  59. 0d19725 net: change ListenUnixgram signature to return UnixConn instead of UDPConn by Mikio Hara · 12 years ago
  60. 641d152 go/doc: hide "Program exited." message from front page playground output by Andrew Gerrand · 12 years ago
  61. c8ce844 doc/play: sync playground.js with go-playground repo by Andrew Gerrand · 12 years ago
  62. 462860b spec: more explicit comments for constant expression examples by Robert Griesemer · 12 years ago
  63. a9a49fe spec: calling delete on a nil map is a no-op by Robert Griesemer · 12 years ago
  64. 3906706 spec: index and array/slice size constants must fit into an int by Robert Griesemer · 12 years ago
  65. 17b3766 doc/gopher: add high-resolution pencil sketches by Rob Pike · 12 years ago
  66. 111fcf1 doc/contribute: mention 'hg help codereview' by Russ Cox · 12 years ago
  67. 1d46fc4 spec: Correct typo in method expressions example. by Robin Eklind · 12 years ago
  68. 014137c doc/go1.1.html: add warning about net.ResolveTCPAddr error checking by Russ Cox · 12 years ago
  69. 9c9e811 spec: consistently use "indices" (rather than "indexes") by Robert Griesemer · 12 years ago
  70. 00cd6a3 time: add Round and Truncate by Russ Cox · 12 years ago
  71. e06d901 spec: receiver types in method expressions can be parenthesized by Robert Griesemer · 12 years ago
  72. 4856731 spec: type assertions and type switches must be valid by Robert Griesemer · 12 years ago
  73. 458632a2 spec: BuiltinCall syntax must permit "..." for append by Robert Griesemer · 12 years ago
  74. 23ca240 doc: clear execute bit by Mikio Hara · 12 years ago
  75. c2f9be1 doc/articles/godoc_documenting_go_code: fix some format issues. by Oling Cat · 12 years ago
  76. cc3f21c spec: channel operations are restricted by the channel direction by Robert Griesemer · 12 years ago
  77. 85e451e go spec: receiver, parameter, and result names must always be unique by Robert Griesemer · 12 years ago
  78. 25dd002 spec: clarify use of built-ins in go/defer statements by Robert Griesemer · 12 years ago
  79. a5e10ed doc/play: don't use println in examples by Brad Fitzpatrick · 12 years ago
  80. d4f3185 spec: add () to method calls in examples by Russ Cox · 12 years ago
  81. e126763 spec: be clearer about the scope of a package name by Robert Griesemer · 12 years ago
  82. 09f3c2f doc/articles/wiki: fix racy test by Brad Fitzpatrick · 12 years ago
  83. 2ae61d5 spec: fix constant expression example by Robert Griesemer · 12 years ago
  84. 7668984 debug/elf: do not skip first symbol in the symbol table by Joel Sing · 12 years ago
  85. 6f9609a doc: link to Go coding screencast by Andrew Gerrand · 12 years ago
  86. 89ed40c faq: mention go vet in "What happens with closures running as goroutines?" by Christian Himpel · 12 years ago
  87. a8accda doc/install: document system requirements for the FreeBSD/ARM port by Shenghou Ma · 12 years ago
  88. 3e2a888 doc/effective_go: don't use ALL_CAPS for variable names. by Nigel Tao · 12 years ago
  89. 002103f spec: we're now at Unicode 6.2.0 by Oling Cat · 12 years ago
  90. 1e8e14c spec: clarify returns, defer statements, and panics by Robert Griesemer · 12 years ago
  91. c128474 website: remove floating topbar by Andrew Gerrand · 12 years ago
  92. b602c3d all: clear execute bit by Mikio Hara · 12 years ago
  93. 15e50d7 encoding/json: clarify correct usage of struct tags in associated article. by Dan Callahan · 12 years ago
  94. 369a974 spec: slight wording change to remove a formal contradiction by Robert Griesemer · 12 years ago
  95. 7ea65e5 spec: we're now at Unicode 6.2.0 by Rob Pike · 12 years ago
  96. 438ed18 doc: remove misplaced articles from references page by Andrew Gerrand · 12 years ago
  97. ddddd39 go spec: constant divisors must not be zero by Robert Griesemer · 12 years ago
  98. 3bde000 go spec: define make() restrictions as for index expressions by Robert Griesemer · 12 years ago
  99. c5ebeff doc/codewalk/markov: fix the highlight range of the step "The NewChain constructor function". by Oling Cat · 12 years ago
  100. ea7c57a go spec: restrictions for index and slice expressions by Robert Griesemer · 12 years ago