aboutsummaryrefslogtreecommitdiff
path: root/doc/go_spec.html
AgeCommit message (Expand)Author
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
2016-02-23spec: fix EBNF for slice syntaxRobert Griesemer
2016-01-05spec: New year, new spec update (to refer to Unicode 8.0).Robert Griesemer
2016-01-01doc: fix typoShenghou Ma
2015-12-15spec: be clearer about which parameter section can be variadicRobert Griesemer
2015-11-30spec: clarify examples for struct field tagsRobert Griesemer
2015-11-26spec: clarify that iota is incremented even if not used in a const specRobert Griesemer
2015-10-20spec: remove "untyped bool" oxymoronsMatthew Dempsky
2015-10-20spec: clarify numeric conversions where IEEE-754 produces -0.0Robert Griesemer
2015-09-23spec: minor adjustment of prose in composite literal sectionRobert Griesemer
2015-09-12spec: fix composite literal syntax to match proseRobert Griesemer
2015-08-05spec: clarify semantics of built-in functions 'complex', 'real', and 'imag'Robert Griesemer
2015-08-05spec: better organization of arithmetic operator sectionRobert Griesemer
2015-08-05spec: fix inconsistency of visibility rules for method namesRobert Griesemer
2015-08-05spec: clarify that short variable declarations can redeclare parametersRobert Griesemer
2015-08-05spec: clarify sentence about non-constant shiftsRobert Griesemer
2015-07-31spec: fixed various example code snippetsRobert Griesemer
2015-07-30spec: document existing expression switch restrictionsRobert Griesemer