summaryrefslogtreecommitdiff
path: root/doc/go_spec.html
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-10Revert previous change: complexN only converts to complexN.Ian Lance Taylor1-1/+1
2010-03-10go_spec.html: fix typo and linkRobert Griesemer1-4/+4
2010-03-08Complex values may only be compared for equality or inequality.Ian Lance Taylor1-2/+2
2010-03-08Clarify that conversions to complex are OK.Ian Lance Taylor1-1/+1
2010-03-04Spec for complex numbersRob Pike1-35/+153
2010-02-17language spec: make NUL byte rule an implementation restrictionRobert Griesemer1-1/+2
2010-02-16spec: disallow NUL in source filesRuss Cox1-0/+3
2010-02-17specification of []int(string) and []byte(string).Rob Pike1-12/+40
2010-02-01...T is now implementedRob Pike1-1/+0
2010-01-27note that ...T is not yet implemented.Rob Pike1-0/+1
2010-01-27add definition of new parameter styleRob Pike1-17/+51
2010-01-27Clarify parsing of channel types.Robert Griesemer1-1/+13
2010-01-26spec: allow func() func().Russ Cox1-18/+18
2010-01-25log.Fatal does not exist. Use log.Crash.Rob Pike1-2/+2
2010-01-18spec: mention Inf and NaN are supported at run time.Russ Cox1-1/+11
2010-01-13Clarify when expressions are evaluated for a range clause.Ian Lance Taylor1-1/+6
2010-01-13fix typo found by kevin ballardRob Pike1-1/+1
2010-01-09fix typoRob Pike1-1/+1
2010-01-04remove reference to "basic literal" since it's never definedRobert Griesemer1-1/+2
2009-12-28Clarify section on tokens.Robert Griesemer1-3/+4
2009-12-23go_spec: use PrimaryExpr as type switch expressionRuss Cox1-1/+1
2009-12-10Spec modified to reflect new semicolon rules.Robert Griesemer1-242/+273
2009-12-04spec: document that built-ins cannot be used as func valuesRuss Cox1-0/+6
2009-12-02Add copy to the list of predeclared functions.Ian Lance Taylor1-1/+1