summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - clarification of type of array literals (always fixed array)Robert Griesemer2008-09-031-5/+8
* - fixed typoRobert Griesemer2008-09-031-1/+1
* - minor corrections to go_spec.txtRobert Griesemer2008-09-032-2350/+44
* Composite literal syntax.Robert Griesemer2008-09-031-10/+22
* - removed 'iota' from the keyword listRobert Griesemer2008-08-291-14/+11
* - Preliminary draft of what might become a real specRobert Griesemer2008-08-281-0/+2577
* clarify pointer forward decls per ian's suggestionRobert Griesemer2008-08-211-10/+6
* - explained function and method pointersRobert Griesemer2008-08-211-71/+121
* added scope rules, removed TODORobert Griesemer2008-08-211-6/+26
* updated section on reserved wordsRobert Griesemer2008-08-201-16/+41
* fix one syntax error in declaration.Rob Pike2008-08-121-6/+1
* use tabs for indentation consistentlyRob Pike2008-08-121-631/+639
* New words regarding constantsRob Pike2008-08-121-21/+60
* - removed fall-through for case: case: in switch statementsRobert Griesemer2008-08-111-10/+9
* revert specification of pointer types to current implementationRobert Griesemer2008-08-071-20/+22