1. b691e08 clarify rule for channel send by Robert Griesemer · 15 years ago
  2. e3fd2e1 godoc search bug fixes: by Robert Griesemer · 15 years ago
  3. 32810a5 code search for godoc: by Robert Griesemer · 15 years ago
  4. d493964 add a favicon plus a couple of hi-res versions of gordon by Rob Pike · 15 years ago
  5. fb39a4d write install docs by Russ Cox · 15 years ago
  6. 242788b silly change to test the code review process by Rob Pike · 15 years ago
  7. 90cc4a5 go/printer: - handle HTML tagging via (client-installable) Stylers by Robert Griesemer · 15 years ago
  8. 3227445 add FAQ by Russ Cox · 15 years ago
  9. 09fe283 main landing pages by Russ Cox · 15 years ago
  10. 2cf9dae drop a couple of semicolons for consistency by Rob Pike · 15 years ago
  11. c6e904d have http server in-line PDF files. by Rob Pike · 15 years ago
  12. 6f89f3f initialization by Rob Pike · 15 years ago
  13. 430d462 start the concurrency discussion. work from the outside in because this is a toughie. by Rob Pike · 15 years ago
  14. 60ff8cc address bug193 and add note to spec about it. by Russ Cox · 15 years ago
  15. d4d4ff0 - method names in method sets/interfaces must be all different by Robert Griesemer · 15 years ago
  16. 9f60b03 address leftover post-submit comments about embedding by Rob Pike · 15 years ago
  17. f00be0c more embedding. enough for now? by Rob Pike · 15 years ago
  18. c58d9ef fix pre-submit editing typo; text is garbled. by Rob Pike · 15 years ago
  19. 8840726 embedding part 1. by Rob Pike · 15 years ago
  20. ee3e97c forgot to update the body when i changed the receiver type. by Rob Pike · 15 years ago
  21. 2119b36 interfaces and methods. by Rob Pike · 15 years ago
  22. 4262ff0 Adjust for open source release. by Ian Lance Taylor · 15 years ago
  23. a68592a excise some internal references. by Russ Cox · 15 years ago
  24. 68c921e add an entry in the lang faq about reference types. by Rob Pike · 15 years ago
  25. bf983a0 bye-bye to old makehtml. go can do the job just fine. by Rob Pike · 15 years ago
  26. 327b6c6 fix links in tutorial by Rob Pike · 15 years ago
  27. cd7062e clean up the mess that copyright notices make by Rob Pike · 15 years ago
  28. b95048f some stuff about interfaces. not enough yet. by Rob Pike · 15 years ago
  29. 400fa1c align the tutorial with the renaming of SortInterface. by Rob Pike · 15 years ago
  30. 78395213 Automated g4 rollback of changelist 35383. by Rob Pike · 15 years ago
  31. 3139b20 new logo by Rob Pike · 15 years ago
  32. d222869 type switches errors by Rob Pike · 15 years ago
  33. e285487 Review and update. No major changes, lots of minor tweaks. by Ian Lance Taylor · 15 years ago
  34. 9dfe404 printing and maps by Rob Pike · 15 years ago
  35. 650bff6 another round of gofmt applications by Russ Cox · 15 years ago
  36. c62b326 apply gofmt to the LGTM-marked files from 34501 by Russ Cox · 15 years ago
  37. 38dae33 add a little more saturation to the background of <pre> so it doesn't disappear on bright monitors. by Rob Pike · 15 years ago
  38. 2b1dbe8 addressing gri's comments. by Rob Pike · 15 years ago
  39. 3e74079 slices methods on slices, pointers and values. by Rob Pike · 15 years ago
  40. ff97fde a few fixups. delete the TODO block. by Rob Pike · 15 years ago
  41. d4a4468 garbage collections, conversions, concurrency by Rob Pike · 15 years ago
  42. 8403330 replace "ideal" with "untyped" by Robert Griesemer · 16 years ago
  43. a27f1f7 use the notion of "untyped constant" instead of "ideal constant" by Robert Griesemer · 16 years ago
  44. 53440da Factored out boilerplate from all html docs in doc directory: by Robert Griesemer · 16 years ago
  45. 164a7bc - completed section on built-in functions by Robert Griesemer · 16 years ago
  46. 5b79202 another brace of questions: types, maps, bookkeeping by Rob Pike · 16 years ago
  47. 69d13b2 make the sidebars consistent add Effective Go to the set of links by Rob Pike · 16 years ago
  48. 8796e8c more language FAQ by Rob Pike · 16 years ago
  49. 326ef13 - assignments to structs are only legal if all struct fields are visible by Robert Griesemer · 16 years ago
  50. dd64f86 another bite-sized checkpoint on the language design FAQ by Rob Pike · 16 years ago
  51. 320406d start of a language design FAQ. by Rob Pike · 16 years ago
  52. 13dac65 disallow interface {x, y()} by Russ Cox · 16 years ago
  53. fc61b77 - clarify type declaration (specifying status quo) by Robert Griesemer · 16 years ago
  54. 2e5a136 add a data section and start populating it with info about allocation, arrays by Rob Pike · 16 years ago
  55. 3aec2e4 rewrite the section about imports by Rob Pike · 16 years ago
  56. 997851e - reworked section on import declarations by Robert Griesemer · 16 years ago
  57. e1e7619 - fixed sieve.go example (channel directions were wrong) - cosmetic adjustments by Robert Griesemer · 16 years ago
  58. 19b1d35 rewording around ideal and basic types by Robert Griesemer · 16 years ago
  59. b817e97 change code font to "monospace", which will by Russ Cox · 16 years ago
  60. ea4ada8 process tutorial into new format by Rob Pike · 16 years ago
  61. 084577b hakuho by Rob Pike · 16 years ago
  62. d36d191 - added heading to operator precedence section so it's easy to find by Robert Griesemer · 16 years ago
  63. 44b0f59 check in the generated html for the tutorial so godoc can serve it by Rob Pike · 16 years ago
  64. da96188 - silence ebnflint: mark syntax section as "ebnf" instead of "grammar" by Robert Griesemer · 16 years ago
  65. 698c6c0 A step towards "externalizing" some Go docs. by Larry Hosken · 16 years ago
  66. 9d7538b slight refinement of select: evaluation is top to bottom, as in switches. by Rob Pike · 16 years ago
  67. 5eb3624 - added syntax for conversions (was missing) by Robert Griesemer · 16 years ago
  68. 01cadde Deriving functions from methods by Rob Pike · 16 years ago
  69. ae54cf7 last round: non-package code by Russ Cox · 16 years ago
  70. 8cb9184 an attempt to define initialization order within a package. by Rob Pike · 16 years ago
  71. 678625d minutiae: pass 1 by Rob Pike · 16 years ago
  72. f3a33bc make SimpleStmt include EmptyStmt and the grammar simplifies a bit. by Rob Pike · 16 years ago
  73. 28eba48 fix "declared and not used" errors in non-test code. by Russ Cox · 16 years ago
  74. a5d6f83 functions by Rob Pike · 16 years ago
  75. 61dd836 correct and clarify the rules about integer conversions. by Rob Pike · 16 years ago
  76. c134280 gccgo does not yet implement _ by Rob Pike · 16 years ago
  77. 4e56b33 - blank identifier - fixed some links by Robert Griesemer · 16 years ago
  78. 5d16d23 update type switch to match spec. by Russ Cox · 16 years ago
  79. c77c3b0 string range by Rob Pike · 16 years ago
  80. 506c008 cosmetic changes: by Robert Griesemer · 16 years ago
  81. d3ffc5e silence hlint by Robert Griesemer · 16 years ago
  82. 789e58c unsafe is not declared in the outermost scope by Russ Cox · 16 years ago
  83. 5db1d38 Update restriction on declarations of methods. by Stephen Ma · 16 years ago
  84. 8aec612 for loops comment out incomplete stuff by Rob Pike · 16 years ago
  85. 237c8ab updated Implementation differences section by Robert Griesemer · 16 years ago
  86. bdec330 remove leftover forward-decl syntax and example (per feedback from Austin) by Robert Griesemer · 16 years ago
  87. aeaab59 - use "package block" nomenclature for exported identifier section by Robert Griesemer · 16 years ago
  88. 4ed666e doc fixes (no lang changes) by Robert Griesemer · 16 years ago
  89. 1f95f0d tweaks by Robert Griesemer · 16 years ago
  90. 9ecd30a - modified type switches (replacement for CL 32659) by Robert Griesemer · 16 years ago
  91. 0262f88 fix duplicated word by Rob Pike · 16 years ago
  92. c409976 semicolons, ifs, switches by Rob Pike · 16 years ago
  93. d553707 allow "comma ok" in initializers by Rob Pike · 16 years ago
  94. 83cbca5 rewrite type rules for expressions and add shift examples by Rob Pike · 16 years ago
  95. ef45e64 - unifying rules for var decls, short var decls, and assignments by Robert Griesemer · 16 years ago
  96. f0ccd40 names by Rob Pike · 16 years ago
  97. 8a45917 len and cap on chans by Russ Cox · 16 years ago
  98. 7c4f7cc introduce meaningful section names, so that by Russ Cox · 16 years ago
  99. fe53795 clean up multifile package section. remove ASCII digit comment that isn't true. by Russ Cox · 16 years ago
  100. 16b95ba simplifications. by Russ Cox · 16 years ago