summaryrefslogtreecommitdiff
path: root/doc/go_spec.html
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-394/+505
2014-08-13Imported Upstream version 1.3.1upstream/1.3.1Michael Stapelberg1-1/+1
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-181/+330
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-144/+260
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-109/+346
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-273/+478
2012-06-14Imported Upstream version 1.0.2upstream/1.0.2Ondřej Surý1-20/+44
2012-05-02Imported Upstream version 1.0.1upstream/1.0.1Ondřej Surý1-11/+11
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-373/+581
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+5272
2011-09-13Imported Upstream version 60Ondřej Surý1-5272/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-36/+101
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-127/+179
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-7/+12
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-38/+31
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-18/+18
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-144/+67
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-164/+165
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-195/+302
2010-06-21spec: struct tags must be identical for types to be identicalRuss Cox1-1/+2
2010-06-12spec: remove ... (keeping ...T)Russ Cox1-60/+21
2010-06-11spec: clarify that result parameters are always zeroed before the function ex...Rob Pike1-2/+5
2010-06-07go spec: rename "assignment compatible" -> "assignable"Robert Griesemer1-27/+25
2010-06-07go spec: clean-up and consolidation of spec with implementationRobert Griesemer1-118/+125
2010-06-03go spec: Base comparison compatibility on assignment compatibility.Robert Griesemer1-73/+68
2010-05-28go spec: change def. of "type compatibility" to be non-recursiveRobert Griesemer1-28/+38
2010-05-27go spec: Disallow &a notation to obtain a sliceRobert Griesemer1-7/+1
2010-05-25spec: Fix link to fallthrough statementsEvan Shaw1-1/+1
2010-05-24go spec: minor fix, to match conversion rules 4 and 5Robert Griesemer1-1/+2
2010-05-24go spec: fix and clarify syntax of conversionsRobert Griesemer1-6/+17
2010-05-24spec: index of non-addressable array is not addressableRuss Cox1-3/+4
2010-05-23spec: Fix a code tagEvan Shaw1-1/+1
2010-05-14go spec: added imaginary literal to semicolon rules (was missing)Robert Griesemer1-12/+34
2010-05-07go spec: simplify section on channel typesRobert Griesemer1-20/+18
2010-05-04go spec: clarification of make arguments,Robert Griesemer1-14/+17
2010-04-29go spec: fix iota descriptionRobert Griesemer1-5/+4
2010-04-28spec: clarify "continue" with label. the text was obvious in intent butRob Pike1-1/+4
2010-04-27go spec: fix wrong commentRobert Griesemer1-1/+1
2010-04-22spec: Fix run-time panic header idEvan Shaw1-1/+1
2010-04-13go_spec updatesRuss Cox1-5/+5
2010-04-08gp_spec typo fix: code example in the "Handling panics" sectionJoe Poirier1-1/+1
2010-04-01go spec: correct clarification of type declarationRobert Griesemer1-6/+3
2010-03-31go spec: clarification of type declarationsRobert Griesemer1-2/+8
2010-03-30godoc: support for title and subtitle headers when serving .html docsRobert Griesemer1-1/+2
2010-03-29spec: typo in switch sample code, missing semicolonAndrew Gerrand1-1/+1
2010-03-26gc: allow taking address of out parametersRuss Cox1-1/+1
2010-03-25spec changes for panic and recover.Rob Pike1-8/+178
2010-03-24Delete panicln from the spec.Rob Pike1-2/+1
2010-03-23go spec: modification of defer statementRobert Griesemer1-5/+17
2010-03-23Go spec: map indexing never raises a runtime exception.Robert Griesemer1-25/+28