summaryrefslogtreecommitdiff
path: root/doc/go_spec.html
Commit message (Expand)AuthorAgeFilesLines
* doc: use HTTPS for linksSuriyaa Sundararuban2018-06-131-5/+5
* spec: clarify “Constant expressions” for untyped operandsBryan C. Mills2018-05-091-9/+12
* Revert "doc: remove non-prime from list of primes in spec"Andrew Bonventre2018-03-191-1/+1
* doc: remove non-prime from list of primes in specAndrew Bonventre2018-03-191-1/+1
* doc: improve clarity of map index examplesYazen20172018-02-191-2/+1
* spec: remove need for separate Function production (cleanup)Robert Griesemer2018-02-021-5/+4
* spec: consistently use "defined type" and "type name" (cleanup)Robert Griesemer2018-01-231-8/+7
* spec: mention that special case for integer division is due to overflowRobert Griesemer2018-01-171-7/+8
* spec: remove example explaining that type B0 and B0 are identicalRobert Griesemer2018-01-111-2/+2
* spec: use consistent quoting style in proseRobert Griesemer2018-01-091-2/+2
* spec: consistently use "element" rather than "value" for map entry valuesRobert Griesemer2018-01-041-7/+7
* spec: provide some (minimal) intuition for the notion of "terminating statement"Robert Griesemer2017-12-221-2/+4
* spec: match syntax for method expressions with implementationsgriesemer2017-10-251-4/+4
* spec: remove sentence discussing existing implementationsgriesemer2017-10-231-3/+2
* spec: remove vestiges referring to iotas being incrementedgriesemer2017-10-191-19/+18
* spec: clarify that each block has its own version of iotagriesemer2017-10-191-3/+3
* spec: simplify paragraph on certain range expressions over arraysgriesemer2017-10-191-6/+4
* spec: explicitly state the import path for package unsafegriesemer2017-10-171-2/+3
* spec: state which predeclared types are defined or alias types (clarification)griesemer2017-09-191-5/+8
* spec: clarify context type for certain non-constant shiftsgriesemer2017-09-011-21/+24
* doc: minor clarification regarding the sharing of underlying arraysgriesemer2017-08-301-3/+3
* spec: explicitly define notion of "representability" (clarification)griesemer2017-08-251-37/+80
* spec: clarify zero value for complex typesgriesemer2017-08-251-1/+1
* spec: clarify nil case in type switchesgriesemer2017-08-251-3/+4
* spec: better comment in example for type definitiongriesemer2017-08-141-2/+2
* spec: minor grammar fixRobert Griesemer2017-06-281-3/+3
* spec: clarify restrictions on RHS of non-constant shiftsRobert Griesemer2017-06-081-2/+2
* spec: clarify unsafe.Pointer conversionsRobert Griesemer2017-05-091-3/+3
* spec: remove an unnecessary semicolon from code exampleBrad Fitzpatrick2017-05-041-2/+2
* spec: clarify admissible argument types for print, printlnRobert Griesemer2017-04-281-1/+6
* spec: clarify use of fused-floating point operationsRobert Griesemer2017-04-171-2/+29
* spec: clarify size hint for make of mapsRobert Griesemer2017-04-131-3/+9
* spec: for non-constant map keys, add reference to evaluation order sectionRobert Griesemer2017-03-241-2/+3
* spec: remove superfluous terms "delimiter" and "special tokens"Robert Griesemer2017-03-131-7/+8
* spec: refer to "not defined type" rather than "unnamed type" in conversionsRobert Griesemer2017-02-101-2/+3
* spec: clarify alignment of arraysRobert Griesemer2017-02-071-2/+2
* spec: pick up a few corrections missed in prior commitRobert Griesemer2017-02-071-5/+5
* spec: introduce alias declarations and type definitionsRobert Griesemer2017-02-061-50/+109
* [dev.typealias] spec: use term 'embedded field' rather than 'anonymous field'Robert Griesemer2017-01-311-25/+25
* spec: add subtitles to section on "for" statementsRobert Griesemer2016-11-181-2/+8
* spec: remove => (alias) operator from Operators and Delimiters sectionRobert Griesemer2016-11-181-1/+1
* spec: clarify type elision rules for composite literalsRobert Griesemer2016-11-181-5/+6
* Revert "spec: add new language for alias declarations"Robert Griesemer2016-11-041-69/+6
* spec: update operator and delimiter sectionRobert Griesemer2016-10-281-2/+2
* spec: add new language for alias declarationsRobert Griesemer2016-10-271-6/+69
* spec: slightly more realistic example for type assertionsRobert Griesemer2016-10-191-6/+9
* spec: require 16 bit minimum exponent in constants rather than 32Robert Griesemer2016-10-181-2/+2
* spec: fix examples for predeclared function complexRobert Griesemer2016-10-141-4/+4
* spec: clarify acceptable indices in array/slice composite literalsRobert Griesemer2016-10-061-3/+5
* spec: ignore struct tags when converting structsRobert Griesemer2016-10-041-2/+29