1. 56809d0 new method set rules by Robert Griesemer · 16 years ago
  2. 533dfd6 New type compatibility rules: by Robert Griesemer · 16 years ago
  3. 98b4f6a cleanup of unsafe documentation by Robert Griesemer · 16 years ago
  4. fb24d79 update spec to io.Writer by Rob Pike · 16 years ago
  5. 1a304e1 - document string([]int{...}) conversion - cleanup of open issues section by Robert Griesemer · 16 years ago
  6. 4f18549 clarifying ambiguity of evaluation order by Robert Griesemer · 16 years ago
  7. ce9fbdb typo in spec by Robert Griesemer · 16 years ago
  8. 88a0c40 fixed typo in EBNF of ENBF by Robert Griesemer · 16 years ago
  9. 40d6bb5 - book-keeping in the TODO section: by Robert Griesemer · 16 years ago
  10. 2a1683a spec change for redeclaration by Rob Pike · 16 years ago
  11. bcdc247 spec edits for array slice change by Russ Cox · 16 years ago
  12. 55faa5f fix one word for consistency. by Rob Pike · 16 years ago
  13. b340879 tweak grammar and associated prose to permit things like x.y in range clauses. by Rob Pike · 16 years ago
  14. 7aee71b spec for range on strings by Rob Pike · 16 years ago
  15. c956e90 add a section about order of evaluation by Rob Pike · 16 years ago
  16. 736a1ae an attempt at simpler yet more correct semicolon rules. by Rob Pike · 16 years ago
  17. f538760 fix last 3 references to 'type guards' by Rob Pike · 16 years ago
  18. c5c577c - minor tweak to composite literal production: by Robert Griesemer · 16 years ago
  19. 62fd90a use FunctionType in FunctionLit production by Robert Griesemer · 16 years ago
  20. 21d0349 add some words (written by rsc) about the state of typed constants. by Rob Pike · 16 years ago
  21. 1141716 change notation: s/Stat/Stmt/ in grammatical productions by Rob Pike · 16 years ago
  22. 94b67eb delete incorrect, dreg example of select on type by Rob Pike · 16 years ago
  23. afee1c5 add simple text about & and *. by Rob Pike · 16 years ago
  24. 2a5af74 fix wording of &T{x} by Rob Pike · 16 years ago
  25. 091cba8 minor adjustments to switches text by Robert Griesemer · 16 years ago
  26. 37ab838 &Foo{x,y} wasn't in the spec. This gets it in, dependent on a proper section regarding by Rob Pike · 16 years ago
  27. 70c1a10 drop the ,ok switch; keep the straight type switch. by Rob Pike · 16 years ago
  28. 5a57849 type switches by Rob Pike · 16 years ago
  29. dea4394 instead of unlabeled statements, have a single labeled statement by Robert Griesemer · 16 years ago
  30. f8ba0f4 mem.html: nit go_spec.html: document const type propagation by Russ Cox · 16 years ago
  31. 9b5d823 s/expressios/expressions/ by Rob Pike · 16 years ago
  32. e208340 weasel words about types in shift expressions suggested by rsc by Rob Pike · 16 years ago
  33. ce9417e fix language regarding type of numeric literals by Rob Pike · 16 years ago
  34. 307ec21 what is the name for "&^". let's go with bit clear (and not) by Rob Pike · 16 years ago
  35. 0282719 fix unqouted & by Rob Pike · 16 years ago
  36. cd04ec9 bit clear: &^ and &^= by Rob Pike · 16 years ago
  37. ef1b965 conversions are mostly cleaned up; bring the spec in line. by Rob Pike · 16 years ago
  38. b813ee0 revert QualifiedIdent to old production by Robert Griesemer · 16 years ago
  39. 811dd25 fix an HTML glitch. say a little more about package main. by Rob Pike · 16 years ago
  40. 5958dd6 Suggested tweaks up to package section. by Russ Cox · 16 years ago
  41. 461dd91 change Go logo to link to home page by Russ Cox · 16 years ago
  42. 337ce22 rephrase redundancy. by Rob Pike · 16 years ago
  43. 7a5e97b The final piece of the alternative to my parens proposal by Russ Cox · 16 years ago
  44. e8b4319 clarify conversions vs type guards. allow conversions between equal types. by Russ Cox · 16 years ago
  45. da34bea redo poor example of slices. by Rob Pike · 16 years ago
  46. da38974 address most of the editorial comments through "types" by Rob Pike · 16 years ago
  47. 426335f delete paragraph about unimplemented select-on-type feature. by Rob Pike · 16 years ago
  48. 4659685 Packages. by Rob Pike · 16 years ago
  49. 96750f1 most of the rest. only the package section is untouched. by Rob Pike · 16 years ago
  50. df3183f finish types. by Rob Pike · 16 years ago
  51. f88c6c1 fixed a typo by Robert Griesemer · 16 years ago
  52. 8f2330d Continue editing types section. by Rob Pike · 16 years ago
  53. cdbf619 complete types by Rob Pike · 16 years ago
  54. 5af7de3 Updated the section on Types. by Rob Pike · 16 years ago
  55. a9ed30f Move Types before Declarations and Scopes. by Rob Pike · 16 years ago
  56. f27e9f0 Work on declarations, unsafe, alignment. Change <tt> to <code> by Rob Pike · 16 years ago
  57. ff70f09 Rewrite lexical section. by Rob Pike · 16 years ago
  58. fd1f383 autogenerate the table of contents by Rob Pike · 16 years ago
  59. 4501d34 Fix most HTML errors. Cut introduction. Start rewrite. by Rob Pike · 16 years ago
  60. c2d5586 go_spec.txt formatted in html. by Robert Griesemer · 16 years ago[Renamed (69%) from doc/go_spec.txt]
  61. 6f8df7a - syntax for composite literals use () instead of {} by Robert Griesemer · 16 years ago
  62. 38c232f - language for embedded interfaces (as discussed this morning) by Robert Griesemer · 16 years ago
  63. 52c02c2 Added section on package unsafe: by Robert Griesemer · 16 years ago
  64. d8a764c - removed todo and restriction from spec (closures) by Robert Griesemer · 16 years ago
  65. 77ccfb0 making go-spec conform with 6g: by Robert Griesemer · 16 years ago
  66. 2b9fe0e Test balloon: Changed the spec to see the implications of changing the by Robert Griesemer · 16 years ago
  67. 7471eab - added missing sections on comparisons for some types by Robert Griesemer · 16 years ago
  68. 4a903e0 defer statement by Robert Griesemer · 16 years ago
  69. 18b05c1 - clarified slice index bounds rules by Robert Griesemer · 16 years ago
  70. ae299f0 cosmetic change only: by Robert Griesemer · 16 years ago
  71. 9f4a27c - added TODO by Robert Griesemer · 16 years ago
  72. 1593ab6 - cleanup todo list - fixed language for arrays slightly by Robert Griesemer · 16 years ago
  73. 83c1760 - language for export via capitalized identifiers by Robert Griesemer · 16 years ago
  74. 91bbd64 Adjusted language for literals: by Robert Griesemer · 16 years ago
  75. 633957b - documenting old "new()" by Robert Griesemer · 16 years ago
  76. a329471 A first attempt to capture the type changes. by Robert Griesemer · 16 years ago
  77. 6ccca61 - receiver ident may be optional by Robert Griesemer · 16 years ago
  78. 4d23030 - ripped out excessively fancy way of describing grammar by Robert Griesemer · 16 years ago
  79. 6715358 - Add introduction section (1 page), essentially a condensed form by Robert Griesemer · 16 years ago
  80. 30a1a8c language for range clause by Robert Griesemer · 16 years ago
  81. ef77c22 - fixed minor bug in example (found by ken) by Robert Griesemer · 16 years ago
  82. 9dfb2ea closing a TODO: by Robert Griesemer · 16 years ago
  83. 7354b86 Revised proposal for const/var cleanup, with by Robert Griesemer · 16 years ago
  84. 337af31 - allow for multiple method names per function type in an interface decl. by Robert Griesemer · 16 years ago
  85. a1c85ed Package-export proposal: - syntax change - missing: corresponding language by Robert Griesemer · 16 years ago
  86. 434c605 - language to define type equality rigorously by Robert Griesemer · 16 years ago
  87. 69e26bf - added (incomplete) section on parameter passing by Robert Griesemer · 16 years ago
  88. f618f89 - keeping track of to-do items by Robert Griesemer · 16 years ago
  89. 2e90e54 - language for struct field tags by Robert Griesemer · 16 years ago
  90. ebf14c6 - clarified section on numeric types: platform-dependent types by Robert Griesemer · 16 years ago
  91. 2bfa957 Preparation for varargs: Proposal for syntax. by Robert Griesemer · 16 years ago
  92. 4712165 - clarified that composites are values created every time they by Robert Griesemer · 16 years ago
  93. 071c91b First cut at incorporating anonymous fields of pointer types into the spec. by Robert Griesemer · 16 years ago
  94. a6b546f - be even more explicit about ideal number conversion in expressions by Robert Griesemer · 16 years ago
  95. 71696ac clarification of conversion rules for ideal numbers by Robert Griesemer · 16 years ago
  96. b5e0cc7 - added language re: interface compparison using ==, != by Robert Griesemer · 16 years ago
  97. 57b3461 - Fixed bug in spec: PrimaryExpr is too restrictive in most places by Robert Griesemer · 16 years ago
  98. 7271e04 - added missing case for opt. semicolons (labels) by Robert Griesemer · 16 years ago
  99. bbfe312 More spec progress: by Robert Griesemer · 16 years ago
  100. aed247f - make optional semicolons explicit in grammar in all places by Robert Griesemer · 16 years ago