aboutsummaryrefslogtreecommitdiff
path: root/doc/go_spec.html
AgeCommit message (Expand)Author
2014-05-20spec: specify order of init() callsgo1.3beta2Robert Griesemer
2014-05-20spec: clarify section on package initializationRobert Griesemer
2014-05-20doc/go_spec.html: fix broken anchor tagRob Pike
2014-05-19spec: clarify when a program exitsRobert Griesemer
2014-05-16spec: clarify that newlines are kept in raw string literalsIan Lance Taylor
2014-05-14spec: more precise description of select statementRobert Griesemer
2014-05-07spec: several clarifications to language on channelsRobert Griesemer
2014-05-07spec: remove evaluation order inconsistencyRobert Griesemer
2014-05-07spec: clarify type propertiesRobert Griesemer
2014-05-07doc: replace absolute links to golang.org with relative linksDmitriy Vyukov
2014-03-06spec: clarify when constant slice indices must be in rangeRobert Griesemer
2014-03-06spec: clarify value passed for final parameter of variadic functionsRobert Griesemer
2014-03-05spec: be more precise about underlying types of predeclared typesRobert Griesemer
2014-03-05spec: shadowed return parameters may be disallowedRobert Griesemer
2014-03-03spec: clarify what is considered a function call for len/cap special caseRobert Griesemer
2014-02-27spec: slightly rephrased wording on parsing ambiguity for composite literalsRobert Griesemer
2014-02-25spec: libraries and implementation are now at Unicode 6.3Rob Pike
2014-02-25spec: clarify default "true" condition/tag in for/switch statementsRobert Griesemer
2014-01-14spec: tighten the wording around . importsRob Pike
2014-01-04spec: s/and/or/ for correctness and parallelismRob Pike
2014-01-03spec: Fix broken type identity linkEmil Hessman
2013-12-30spec: example shows wrong value for complex constantMihai Borobocea
2013-11-12spec: clarify rules for blank identifiersRobert Griesemer
2013-10-16spec: clarify re-use of underlying arrays in slice operationsRobert Griesemer
2013-10-07spec: unsafe.Pointers are pointersRobert Griesemer
2013-10-04doc: move spec and memory model back to /ref/Andrew Gerrand
2013-10-03spec: added additional links, added missing 'label'Robert Griesemer
2013-10-03spec: fix small typo in comment for exampleRobert Hencke
2013-09-17spec: add example for continue to labelRob Pike
2013-09-16doc: re-organize golang.org site contentAndrew Gerrand
2013-09-11spec: define s[i:j:k]Robert Griesemer
2013-08-15spec: &x panics if x doesRuss Cox
2013-08-15go_spec.html: clarify that tags are part of struct type identityRob Pike
2013-07-31spec: clarify index and selector expressionsRobert Griesemer
2013-08-01spec: clarify a couple of issues about channelsRob Pike
2013-07-31undo CL 11884043 / bfd5ed8236d5Robert Griesemer
2013-07-31spec: clarify index and selector expressionsRobert Griesemer
2013-07-25spec: update prose in Constants sectionRobert Griesemer
2013-07-11spec: move decl in example closer to useRobert Griesemer
2013-07-09spec: define notion of named typeRobert Griesemer
2013-06-21spec: fix spec on conversions to match implementationsRobert Griesemer
2013-06-11doc/go_spec: more examples for unspecified cases of the evaluation orderShenghou Ma
2013-05-31spec: better wording re: receiving from closed channelsRobert Griesemer
2013-05-20spec: removed old or invalid TODOsRobert Griesemer
2013-05-20spec: fix language about "range" clauseRobert Griesemer
2013-05-15doc/go_spec: fix typosShenghou Ma
2013-05-08spec: fix incorrect exampleRobert Griesemer
2013-04-11spec: add another sentence about BOMsRob Pike
2013-04-02spec: Go has no 'reference types'Robert Griesemer
2013-03-22spec: remove most §links for the now more common in-text linksRobert Griesemer