summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2008-10-30- language for struct field tagsRobert Griesemer1-2/+17
2008-10-30- clarified section on numeric types: platform-dependent typesRobert Griesemer1-42/+45
2008-10-24Preparation for varargs: Proposal for syntax.Robert Griesemer1-4/+11
2008-10-23- clarified that composites are values created every time theyRobert Griesemer1-2/+4
2008-10-23First cut at incorporating anonymous fields of pointer types into theRobert Griesemer1-27/+81
2008-10-20- be even more explicit about ideal number conversion in expressionsRobert Griesemer1-8/+12
2008-10-16clarification of conversion rules for ideal numbersRobert Griesemer1-8/+18
2008-10-10- added language re: interface compparison using ==, !=Robert Griesemer1-5/+6
2008-10-10- Fixed bug in spec: PrimaryExpr is too restrictive in most placesRobert Griesemer1-28/+57
2008-10-09- added missing case for opt. semicolons (labels)Robert Griesemer1-5/+15
2008-10-09More spec progress:Robert Griesemer1-34/+98
2008-10-08- make optional semicolons explicit in grammar in all placesRobert Griesemer1-51/+53
2008-10-07- precise scope rulesRobert Griesemer1-109/+189
2008-10-03- precise scope rulesRobert Griesemer1-35/+64
2008-10-03Revised wording about sends.Rob Pike1-15/+18
2008-10-02add a little text clarifying the behavior of 'select'Rob Pike1-10/+16
2008-10-01Clarifications re: anonymous fields in structs:Robert Griesemer1-7/+10
2008-09-30- exceptional conditions during expression evaluation are undefinedRobert Griesemer1-13/+32
2008-09-30- type of array literals is always fixed arrayRobert Griesemer1-28/+33
2008-09-29- corrections and more on interface typesRobert Griesemer1-21/+20
2008-09-29fix some typos, mostlyRob Pike2-4/+6
2008-09-29Some initial language towards embedded types and methods for all types.Robert Griesemer1-29/+68
2008-09-29- added language about string literal concatenationRobert Griesemer1-14/+20
2008-09-27- added TODORobert Griesemer1-2/+6
2008-09-26- added language with respect to init() restrictionsRobert Griesemer1-1/+10
2008-09-26Simplification of Conversions section:Robert Griesemer1-91/+20
2008-09-26- fixed Go statement syntax (only notational change)Robert Griesemer1-101/+10
2008-09-261) Fixed spec w/ respect to result types.Robert Griesemer1-24/+50
2008-09-22Correct two web links, add missing semicolon after &lt.Ian Lance Taylor1-2/+2
2008-09-19Updated spec:Robert Griesemer1-16/+51
2008-09-18- added item to TODO list in go_specRobert Griesemer1-0/+2
2008-09-17adjusted doc to incorporate new channel notationRobert Griesemer1-54/+53
2008-09-17tutorial code:Rob Pike6-163/+69
2008-09-16update to new communications syntaxRob Pike5-18/+14
2008-09-16section on service multiplexingRob Pike4-12/+65
2008-09-16replace 235 with sieve - less problematicRob Pike6-79/+256
2008-09-15develop interfaces through catsRob Pike9-1/+676
2008-09-12next section: i/o package that has structs, methodsRob Pike3-3/+145
2008-09-12- hopefully improved language on label scopesRobert Griesemer1-7/+19
2008-09-11- simplified the ideal number terminology for better readabilityRobert Griesemer1-22/+12
2008-09-11- rewrote section on numeric literals (grammar easier to read,Robert Griesemer1-78/+143
2008-09-11add sections about types and constantsRob Pike3-9/+141
2008-09-10growing the tutorialRob Pike4-5/+171
2008-09-10Eliminate duplication of MethodDecl nonterminal by renamingIan Lance Taylor1-3/+3
2008-09-10- incorporated bug fixes, todo's as suggested by rscRobert Griesemer1-22/+31
2008-09-10- stub for tutorialRob Pike2-0/+84
2008-09-09- added convenience wrappers for sortRobert Griesemer1-1/+1
2008-09-09- moved spec todo's into spec (as html comment)Robert Griesemer1-1/+36
2008-09-09- added missing language to almost all typesRobert Griesemer1-52/+98
2008-09-08Proposal for new function type syntax as suggested by ken:Robert Griesemer1-33/+35