aboutsummaryrefslogtreecommitdiff
path: root/doc/go_spec.html
AgeCommit message (Expand)Author
2018-01-09spec: use consistent quoting style in proseRobert Griesemer
2018-01-04spec: consistently use "element" rather than "value" for map entry valuesRobert Griesemer
2017-12-22spec: provide some (minimal) intuition for the notion of "terminating statement"Robert Griesemer
2017-10-25spec: match syntax for method expressions with implementationsgriesemer
2017-10-23spec: remove sentence discussing existing implementationsgriesemer
2017-10-19spec: remove vestiges referring to iotas being incrementedgriesemer
2017-10-19spec: clarify that each block has its own version of iotagriesemer
2017-10-19spec: simplify paragraph on certain range expressions over arraysgriesemer
2017-10-17spec: explicitly state the import path for package unsafegriesemer
2017-09-19spec: state which predeclared types are defined or alias types (clarification)griesemer
2017-09-01spec: clarify context type for certain non-constant shiftsgriesemer
2017-08-30doc: minor clarification regarding the sharing of underlying arraysgriesemer
2017-08-25spec: explicitly define notion of "representability" (clarification)griesemer
2017-08-25spec: clarify zero value for complex typesgriesemer
2017-08-25spec: clarify nil case in type switchesgriesemer
2017-08-14spec: better comment in example for type definitiongriesemer
2017-06-28spec: minor grammar fixRobert Griesemer
2017-06-08spec: clarify restrictions on RHS of non-constant shiftsRobert Griesemer
2017-05-09spec: clarify unsafe.Pointer conversionsRobert Griesemer
2017-05-04spec: remove an unnecessary semicolon from code exampleBrad Fitzpatrick
2017-04-28spec: clarify admissible argument types for print, printlnRobert Griesemer
2017-04-17spec: clarify use of fused-floating point operationsRobert Griesemer
2017-04-13spec: clarify size hint for make of mapsRobert Griesemer
2017-03-24spec: for non-constant map keys, add reference to evaluation order sectionRobert Griesemer
2017-03-13spec: remove superfluous terms "delimiter" and "special tokens"Robert Griesemer
2017-02-10spec: refer to "not defined type" rather than "unnamed type" in conversionsRobert Griesemer
2017-02-07spec: clarify alignment of arraysRobert Griesemer
2017-02-07spec: pick up a few corrections missed in prior commitRobert Griesemer
2017-02-06spec: introduce alias declarations and type definitionsRobert Griesemer
2017-01-31[dev.typealias] spec: use term 'embedded field' rather than 'anonymous field'Robert Griesemer
2016-11-18spec: add subtitles to section on "for" statementsRobert Griesemer
2016-11-18spec: remove => (alias) operator from Operators and Delimiters sectionRobert Griesemer
2016-11-18spec: clarify type elision rules for composite literalsRobert Griesemer
2016-11-04Revert "spec: add new language for alias declarations"Robert Griesemer
2016-10-28spec: update operator and delimiter sectionRobert Griesemer
2016-10-27spec: add new language for alias declarationsRobert Griesemer
2016-10-19spec: slightly more realistic example for type assertionsRobert Griesemer
2016-10-18spec: require 16 bit minimum exponent in constants rather than 32Robert Griesemer
2016-10-14spec: fix examples for predeclared function complexRobert Griesemer
2016-10-06spec: clarify acceptable indices in array/slice composite literalsRobert Griesemer
2016-10-04spec: ignore struct tags when converting structsRobert Griesemer
2016-09-01spec: update language on type switches to match implementationsRobert Griesemer
2016-08-26spec: clarify text on init functionsRobert Griesemer
2016-08-24spec: complete list of special comma-ok formsRobert Griesemer
2016-08-18spec: undo spec date change introduced by prior commitRobert Griesemer
2016-08-18go/types: fix scope extents for range and type switch variablesRobert Griesemer
2016-05-31spec: document that duplicate types are invalid in type switchesRobert Griesemer
2016-04-25spec: be more explicit about equivalence of empty string and absent field tagsRobert Griesemer
2016-04-21spec: fix incorrect comment in shift exampleRobert Griesemer
2016-04-19spec: refine rules about terminating statementsRobert Griesemer