1. 6aad419 go_spec updates by Russ Cox · 15 years ago weekly.2010-04-13
  2. d37e87c gp_spec typo fix: code example in the "Handling panics" section by Joe Poirier · 15 years ago
  3. d4a1619 go spec: correct clarification of type declaration by Robert Griesemer · 15 years ago
  4. 735e00d go spec: clarification of type declarations by Robert Griesemer · 15 years ago
  5. e8e4987 godoc: support for title and subtitle headers when serving .html docs by Robert Griesemer · 15 years ago
  6. 10b77f7 spec: typo in switch sample code, missing semicolon by Andrew Gerrand · 15 years ago
  7. 97d0e8f gc: allow taking address of out parameters by Russ Cox · 15 years ago
  8. 5bb29fb spec changes for panic and recover. by Rob Pike · 15 years ago
  9. bf9b8f2 Delete panicln from the spec. by Rob Pike · 15 years ago
  10. 48f0cd2 go spec: modification of defer statement by Robert Griesemer · 15 years ago
  11. 29f1ca5 Go spec: map indexing never raises a runtime exception. by Robert Griesemer · 15 years ago
  12. 11a2184 Revert previous change: complexN only converts to complexN. by Ian Lance Taylor · 15 years ago
  13. ef4c2b8 go_spec.html: fix typo and link by Robert Griesemer · 15 years ago
  14. 18187e7 Complex values may only be compared for equality or inequality. by Ian Lance Taylor · 15 years ago
  15. 5cf707b Clarify that conversions to complex are OK. by Ian Lance Taylor · 15 years ago
  16. 7297087 Spec for complex numbers by Rob Pike · 15 years ago
  17. f42e883 language spec: make NUL byte rule an implementation restriction by Robert Griesemer · 15 years ago
  18. b7d9ffe spec: disallow NUL in source files by Russ Cox · 15 years ago
  19. 1811fac specification of []int(string) and []byte(string). by Rob Pike · 15 years ago
  20. 810def8 ...T is now implemented by Rob Pike · 15 years ago
  21. 22a4952 note that ...T is not yet implemented. by Rob Pike · 15 years ago
  22. b81065d add definition of new parameter style ... T for trailing arguments of type T. by Rob Pike · 15 years ago
  23. 1c369bd Clarify parsing of channel types. by Robert Griesemer · 15 years ago
  24. 4687169 spec: allow func() func(). by Russ Cox · 15 years ago
  25. 3909b6b log.Fatal does not exist. Use log.Crash. by Rob Pike · 15 years ago
  26. 16205a3 spec: mention Inf and NaN are supported at run time. by Russ Cox · 15 years ago
  27. ae13f43 Clarify when expressions are evaluated for a range clause. by Ian Lance Taylor · 15 years ago
  28. 632a985 fix typo found by kevin ballard by Rob Pike · 15 years ago
  29. 7ec0856 fix typo by Rob Pike · 15 years ago
  30. 30e5ed2 remove reference to "basic literal" since it's never defined by Robert Griesemer · 15 years ago
  31. eb109a7 Clarify section on tokens. Fixes #457. by Robert Griesemer · 15 years ago
  32. c1045db go_spec: use PrimaryExpr as type switch expression by Russ Cox · 15 years ago
  33. 130ac74 Spec modified to reflect new semicolon rules. by Robert Griesemer · 15 years ago
  34. 2a5f0c6 spec: document that built-ins cannot be used as func values by Russ Cox · 15 years ago
  35. ccd0264 Add copy to the list of predeclared functions. by Ian Lance Taylor · 15 years ago
  36. e919275 Integrated feedback by Ken. Easy stuff in this round, more to come. by Robert Griesemer · 15 years ago
  37. 330139e Fix typo in spec by Fazlul Shahriar · 15 years ago
  38. ff6a8fd mention arrays of arrays and slices of slices by Rob Pike · 15 years ago
  39. 1a8ebcc Allow optional second expression in slice expressions. by Robert Griesemer · 15 years ago
  40. d3b1565 - Clarify that struct composite literal keys are field names not selectors. by Robert Griesemer · 15 years ago
  41. 0660d24 Use ElementType consistently. by Robert Griesemer · 15 years ago
  42. 13ad5d4 Use // to start comment instead of #. Fixes #189. by Robert Griesemer · 15 years ago
  43. 9549eee add a paragraph about semicolons to the tutorial. by Rob Pike · 15 years ago
  44. cf16443 fix a couple of typos. by Rob Pike · 15 years ago
  45. 0b4de7a comment out red TODO clauses except for the last one by Rob Pike · 15 years ago
  46. fb5fce5 fix for incorrect composite literal grammar (issue found by ken) by Robert Griesemer · 15 years ago
  47. 4fe4192 fixes to spec. mostly minor but several of significance. by Rob Pike · 15 years ago
  48. 3063715 remove gccgo restriction with respect to blank identifiers by Robert Griesemer · 15 years ago
  49. 9339e07 pdf cleanup: fix links, remove internal references. fix link in spec. by Rob Pike · 15 years ago
  50. b691e08 clarify rule for channel send by Robert Griesemer · 15 years ago
  51. 90cc4a5 go/printer: - handle HTML tagging via (client-installable) Stylers by Robert Griesemer · 15 years ago
  52. 60ff8cc address bug193 and add note to spec about it. by Russ Cox · 15 years ago
  53. d4d4ff0 - method names in method sets/interfaces must be all different by Robert Griesemer · 15 years ago
  54. 53440da Factored out boilerplate from all html docs in doc directory: by Robert Griesemer · 15 years ago
  55. 164a7bc - completed section on built-in functions by Robert Griesemer · 16 years ago
  56. 69d13b2 make the sidebars consistent add Effective Go to the set of links by Rob Pike · 16 years ago
  57. 326ef13 - assignments to structs are only legal if all struct fields are visible by Robert Griesemer · 16 years ago
  58. 13dac65 disallow interface {x, y()} by Russ Cox · 16 years ago
  59. fc61b77 - clarify type declaration (specifying status quo) by Robert Griesemer · 16 years ago
  60. 3aec2e4 rewrite the section about imports by Rob Pike · 16 years ago
  61. 997851e - reworked section on import declarations by Robert Griesemer · 16 years ago
  62. e1e7619 - fixed sieve.go example (channel directions were wrong) - cosmetic adjustments by Robert Griesemer · 16 years ago
  63. 19b1d35 rewording around ideal and basic types by Robert Griesemer · 16 years ago
  64. 084577b hakuho by Rob Pike · 16 years ago
  65. d36d191 - added heading to operator precedence section so it's easy to find by Robert Griesemer · 16 years ago
  66. da96188 - silence ebnflint: mark syntax section as "ebnf" instead of "grammar" by Robert Griesemer · 16 years ago
  67. 698c6c0 A step towards "externalizing" some Go docs. by Larry Hosken · 16 years ago
  68. 9d7538b slight refinement of select: evaluation is top to bottom, as in switches. by Rob Pike · 16 years ago
  69. 5eb3624 - added syntax for conversions (was missing) by Robert Griesemer · 16 years ago
  70. 01cadde Deriving functions from methods by Rob Pike · 16 years ago
  71. 8cb9184 an attempt to define initialization order within a package. by Rob Pike · 16 years ago
  72. 678625d minutiae: pass 1 by Rob Pike · 16 years ago
  73. f3a33bc make SimpleStmt include EmptyStmt and the grammar simplifies a bit. by Rob Pike · 16 years ago
  74. 61dd836 correct and clarify the rules about integer conversions. by Rob Pike · 16 years ago
  75. c134280 gccgo does not yet implement _ by Rob Pike · 16 years ago
  76. 4e56b33 - blank identifier - fixed some links by Robert Griesemer · 16 years ago
  77. 5d16d23 update type switch to match spec. by Russ Cox · 16 years ago
  78. 506c008 cosmetic changes: by Robert Griesemer · 16 years ago
  79. d3ffc5e silence hlint by Robert Griesemer · 16 years ago
  80. 789e58c unsafe is not declared in the outermost scope by Russ Cox · 16 years ago
  81. 5db1d38 Update restriction on declarations of methods. by Stephen Ma · 16 years ago
  82. 237c8ab updated Implementation differences section by Robert Griesemer · 16 years ago
  83. bdec330 remove leftover forward-decl syntax and example (per feedback from Austin) by Robert Griesemer · 16 years ago
  84. aeaab59 - use "package block" nomenclature for exported identifier section by Robert Griesemer · 16 years ago
  85. 4ed666e doc fixes (no lang changes) by Robert Griesemer · 16 years ago
  86. 1f95f0d tweaks by Robert Griesemer · 16 years ago
  87. 9ecd30a - modified type switches (replacement for CL 32659) by Robert Griesemer · 16 years ago
  88. 0262f88 fix duplicated word by Rob Pike · 16 years ago
  89. d553707 allow "comma ok" in initializers by Rob Pike · 16 years ago
  90. 83cbca5 rewrite type rules for expressions and add shift examples by Rob Pike · 16 years ago
  91. ef45e64 - unifying rules for var decls, short var decls, and assignments by Robert Griesemer · 16 years ago
  92. 8a45917 len and cap on chans by Russ Cox · 16 years ago
  93. 7c4f7cc introduce meaningful section names, so that by Russ Cox · 16 years ago
  94. fe53795 clean up multifile package section. remove ASCII digit comment that isn't true. by Russ Cox · 16 years ago
  95. 16b95ba simplifications. by Russ Cox · 16 years ago
  96. 0a162a1 new scope rules by Robert Griesemer · 16 years ago
  97. 3e804ba There should not be a prohibition against embedding an by Ian Lance Taylor · 16 years ago
  98. 4023dce - remove language on forward decls - remove language on (in-)complete types by Robert Griesemer · 16 years ago
  99. 4b90833 - clarified section on return statements - added some TODOs by Robert Griesemer · 16 years ago
  100. 7539c85 language re: conversion of left operand in shift operations by Robert Griesemer · 16 years ago