summaryrefslogtreecommitdiff
path: root/doc/go_spec.html
AgeCommit message (Collapse)AuthorFilesLines
2009-02-23Move Types before Declarations and Scopes.Rob Pike1-467/+468
This is the only change in this CL: only rearrangement, no content change, so subsequent edits will be easier to understand. R=gri OCL=25353 CL=25353
2009-02-23Work on declarations, unsafe, alignment.Rob Pike1-389/+422
Change <tt> to <code> R=gri DELTA=664 (222 added, 189 deleted, 253 changed) OCL=25294 CL=25352
2009-02-20Rewrite lexical section.Rob Pike1-243/+320
Put grammar productions into a box with a separate background color. R=gri DELTA=397 (132 added, 49 deleted, 216 changed) OCL=25235 CL=25258
2009-02-19autogenerate the table of contentsRob Pike1-146/+2
R=rsc DELTA=149 (1 added, 145 deleted, 3 changed) OCL=25231 CL=25234
2009-02-19Fix most HTML errors.Rob Pike1-166/+67
Cut introduction. Start rewrite. R=gri DELTA=201 (20 added, 118 deleted, 63 changed) OCL=25226 CL=25229
2009-02-19go_spec.txt formatted in html.Robert Griesemer1-0/+3987
No textual changes except for html formatting. Seems like a fine intermediate step. R=r DELTA=7638 (4079 added, 3559 deleted, 0 changed) OCL=25211 CL=25224