1. 29f1ca5 Go spec: map indexing never raises a runtime exception. by Robert Griesemer · 15 years ago
  2. a172394 release.2010-03-22 by Andrew Gerrand · 15 years ago weekly.2010-03-22
  3. 7190fdd website: add Go Blog widget to frontpage, add Blog and Wiki links to sideba by Andrew Gerrand · 15 years ago
  4. 791a267 doc/htmlgen.go: remove unnecessary semicolons by James Toy · 15 years ago
  5. a24f814 doc/install: tweak port text; drop redundant list of operating systems. by Russ Cox · 15 years ago
  6. 74fac99 godoc: initial support for showing popup information by Robert Griesemer · 15 years ago
  7. 6f9272f release.2010-03-15 by Andrew Gerrand · 15 years ago weekly.2010-03-15
  8. 9aff17f install.html: elaborate on shell profile instructions by Andrew Gerrand · 15 years ago
  9. 11a2184 Revert previous change: complexN only converts to complexN. by Ian Lance Taylor · 15 years ago
  10. 7cd4de6 install.html: add section on C tools by Robert Griesemer · 15 years ago
  11. ef4c2b8 go_spec.html: fix typo and link by Robert Griesemer · 15 years ago
  12. 9a44578 missing ';' renders the code snippet incorrectly on website by Andrey Mirtchovski · 15 years ago
  13. 18187e7 Complex values may only be compared for equality or inequality. by Ian Lance Taylor · 15 years ago
  14. 5cf707b Clarify that conversions to complex are OK. by Ian Lance Taylor · 15 years ago
  15. 7297087 Spec for complex numbers by Rob Pike · 15 years ago
  16. baa65fd release.2010-03-04 by Andrew Gerrand · 15 years ago weekly.2010-03-04
  17. 1d5af15 First run at a Programming FAQ by Andrew Gerrand · 15 years ago
  18. 36ea8bb Minor mistake in docs. Fixes #633. by Robert Griesemer · 15 years ago
  19. 1f3222a strings.Bytes -> []byte for documentation example, src/pkg/* comments, and htmlgen.go by Andrey Mirtchovski · 15 years ago
  20. 5de2e1c doc: Use byte("...") over byte{...} by Christopher Wedgwood · 15 years ago
  21. ef81b02 release.2010-02-23 part one by Andrew Gerrand · 15 years ago weekly.2010-02-23
  22. 2551cf9 go_mem: clarified unbuffered channel sync example by Andrew Gerrand · 15 years ago
  23. 766c3ff effective_go: clarified small comment by Andrew Gerrand · 15 years ago
  24. d17ffb9 godoc: path cleanups, fixed a race condition, initial support for a menu on pages by Robert Griesemer · 15 years ago
  25. d3a6cd4 release 2010-02-17 part one by Andrew Gerrand · 15 years ago weekly.2010-02-17
  26. f42e883 language spec: make NUL byte rule an implementation restriction by Robert Griesemer · 15 years ago
  27. 77525dc install: Added gcc, build-essential to apt-get command line. by Andrew Gerrand · 15 years ago
  28. b7d9ffe spec: disallow NUL in source files by Russ Cox · 15 years ago
  29. 1811fac specification of []int(string) and []byte(string). by Rob Pike · 15 years ago
  30. e6004b3 release.2010-02-04 step one by Andrew Gerrand · 15 years ago weekly.2010-02-04
  31. cd4a684 added note about the GOARM env variable by Kai Backman · 15 years ago
  32. 810def8 ...T is now implemented by Rob Pike · 15 years ago
  33. cecd163 language FAQ entry on braces and semicolons by Rob Pike · 15 years ago
  34. 65e671b add link to go build dashboard. break the list into two pieces by Rob Pike · 15 years ago
  35. 44db1ab the package global name space problem is addressed; update road map by Rob Pike · 15 years ago
  36. bf57520 Long-overdue update for semicolon change. by Ian Lance Taylor · 15 years ago
  37. 8653acb The gccgo frontend has moved to a new repository. by Ian Lance Taylor · 15 years ago
  38. 05f2636 two minor build fixes by Russ Cox · 15 years ago
  39. cb4fff0 prepare for release.2010-01-27 by Russ Cox · 15 years ago
  40. 9f48f7e6 ucsd cns talk, focused on networking by Russ Cox · 15 years ago
  41. 22a4952 note that ...T is not yet implemented. by Rob Pike · 15 years ago
  42. b81065d add definition of new parameter style ... T for trailing arguments of type T. by Rob Pike · 15 years ago
  43. 1c369bd Clarify parsing of channel types. by Robert Griesemer · 15 years ago
  44. 4687169 spec: allow func() func(). by Russ Cox · 15 years ago
  45. 34191d9 Remove top-level (src/) Makefile. by Christopher Wedgwood · 15 years ago
  46. 5c7b0ca list awk in the dependencies needed for installation by Rob Pike · 15 years ago
  47. 3909b6b log.Fatal does not exist. Use log.Crash. by Rob Pike · 15 years ago
  48. 16205a3 spec: mention Inf and NaN are supported at run time. by Russ Cox · 15 years ago
  49. 49a35a6 be more explicit about initialization of embedded fields. by Rob Pike · 15 years ago
  50. b41c694 doc/devel/release.html: fix dumb typo by Russ Cox · 15 years ago
  51. 495936b release.2010-01-13: final checkin, release notes by Russ Cox · 15 years ago weekly.2010-01-13
  52. c633615 contribute.html: suggest hg mail instead of hg upload by Russ Cox · 15 years ago
  53. 6c2e0fe create doc/talks/. by Russ Cox · 15 years ago
  54. ae13f43 Clarify when expressions are evaluated for a range clause. by Ian Lance Taylor · 15 years ago
  55. 632a985 fix typo found by kevin ballard by Rob Pike · 15 years ago
  56. 14992a4 doc/contribute.html: change copyright year by Bill Neubauer · 15 years ago
  57. 7ec0856 fix typo by Rob Pike · 15 years ago
  58. c918c41 add doc/devel/index.html, linked from nav bar by Russ Cox · 15 years ago
  59. e0a4046 add release log as doc/devel/release.html by Russ Cox · 15 years ago
  60. 30e5ed2 remove reference to "basic literal" since it's never defined by Robert Griesemer · 15 years ago
  61. c05f86a fix up YB and add ZB, EB in example by Rob Pike · 15 years ago
  62. 1d5e1f5 Document how to build gccgo to use gold. by Ian Lance Taylor · 15 years ago
  63. eb109a7 Clarify section on tokens. Fixes #457. by Robert Griesemer · 15 years ago
  64. 316cb50 add exceptions to the road map. i think this just was an oversight. by Rob Pike · 15 years ago
  65. 77f6f16 fix naked < and > as reported by Peter Williams <> by Rob Pike · 15 years ago
  66. c1045db go_spec: use PrimaryExpr as type switch expression by Russ Cox · 15 years ago
  67. 617a6a5 fix documentation bug in example Fixes #452. by Rob Pike · 15 years ago
  68. 96ee38b make it more explicit that design discussions should happen before code reviews by Rob Pike · 15 years ago
  69. 2e5a720 Add roadmap document. by Ian Lance Taylor · 15 years ago
  70. 3269647 doc/install.html: how to update to a new release by Russ Cox · 15 years ago
  71. 163ecda new semicolon rule in effective_go.html. by Rob Pike · 15 years ago
  72. 34356e9 update tutorial. by Rob Pike · 15 years ago
  73. bbd4cb3 fix naked < as reported by pwil3058@gmail.com by Rob Pike · 15 years ago
  74. 857d4cf Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src by Devon H. O'Dell · 15 years ago
  75. ddde7f6 Add a Makefile in place of all.bash. Update docs to reflect this change. by Devon H. O'Dell · 15 years ago
  76. 130ac74 Spec modified to reflect new semicolon rules. by Robert Griesemer · 15 years ago
  77. 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
  78. d55abfd doc: split contribute.html into code.html and contribute.html by Russ Cox · 15 years ago
  79. 2a5f0c6 spec: document that built-ins cannot be used as func values by Russ Cox · 15 years ago
  80. 6301fb4 faq: add question about translation by Russ Cox · 15 years ago
  81. acf4dd4 change the naming example from Vector to Ring due to loss of vector.New() by Rob Pike · 15 years ago
  82. ccd0264 Add copy to the list of predeclared functions. by Ian Lance Taylor · 15 years ago
  83. e919275 Integrated feedback by Ken. Easy stuff in this round, more to come. by Robert Griesemer · 15 years ago
  84. 9e45088 some godoc cleanup: by Robert Griesemer · 15 years ago
  85. 330139e Fix typo in spec by Fazlul Shahriar · 15 years ago
  86. 6511262 Fix example Makefile to avoid $GOROOT in case it has spaces. by Fumitoshi Ukai · 15 years ago
  87. 53ab6a0 add freebsd to the list of os'es. by Rob Pike · 15 years ago
  88. 2cbeb1d change the rules for maintaining AUTHORS and CONTRIBUTORS files. by Rob Pike · 15 years ago
  89. 568465a Mention golang-dev as a default code review destination. by Ian Lance Taylor · 15 years ago
  90. bdecae9 add an FAQ entry about the logo and mascot by Rob Pike · 15 years ago
  91. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  92. ff6a8fd mention arrays of arrays and slices of slices by Rob Pike · 15 years ago
  93. 69039e5 build Make.deps during make.bash instead by Russ Cox · 15 years ago
  94. 1a8ebcc Allow optional second expression in slice expressions. by Robert Griesemer · 15 years ago
  95. 9e8d136 On 32-bit x86, one should configure with --with-arch=. by Ian Lance Taylor · 15 years ago
  96. 43bcf47 make all.bash finish on FreeBSD by Russ Cox · 15 years ago
  97. 33d10e4d explain the situation with unicode and identifiers by Rob Pike · 15 years ago
  98. bcb46c8 fix typo in Append return type by Rob Pike · 15 years ago
  99. 4085364 doc: fix typo. by Adam Langley · 15 years ago
  100. d3b1565 - Clarify that struct composite literal keys are field names not selectors. by Robert Griesemer · 15 years ago