index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
go_spec.html
Age
Commit message (
Expand
)
Author
2014-05-20
spec: specify order of init() calls
go1.3beta2
Robert Griesemer
2014-05-20
spec: clarify section on package initialization
Robert Griesemer
2014-05-20
doc/go_spec.html: fix broken anchor tag
Rob Pike
2014-05-19
spec: clarify when a program exits
Robert Griesemer
2014-05-16
spec: clarify that newlines are kept in raw string literals
Ian Lance Taylor
2014-05-14
spec: more precise description of select statement
Robert Griesemer
2014-05-07
spec: several clarifications to language on channels
Robert Griesemer
2014-05-07
spec: remove evaluation order inconsistency
Robert Griesemer
2014-05-07
spec: clarify type properties
Robert Griesemer
2014-05-07
doc: replace absolute links to golang.org with relative links
Dmitriy Vyukov
2014-03-06
spec: clarify when constant slice indices must be in range
Robert Griesemer
2014-03-06
spec: clarify value passed for final parameter of variadic functions
Robert Griesemer
2014-03-05
spec: be more precise about underlying types of predeclared types
Robert Griesemer
2014-03-05
spec: shadowed return parameters may be disallowed
Robert Griesemer
2014-03-03
spec: clarify what is considered a function call for len/cap special case
Robert Griesemer
2014-02-27
spec: slightly rephrased wording on parsing ambiguity for composite literals
Robert Griesemer
2014-02-25
spec: libraries and implementation are now at Unicode 6.3
Rob Pike
2014-02-25
spec: clarify default "true" condition/tag in for/switch statements
Robert Griesemer
2014-01-14
spec: tighten the wording around . imports
Rob Pike
2014-01-04
spec: s/and/or/ for correctness and parallelism
Rob Pike
2014-01-03
spec: Fix broken type identity link
Emil Hessman
2013-12-30
spec: example shows wrong value for complex constant
Mihai Borobocea
2013-11-12
spec: clarify rules for blank identifiers
Robert Griesemer
2013-10-16
spec: clarify re-use of underlying arrays in slice operations
Robert Griesemer
2013-10-07
spec: unsafe.Pointers are pointers
Robert Griesemer
2013-10-04
doc: move spec and memory model back to /ref/
Andrew Gerrand
2013-10-03
spec: added additional links, added missing 'label'
Robert Griesemer
2013-10-03
spec: fix small typo in comment for example
Robert Hencke
2013-09-17
spec: add example for continue to label
Rob Pike
2013-09-16
doc: re-organize golang.org site content
Andrew Gerrand
2013-09-11
spec: define s[i:j:k]
Robert Griesemer
2013-08-15
spec: &x panics if x does
Russ Cox
2013-08-15
go_spec.html: clarify that tags are part of struct type identity
Rob Pike
2013-07-31
spec: clarify index and selector expressions
Robert Griesemer
2013-08-01
spec: clarify a couple of issues about channels
Rob Pike
2013-07-31
undo CL 11884043 / bfd5ed8236d5
Robert Griesemer
2013-07-31
spec: clarify index and selector expressions
Robert Griesemer
2013-07-25
spec: update prose in Constants section
Robert Griesemer
2013-07-11
spec: move decl in example closer to use
Robert Griesemer
2013-07-09
spec: define notion of named type
Robert Griesemer
2013-06-21
spec: fix spec on conversions to match implementations
Robert Griesemer
2013-06-11
doc/go_spec: more examples for unspecified cases of the evaluation order
Shenghou Ma
2013-05-31
spec: better wording re: receiving from closed channels
Robert Griesemer
2013-05-20
spec: removed old or invalid TODOs
Robert Griesemer
2013-05-20
spec: fix language about "range" clause
Robert Griesemer
2013-05-15
doc/go_spec: fix typos
Shenghou Ma
2013-05-08
spec: fix incorrect example
Robert Griesemer
2013-04-11
spec: add another sentence about BOMs
Rob Pike
2013-04-02
spec: Go has no 'reference types'
Robert Griesemer
2013-03-22
spec: remove most §links for the now more common in-text links
Robert Griesemer
[next]