summaryrefslogtreecommitdiff
path: root/doc/go_spec.html
Commit message (Expand)AuthorAgeFilesLines
* spec: make bitwise operators stand outRuss Cox2012-09-121-11/+11
* spec: an initial BOM can be ignoredRob Pike2012-09-071-4/+3
* spec: ignore BOMS outside of string and rune literals.Rob Pike2012-09-061-1/+7
* doc/go_spec: fix a typoOling Cat2012-09-051-2/+2
* go_spec.html: clarify rune and string literalsRob Pike2012-08-291-26/+37
* go_spec: unary + and - are also defined for complex typesRobert Griesemer2012-08-171-3/+3
* spec: clarify evaluation orderRobert Griesemer2012-08-091-3/+11
* spec: correct typo in string conversion examples.R?my Oudompheng2012-07-111-2/+2
* doc: various "the the" and other typosMatthew William Jibson2012-07-081-1/+1
* go spec: clean up section on selectorsRobert Griesemer2012-06-281-17/+31
* go spec: clean up use of QualifiedIdent production.Robert Griesemer2012-06-261-10/+19
* spec: clarify receive operatorRobert Griesemer2012-06-251-6/+9
* go spec: clarify promotion rules for methods/fields of anonymous fieldsRobert Griesemer2012-06-041-18/+31
* spec: clarify evaluation order of "i, x[i] = range ..."Robert Griesemer2012-05-241-3/+14
* doc/go_spec: fix a typoShenghou Ma2012-04-101-1/+1
* doc/go_spec: fix typoHong Ruiqi2012-04-051-9/+9
* doc/go_spec: fix broken linkShenghou Ma2012-03-301-1/+1
* doc: various typos, remove apostrophes from ordinalsJeremy Jackins2012-03-191-1/+1
* spec: delete references to unsafe.Reflect,Typeof,UnreflectRob Pike2012-03-171-22/+1
* go spec: fix inaccuracy in type identity definitionRobert Griesemer2012-03-121-2/+2
* go_spec: no known implementation differences anymoreRobert Griesemer2012-03-071-7/+1
* doc: add command docs page, canonicalize reference pathsAndrew Gerrand2012-03-051-1/+2
* spec: clarifications around exports, uniqueness of identifiersRobert Griesemer2012-03-011-28/+44
* spec: minor tweaksRobert Griesemer2012-03-011-11/+10
* doc: add a bunch of missing <p> tagsStefan Nilsson2012-02-291-1/+2
* spec: apply method sets, embedding to all types, not just named typesRuss Cox2012-02-291-2/+2
* spec: shorten heading for complex, real, imagRuss Cox2012-02-291-1/+1
* spec: use the term "lexical token" (rather then "lexical symbol")Robert Griesemer2012-02-291-1/+1
* spec: fix sentenceRobert Griesemer2012-02-291-10/+6
* go spec: inside functions, variables must be evaluated.Robert Griesemer2012-02-281-4/+13
* spec: allow disallow of \uFFFD in import pathRuss Cox2012-02-231-2/+3
* go spec: import path implementation restrictionRobert Griesemer2012-02-221-1/+10
* spec: refine the wording about variables in type switchesRob Pike2012-02-221-2/+3
* spec: make all comparison results untyped boolRuss Cox2012-02-211-20/+37
* go spec: struct comparison only compares non-blank fieldsRobert Griesemer2012-02-161-3/+4
* spec: clarify implementation restrictions on untyped floatsIan Lance Taylor2012-02-131-3/+35
* spec: strings are more slices than arraysRob Pike2012-02-131-2/+2
* go spec: method names must be uniqueRobert Griesemer2012-02-121-11/+20
* spec: typographical adjustment for ellipsisRob Pike2012-02-131-3/+3
* spec: address CL 5647054 commentsRuss Cox2012-02-081-5/+5
* spec: send on closed channel counts as "proceeding"Russ Cox2012-02-081-2/+2
* spec: disallow recursive embedded interfacesRuss Cox2012-02-081-2/+23
* spec: add forward links from 'method set' to where it gets usedRuss Cox2012-02-081-1/+7
* go_spec: primality is elusiveRob Pike2012-02-071-2/+2
* spec: correct primesChristopher Wedgwood2012-02-041-1/+1
* spec: restore primalityRob Pike2012-02-041-1/+1
* spec: 9 only looks primeRuss Cox2012-02-031-1/+1
* go/spec: Update language on map types.Robert Griesemer2012-01-301-2/+3
* spec: function invocation, panic on *nilRob Pike2012-01-231-12/+36
* godoc: specify HTML page metadata with a JSON blobAndrew Gerrand2012-01-191-2/+4