summaryrefslogtreecommitdiff
path: root/doc/go_spec.html
Commit message (Expand)AuthorAgeFilesLines
...
* go_spec.html: clarify that tags are part of struct type identityRob Pike2013-08-151-2/+3
* spec: clarify index and selector expressionsRobert Griesemer2013-07-311-28/+40
* spec: clarify a couple of issues about channelsRob Pike2013-08-011-0/+14
* undo CL 11884043 / bfd5ed8236d5Robert Griesemer2013-07-311-41/+28
* spec: clarify index and selector expressionsRobert Griesemer2013-07-311-28/+41
* spec: update prose in Constants sectionRobert Griesemer2013-07-251-2/+2
* spec: move decl in example closer to useRobert Griesemer2013-07-111-2/+2
* spec: define notion of named typeRobert Griesemer2013-07-091-8/+8
* spec: fix spec on conversions to match implementationsRobert Griesemer2013-06-211-9/+14
* doc/go_spec: more examples for unspecified cases of the evaluation orderShenghou Ma2013-06-111-3/+5
* spec: better wording re: receiving from closed channelsRobert Griesemer2013-05-311-4/+3
* spec: removed old or invalid TODOsRobert Griesemer2013-05-201-30/+1
* spec: fix language about "range" clauseRobert Griesemer2013-05-201-2/+2
* doc/go_spec: fix typosShenghou Ma2013-05-151-5/+5
* spec: fix incorrect exampleRobert Griesemer2013-05-081-2/+2
* spec: add another sentence about BOMsRob Pike2013-04-111-1/+2
* spec: Go has no 'reference types'Robert Griesemer2013-04-021-6/+4
* spec: remove most ?links for the now more common in-text linksRobert Griesemer2013-03-221-41/+42
* spec: add example showing missing return statementRob Pike2013-03-221-1/+12
* spec: fix description of initializationRob Pike2013-03-201-7/+11
* spec: define method valuesRuss Cox2013-03-201-4/+118
* spec: remove special int rule for shiftsRobert Griesemer2013-03-151-5/+5
* spec: rewrite the description of panic and recover.Rob Pike2013-03-121-16/+35
* spec: typed indices must be of integer typeRobert Griesemer2013-03-111-2/+3
* spec: result type of a comparison is always untyped boolRobert Griesemer2013-03-111-12/+9
* spec: clarify unsafe.OffsetofRobert Griesemer2013-03-071-3/+5
* spec: terminating statements for functionsRobert Griesemer2013-03-041-17/+105
* spec: cyclic imports are illegalRobert Griesemer2013-03-041-2/+3
* spec: fallthrough may not appear in last clause of a switchRobert Griesemer2013-03-011-7/+8
* doc: correct some minor HTML errors found by tidyRob Pike2013-02-281-1/+1
* spec: clarify when range x does not evaluate xRuss Cox2013-02-151-5/+11
* spec: only require parens around ambiguous conversionsRuss Cox2013-02-111-10/+8
* spec: document fp rounding during explicit constant conversionRuss Cox2013-02-111-0/+9
* spec: reject top-level init namesRuss Cox2013-02-111-3/+5
* spec: clarify that any unsafe.Pointer type is okay in conversionRuss Cox2013-02-091-2/+11
* spec: clarify that f(g()) requires that g return >= 1 valueRuss Cox2013-02-091-3/+4
* doc/go_spec: remove extra space, align tags, and change a tab to a space.Oling Cat2013-01-241-11/+11
* doc/go_spec: cap doesn't apply to mapsShenghou Ma2013-01-221-2/+3
* spec: clarify lhs syntax for range and selectRobert Griesemer2013-01-181-3/+3
* doc/go_spec.html: clarification about insertion during map iterationShenghou Ma2013-01-171-6/+7
* spec: clarify short variable declaration corner casesRobert Griesemer2013-01-091-2/+3
* spec: s/char_lit/rune_lit/Robert Griesemer2013-01-071-3/+3
* spec: Use "non-negative" instead of "positive"Matthew Dempsky2013-01-061-2/+2
* spec: clarify language about unary operator &Robert Griesemer2013-01-021-1/+3
* spec: more explicit comments for constant expression examplesRobert Griesemer2012-12-121-8/+8
* spec: calling delete on a nil map is a no-opRobert Griesemer2012-12-121-3/+2
* spec: index and array/slice size constants must fit into an intRobert Griesemer2012-12-121-16/+24
* spec: Correct typo in method expressions example.Robin Eklind2012-12-111-2/+2
* spec: consistently use "indices" (rather than "indexes")Robert Griesemer2012-12-101-13/+13
* spec: receiver types in method expressions can be parenthesizedRobert Griesemer2012-12-061-3/+5