1. 2ccd20a tutorial: replace the forever loops with finite counts in sieve programs. by Rob Pike · 14 years ago
  2. c3e6e6e doc: mention make version in install.html by Russ Cox · 14 years ago
  3. 1bdb180 go spec: for map types, mention indexing operations by Robert Griesemer · 14 years ago
  4. 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
  5. 0f7acf1 go spec: attempt at clarifying language for "append" by Robert Griesemer · 14 years ago
  6. 23fc9c8 tutorial: modernize the definition and use of Open. by Rob Pike · 14 years ago
  7. 84c7e83 godoc: use "search" input type for search box. by Dmitry Chestnykh · 14 years ago
  8. 0f03eed weekly.2011-04-13 by Andrew Gerrand · 14 years ago weekly.2011-04-13
  9. eb5e4b8 doc/install.html: document use of libc6-dev-i386 by Andrew Gerrand · 14 years ago
  10. 4ffee80 A codewalk through a simple program that illustrates several aspects of Go functions: function objects, higher-order functions, variadic functions, tail recursion, etc. The example program simulates the game of Pig, a dice game with simple rules but a nontrivial solution. by John DeNero · 14 years ago
  11. 108ba69 roadmap: add sections on tools, packages. by Rob Pike · 14 years ago
  12. e6b1d42 spec: add parens missing from "protect" example. Fixes #1665. by Rob Pike · 14 years ago
  13. 51319b1 weekly.2011-04-04 by Andrew Gerrand · 14 years ago weekly.2011-04-04
  14. 016a99f roadmap: remove description of implementation of garbage collector. by Rob Pike · 14 years ago
  15. 33e4180 weekly.2011-03-28 by Andrew Gerrand · 14 years ago weekly.2011-03-28
  16. d38d66e doc: gccgo now supports method expressions and multiple init functions. by Ian Lance Taylor · 14 years ago
  17. 6b33571 build: add all-qemu.bash, handful of arm fixes by Russ Cox · 14 years ago
  18. eccf31b doc: update contrib.html to be more enticing by Andrew Gerrand · 14 years ago
  19. 393ea2d doc: mention godoc in "implements" FAQ by Andrew Gerrand · 14 years ago
  20. 929449d doc: explain release and weekly tags in install.html by Andrew Gerrand · 14 years ago
  21. e44c057 doc: fix line wrapping for release.html by Andrew Gerrand · 14 years ago
  22. f538f24 weekly.2011-03-15 by Andrew Gerrand · 14 years ago weekly.2011-03-15
  23. 108564d spec: disallow unused labels by Russ Cox · 14 years ago
  24. 9f2cb86 spec: remove closed from language, replaced by x, ok = <-c by Russ Cox · 14 years ago
  25. 08ceb87 .hgtags: s/release/weekly/ by Andrew Gerrand · 14 years ago
  26. 9e2fbe1 Effective Go: some small cleanups. by Rob Pike · 14 years ago
  27. 4896b17 doc: update codelab wiki to fix template.Execute argument order by Andrew Gerrand · 14 years ago
  28. ce0de42 FAQ: hello, world is now 1.1MB, down from 1.8MB by Rob Pike · 14 years ago
  29. fb64e0d go spec: clarify return statement rules by Robert Griesemer · 14 years ago
  30. 2ae4f35 doc/codelab/wiki: include into windows build by Alex Brainman · 14 years ago
  31. 7fb65a9 doc: amend release.2011-03-07 notes to mention reflect and path changes by Andrew Gerrand · 14 years ago
  32. c1d44c9 release.2011-03-07 by Andrew Gerrand · 14 years ago weekly.2011-03-07
  33. 89f890f doc: there's no such thing as a .cgo file by Andrew Gerrand · 14 years ago
  34. aef4e1c doc: add "implements" question to FAQ by Andrew Gerrand · 14 years ago
  35. ee1cb82 doc: describe platform-specific conventions in code.html by Andrew Gerrand · 14 years ago
  36. 967a2b3 go spec: minor clarification of scope rule for functions by Robert Griesemer · 14 years ago
  37. 3fea5ba doc: remove reference to bug count from install.html by Andrew Gerrand · 14 years ago
  38. 966bf71 docs: make "runtime" a word only as a name for the package. by Rob Pike · 14 years ago
  39. 4b0ecd3 doc: add FAQ about large binaries and stack vs heap allocation by Andrew Gerrand · 14 years ago
  40. 625bcf9 release.2011-02-24 by Andrew Gerrand · 14 years ago weekly.2011-02-24
  41. 07cc8b9 Make.pkg, doc: Replace references to "-benchmarks" and "-match" with "-test.bench" and "-test.run". by Kyle Consalus · 14 years ago
  42. a1368a6 go spec: make condition mandatory in if statements by Robert Griesemer · 14 years ago
  43. 556506e go spec: fix local link by Robert Griesemer · 14 years ago
  44. e041b99 spec: delete incorrect obsolete mention of selector working on by Rob Pike · 14 years ago
  45. 6095ff3 Effective Go: stress that comments are uninterpreted text by Rob Pike · 14 years ago
  46. 6ccc96e doc/devel/release: discuss StartProcess in release notes by Andrew Gerrand · 14 years ago
  47. cf994de doc: fix release notes anchor tag by Andrew Gerrand · 14 years ago
  48. f14c29a go spec: minor clarification on channel types by Robert Griesemer · 14 years ago
  49. d8ba9a4 release.2011-02-15 by Andrew Gerrand · 14 years ago weekly.2011-02-15
  50. 29ae8e9 makehtml: use append The program is old and missed its opportunity. by Rob Pike · 14 years ago
  51. 7115eef tutorial: rework the introduction to give "Effective Go" by Rob Pike · 14 years ago
  52. b9f9476 build: run test/ directory first by Russ Cox · 14 years ago
  53. bab5536 code.html: update to reflect that package names need not be unique by Rob Pike · 14 years ago
  54. fb9e37c template: reverse order of arguments to Execute by Rob Pike · 14 years ago
  55. 2a81292 srcextract: HTML-escape output if so desired by Robert Griesemer · 14 years ago
  56. 6d51fc6 codelab: update due to recent changes in go/printer by Rob Pike · 14 years ago
  57. 0122a66 go spec: fix a few typos by Anthony Martin · 14 years ago
  58. 2a838d6 go spec: clarification re: method sets of newly declared pointer types by Robert Griesemer · 14 years ago
  59. b2b2981 Codelab/wiki: fix typo by Andrey Mirtchovski · 14 years ago
  60. 61c93ca Codelab: correct function definitions for handlers before closures are introduced. by Andrey Mirtchovski · 14 years ago
  61. f8404ee spec: fix Typeof() return type by Gustavo Niemeyer · 14 years ago
  62. 76f3228 go spec, effective go: cleanups by Robert Griesemer · 14 years ago
  63. 838b5ad go spec: move to Unicode 6.0 by Robert Griesemer · 14 years ago
  64. fa3d0d7 go spec: adjust notion of Assignability by Robert Griesemer · 14 years ago
  65. a6736ca spec: allow imported packages named main by Russ Cox · 14 years ago
  66. 68b40fb Getting Started guide: update for new versions of Mercurial by Robert Griesemer · 14 years ago
  67. bd4e49f Effective Go: fix typo by Robert Griesemer · 14 years ago
  68. 7aa758d release.2011-02-01 by Andrew Gerrand · 14 years ago weekly.2011-02-01
  69. 7fc4e37 go spec: s/log.Crash/log.Panic/ by Robert Griesemer · 14 years ago
  70. eea18d9 log: rename Exit* to Fatal* by Rob Pike · 14 years ago
  71. b50ed02 go spec: follow-up cleanups after communication operator changes by Robert Griesemer · 14 years ago
  72. 6143918 ebnflint: exit with non-zero status on error by Russ Cox · 14 years ago
  73. 6990bc1 doc/progs: make sure all programs compile and run by Rob Pike · 14 years ago
  74. 61978aa effective go: remove non-blocking ops in leaky bucket example by Rob Pike · 14 years ago
  75. 634cef2 doc/codelab/wiki: fixes by Russ Cox · 14 years ago
  76. 19d9a40 spec: remove non-blocking channel operators by Russ Cox · 14 years ago
  77. 5899cab doc/codelab/wiki: tests use available TCP port by Andrew Gerrand · 14 years ago
  78. 9ec785a doc/codelab/wiki: replace curl with a Go program by Andrew Gerrand · 14 years ago
  79. 0e1d941 go spec: clarify address operators. by Robert Griesemer · 14 years ago
  80. a64e632 faq: fix minor errors in programs reported by Wojciech Mikanik by Rob Pike · 14 years ago
  81. bba20fc codelab/wiki: fix freebsd build by Russ Cox · 14 years ago
  82. 770acbe codelab/wiki: fix build by Russ Cox · 14 years ago
  83. 549d7f4 doc/codelab/wiki: rename textarea name from Body to body by Andrew Gerrand · 14 years ago
  84. add4e16 doc/codelab/wiki: update to work with template changes, add to run.bash by Andrew Gerrand · 14 years ago
  85. 27c74d3 spec, runtime, tests: send on closed channel panics by Russ Cox · 14 years ago
  86. 955aa15 godoc: show line numbers for non-go files (bug fix) by Robert Griesemer · 14 years ago
  87. 34c1b13 release.2011-01-20 by Russ Cox · 14 years ago weekly.2011-01-20
  88. 80e25fc docs: float->float64 plus a couple of other tweaks. by Rob Pike · 14 years ago
  89. b94c0d2 go spec: remove float, complex in favor of float64 and complex128 by Robert Griesemer · 14 years ago
  90. 4b7fab8 release.2011-01-19 by Andrew Gerrand · 14 years ago weekly.2011-01-19
  91. dfc5bb5 go spec: adjust language for constant typing by Robert Griesemer · 14 years ago
  92. eaade07 tutorial: update go_tutorial.txt by Rob Pike · 14 years ago
  93. 166b444 tutorial: make stdin, stdout, stderr work on Windows. by Rob Pike · 14 years ago
  94. 97025eb go_spec: specify that int and uint have the same size by Robert Griesemer · 14 years ago
  95. c3e3397 release.2011-01-12 by Andrew Gerrand · 14 years ago weekly.2011-01-12
  96. 4bdaf59 godoc: support for regular expression full text search by Robert Griesemer · 14 years ago
  97. dd916be go spec: remove Maxalign from spec by Robert Griesemer · 14 years ago
  98. c6ed78a doc: contribution copyright year 2011 by Peter Mundy · 14 years ago
  99. 41170c9 release.2011-01-06 by Andrew Gerrand · 14 years ago weekly.2011-01-06
  100. 4cd31e8 doc: add golanguage.ru to foreign-language doc list by Andrew Gerrand · 14 years ago