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