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