summaryrefslogtreecommitdiff
path: root/doc/go_spec.html
Commit message (Expand)AuthorAgeFilesLines
* spec: add comment marker for consistency.David Symonds2014-12-041-1/+1
* spec: method selectors don't auto-deref named pointer typesRobert Griesemer2014-11-111-26/+42
* spec: permit parentheses around builtin function namesRobert Griesemer2014-10-271-11/+4
* spec: minimal documention of unsafe.Pointer conversionsRobert Griesemer2014-10-231-5/+6
* spec: define "variable"Robert Griesemer2014-10-161-25/+78
* spec: clarify variable declaration type rulesRobert Griesemer2014-09-301-33/+48
* spec: specify variable initialization order explicitlyRobert Griesemer2014-09-291-16/+37
* spec: clarify scope and re-use of iteration variablesRobert Griesemer2014-09-251-1/+2
* spec: clarify embedding of interfacesRobert Griesemer2014-09-251-12/+19
* spec: add dropped commaRob Pike2014-09-191-1/+1
* spec: clarify panic behavior when deferring nil functionsRobert Griesemer2014-09-191-4/+7
* spec: Add link to rune literals from string literals when talking about escap...Robin Eklind2014-09-031-1/+1
* spec: Fix indentation and remove trailing white space characters.Robin Eklind2014-08-301-9/+9
* spec: move Method expr/value section near selectorsRobert Griesemer2014-08-281-227/+228
* spec: comma-ok expressions return untyped boolean 2nd resultRobert Griesemer2014-08-051-15/+10
* doc: drop scheme from links that are known to support HTTPSAndrew Gerrand2014-07-251-1/+1
* spec: permit "for range x" (no index variables)Robert Griesemer2014-07-141-15/+19
* spec: receiver declaration is just a parameter declarationRobert Griesemer2014-06-241-5/+6
* spec: clarify that break/continue do not work across function boundariesRobert Griesemer2014-05-281-3/+6
* spec: explicitly disallow blank methods in interface typesRobert Griesemer2014-05-221-11/+12
* spec: specify order of init() callsgo1.3beta2Robert Griesemer2014-05-201-1/+2
* spec: clarify section on package initializationRobert Griesemer2014-05-201-54/+108
* doc/go_spec.html: fix broken anchor tagRob Pike2014-05-201-1/+1
* spec: clarify when a program exitsRobert Griesemer2014-05-191-2/+2
* spec: clarify that newlines are kept in raw string literalsIan Lance Taylor2014-05-161-1/+1
* spec: more precise description of select statementRobert Griesemer2014-05-141-33/+63
* spec: several clarifications to language on channelsRobert Griesemer2014-05-071-34/+38
* spec: remove evaluation order inconsistencyRobert Griesemer2014-05-071-6/+31
* spec: clarify type propertiesRobert Griesemer2014-05-071-4/+4
* doc: replace absolute links to golang.org with relative linksDmitriy Vyukov2014-05-071-1/+1
* spec: clarify when constant slice indices must be in rangeRobert Griesemer2014-03-061-3/+3
* spec: clarify value passed for final parameter of variadic functionsRobert Griesemer2014-03-061-10/+15
* spec: be more precise about underlying types of predeclared typesRobert Griesemer2014-03-051-2/+3
* spec: shadowed return parameters may be disallowedRobert Griesemer2014-03-051-1/+16
* spec: clarify what is considered a function call for len/cap special caseRobert Griesemer2014-03-031-2/+12
* spec: slightly rephrased wording on parsing ambiguity for composite literalsRobert Griesemer2014-02-271-10/+8
* spec: libraries and implementation are now at Unicode 6.3Rob Pike2014-02-251-2/+2
* spec: clarify default "true" condition/tag in for/switch statementsRobert Griesemer2014-02-251-5/+7
* spec: tighten the wording around . importsRob Pike2014-01-141-3/+3
* spec: s/and/or/ for correctness and parallelismRob Pike2014-01-041-2/+2
* spec: Fix broken type identity linkEmil Hessman2014-01-031-1/+1
* spec: example shows wrong value for complex constantMihai Borobocea2013-12-301-1/+1
* spec: clarify rules for blank identifiersRobert Griesemer2013-11-121-27/+55
* spec: clarify re-use of underlying arrays in slice operationsRobert Griesemer2013-10-161-21/+14
* spec: unsafe.Pointers are pointersRobert Griesemer2013-10-071-1/+5
* doc: move spec and memory model back to /ref/Andrew Gerrand2013-10-041-1/+1
* spec: added additional links, added missing 'label'Robert Griesemer2013-10-031-6/+11
* spec: fix small typo in comment for exampleRobert Hencke2013-10-031-2/+2
* spec: add example for continue to labelRob Pike2013-09-171-8/+26
* doc: re-organize golang.org site contentAndrew Gerrand2013-09-161-1/+1