1. 6aad419 go_spec updates by Russ Cox · 15 years ago weekly.2010-04-13
  2. 93efe47 release.2010-04-13 by Andrew Gerrand · 15 years ago
  3. cd242fb Use the copy function rather than a loop. by Ian Lance Taylor · 15 years ago
  4. bc2d977 Update roadmap: delete many accomplishments by Rob Pike · 15 years ago
  5. d37e87c gp_spec typo fix: code example in the "Handling panics" section by Joe Poirier · 15 years ago
  6. a3db32d Language FAQ: editing tweaks after iant. by Rob Pike · 15 years ago
  7. 956926e Language FAQ: update the entry on exceptions. by Rob Pike · 15 years ago
  8. cc99ba0 doc/go_mem: remove semicolons by David Symonds · 15 years ago
  9. fb27581 programming_faq: added question on T vs *T method sets by Andrew Gerrand · 15 years ago
  10. d4a1619 go spec: correct clarification of type declaration by Robert Griesemer · 15 years ago
  11. 735e00d go spec: clarification of type declarations by Robert Griesemer · 15 years ago
  12. c2f3737 release 2010-03-30 by Andrew Gerrand · 15 years ago weekly.2010-03-30
  13. e8e4987 godoc: support for title and subtitle headers when serving .html docs by Robert Griesemer · 15 years ago
  14. 4710642 Effective Go: update maps description regarding lookup of nonexistent entry. by Rob Pike · 15 years ago
  15. 00f9f0c single argument panic by Russ Cox · 15 years ago
  16. 10b77f7 spec: typo in switch sample code, missing semicolon by Andrew Gerrand · 15 years ago
  17. 97d0e8f gc: allow taking address of out parameters by Russ Cox · 15 years ago
  18. 5bb29fb spec changes for panic and recover. by Rob Pike · 15 years ago
  19. 16e5431 Sydney University tech talk. by Nigel Tao · 15 years ago
  20. bf9b8f2 Delete panicln from the spec. by Rob Pike · 15 years ago
  21. 48f0cd2 go spec: modification of defer statement by Robert Griesemer · 15 years ago
  22. 6b3031b FAQ: Protocol buffers are now supported. Update the entry. by Rob Pike · 15 years ago
  23. 29f1ca5 Go spec: map indexing never raises a runtime exception. by Robert Griesemer · 15 years ago
  24. a172394 release.2010-03-22 by Andrew Gerrand · 15 years ago weekly.2010-03-22
  25. 7190fdd website: add Go Blog widget to frontpage, add Blog and Wiki links to sideba by Andrew Gerrand · 15 years ago
  26. 791a267 doc/htmlgen.go: remove unnecessary semicolons by James Toy · 15 years ago
  27. a24f814 doc/install: tweak port text; drop redundant list of operating systems. by Russ Cox · 15 years ago
  28. 74fac99 godoc: initial support for showing popup information by Robert Griesemer · 15 years ago
  29. 6f9272f release.2010-03-15 by Andrew Gerrand · 15 years ago weekly.2010-03-15
  30. 9aff17f install.html: elaborate on shell profile instructions by Andrew Gerrand · 15 years ago
  31. 11a2184 Revert previous change: complexN only converts to complexN. by Ian Lance Taylor · 15 years ago
  32. 7cd4de6 install.html: add section on C tools by Robert Griesemer · 15 years ago
  33. ef4c2b8 go_spec.html: fix typo and link by Robert Griesemer · 15 years ago
  34. 9a44578 missing ';' renders the code snippet incorrectly on website by Andrey Mirtchovski · 15 years ago
  35. 18187e7 Complex values may only be compared for equality or inequality. by Ian Lance Taylor · 15 years ago
  36. 5cf707b Clarify that conversions to complex are OK. by Ian Lance Taylor · 15 years ago
  37. 7297087 Spec for complex numbers by Rob Pike · 15 years ago
  38. baa65fd release.2010-03-04 by Andrew Gerrand · 15 years ago weekly.2010-03-04
  39. 1d5af15 First run at a Programming FAQ by Andrew Gerrand · 15 years ago
  40. 36ea8bb Minor mistake in docs. Fixes #633. by Robert Griesemer · 15 years ago
  41. 1f3222a strings.Bytes -> []byte for documentation example, src/pkg/* comments, and htmlgen.go by Andrey Mirtchovski · 15 years ago
  42. 5de2e1c doc: Use byte("...") over byte{...} by Christopher Wedgwood · 15 years ago
  43. ef81b02 release.2010-02-23 part one by Andrew Gerrand · 15 years ago weekly.2010-02-23
  44. 2551cf9 go_mem: clarified unbuffered channel sync example by Andrew Gerrand · 15 years ago
  45. 766c3ff effective_go: clarified small comment by Andrew Gerrand · 15 years ago
  46. d17ffb9 godoc: path cleanups, fixed a race condition, initial support for a menu on pages by Robert Griesemer · 15 years ago
  47. d3a6cd4 release 2010-02-17 part one by Andrew Gerrand · 15 years ago weekly.2010-02-17
  48. f42e883 language spec: make NUL byte rule an implementation restriction by Robert Griesemer · 15 years ago
  49. 77525dc install: Added gcc, build-essential to apt-get command line. by Andrew Gerrand · 15 years ago
  50. b7d9ffe spec: disallow NUL in source files by Russ Cox · 15 years ago
  51. 1811fac specification of []int(string) and []byte(string). by Rob Pike · 15 years ago
  52. e6004b3 release.2010-02-04 step one by Andrew Gerrand · 15 years ago weekly.2010-02-04
  53. cd4a684 added note about the GOARM env variable by Kai Backman · 15 years ago
  54. 810def8 ...T is now implemented by Rob Pike · 15 years ago
  55. cecd163 language FAQ entry on braces and semicolons by Rob Pike · 15 years ago
  56. 65e671b add link to go build dashboard. break the list into two pieces by Rob Pike · 15 years ago
  57. 44db1ab the package global name space problem is addressed; update road map by Rob Pike · 15 years ago
  58. bf57520 Long-overdue update for semicolon change. by Ian Lance Taylor · 15 years ago
  59. 8653acb The gccgo frontend has moved to a new repository. by Ian Lance Taylor · 15 years ago
  60. 05f2636 two minor build fixes by Russ Cox · 15 years ago
  61. cb4fff0 prepare for release.2010-01-27 by Russ Cox · 15 years ago
  62. 9f48f7e6 ucsd cns talk, focused on networking by Russ Cox · 15 years ago
  63. 22a4952 note that ...T is not yet implemented. by Rob Pike · 15 years ago
  64. b81065d add definition of new parameter style ... T for trailing arguments of type T. by Rob Pike · 15 years ago
  65. 1c369bd Clarify parsing of channel types. by Robert Griesemer · 15 years ago
  66. 4687169 spec: allow func() func(). by Russ Cox · 15 years ago
  67. 34191d9 Remove top-level (src/) Makefile. by Christopher Wedgwood · 15 years ago
  68. 5c7b0ca list awk in the dependencies needed for installation by Rob Pike · 15 years ago
  69. 3909b6b log.Fatal does not exist. Use log.Crash. by Rob Pike · 15 years ago
  70. 16205a3 spec: mention Inf and NaN are supported at run time. by Russ Cox · 15 years ago
  71. 49a35a6 be more explicit about initialization of embedded fields. by Rob Pike · 15 years ago
  72. b41c694 doc/devel/release.html: fix dumb typo by Russ Cox · 15 years ago
  73. 495936b release.2010-01-13: final checkin, release notes by Russ Cox · 15 years ago weekly.2010-01-13
  74. c633615 contribute.html: suggest hg mail instead of hg upload by Russ Cox · 15 years ago
  75. 6c2e0fe create doc/talks/. by Russ Cox · 15 years ago
  76. ae13f43 Clarify when expressions are evaluated for a range clause. by Ian Lance Taylor · 15 years ago
  77. 632a985 fix typo found by kevin ballard by Rob Pike · 15 years ago
  78. 14992a4 doc/contribute.html: change copyright year by Bill Neubauer · 15 years ago
  79. 7ec0856 fix typo by Rob Pike · 15 years ago
  80. c918c41 add doc/devel/index.html, linked from nav bar by Russ Cox · 15 years ago
  81. e0a4046 add release log as doc/devel/release.html by Russ Cox · 15 years ago
  82. 30e5ed2 remove reference to "basic literal" since it's never defined by Robert Griesemer · 15 years ago
  83. c05f86a fix up YB and add ZB, EB in example by Rob Pike · 15 years ago
  84. 1d5e1f5 Document how to build gccgo to use gold. by Ian Lance Taylor · 15 years ago
  85. eb109a7 Clarify section on tokens. Fixes #457. by Robert Griesemer · 15 years ago
  86. 316cb50 add exceptions to the road map. i think this just was an oversight. by Rob Pike · 15 years ago
  87. 77f6f16 fix naked < and > as reported by Peter Williams <> by Rob Pike · 15 years ago
  88. c1045db go_spec: use PrimaryExpr as type switch expression by Russ Cox · 15 years ago
  89. 617a6a5 fix documentation bug in example Fixes #452. by Rob Pike · 15 years ago
  90. 96ee38b make it more explicit that design discussions should happen before code reviews by Rob Pike · 15 years ago
  91. 2e5a720 Add roadmap document. by Ian Lance Taylor · 15 years ago
  92. 3269647 doc/install.html: how to update to a new release by Russ Cox · 15 years ago
  93. 163ecda new semicolon rule in effective_go.html. by Rob Pike · 15 years ago
  94. 34356e9 update tutorial. by Rob Pike · 15 years ago
  95. bbd4cb3 fix naked < as reported by pwil3058@gmail.com by Rob Pike · 15 years ago
  96. 857d4cf Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src by Devon H. O'Dell · 15 years ago
  97. ddde7f6 Add a Makefile in place of all.bash. Update docs to reflect this change. by Devon H. O'Dell · 15 years ago
  98. 130ac74 Spec modified to reflect new semicolon rules. by Robert Griesemer · 15 years ago
  99. 5facb84 doc/contribute: try to make it clearer that you send a review with hg mail, not hg submit. by Russ Cox · 15 years ago weekly.2009-12-09
  100. d55abfd doc: split contribute.html into code.html and contribute.html by Russ Cox · 15 years ago