Sign in
go
/
go
/
6aad41919bd5317d3b9d0b9a963a2cd0ced012f9
/
doc
/
go_spec.html
6aad419
go_spec updates
by Russ Cox
· 15 years ago
weekly.2010-04-13
d37e87c
gp_spec typo fix: code example in the "Handling panics" section
by Joe Poirier
· 15 years ago
d4a1619
go spec: correct clarification of type declaration
by Robert Griesemer
· 15 years ago
735e00d
go spec: clarification of type declarations
by Robert Griesemer
· 15 years ago
e8e4987
godoc: support for title and subtitle headers when serving .html docs
by Robert Griesemer
· 15 years ago
10b77f7
spec: typo in switch sample code, missing semicolon
by Andrew Gerrand
· 15 years ago
97d0e8f
gc: allow taking address of out parameters
by Russ Cox
· 15 years ago
5bb29fb
spec changes for panic and recover.
by Rob Pike
· 15 years ago
bf9b8f2
Delete panicln from the spec.
by Rob Pike
· 15 years ago
48f0cd2
go spec: modification of defer statement
by Robert Griesemer
· 15 years ago
29f1ca5
Go spec: map indexing never raises a runtime exception.
by Robert Griesemer
· 15 years ago
11a2184
Revert previous change: complexN only converts to complexN.
by Ian Lance Taylor
· 15 years ago
ef4c2b8
go_spec.html: fix typo and link
by Robert Griesemer
· 15 years ago
18187e7
Complex values may only be compared for equality or inequality.
by Ian Lance Taylor
· 15 years ago
5cf707b
Clarify that conversions to complex are OK.
by Ian Lance Taylor
· 15 years ago
7297087
Spec for complex numbers
by Rob Pike
· 15 years ago
f42e883
language spec: make NUL byte rule an implementation restriction
by Robert Griesemer
· 15 years ago
b7d9ffe
spec: disallow NUL in source files
by Russ Cox
· 15 years ago
1811fac
specification of []int(string) and []byte(string).
by Rob Pike
· 15 years ago
810def8
...T is now implemented
by Rob Pike
· 15 years ago
22a4952
note that ...T is not yet implemented.
by Rob Pike
· 15 years ago
b81065d
add definition of new parameter style ... T for trailing arguments of type T.
by Rob Pike
· 15 years ago
1c369bd
Clarify parsing of channel types.
by Robert Griesemer
· 15 years ago
4687169
spec: allow func() func().
by Russ Cox
· 15 years ago
3909b6b
log.Fatal does not exist. Use log.Crash.
by Rob Pike
· 15 years ago
16205a3
spec: mention Inf and NaN are supported at run time.
by Russ Cox
· 15 years ago
ae13f43
Clarify when expressions are evaluated for a range clause.
by Ian Lance Taylor
· 15 years ago
632a985
fix typo found by kevin ballard
by Rob Pike
· 15 years ago
7ec0856
fix typo
by Rob Pike
· 15 years ago
30e5ed2
remove reference to "basic literal" since it's never defined
by Robert Griesemer
· 15 years ago
eb109a7
Clarify section on tokens. Fixes #457.
by Robert Griesemer
· 15 years ago
c1045db
go_spec: use PrimaryExpr as type switch expression
by Russ Cox
· 15 years ago
130ac74
Spec modified to reflect new semicolon rules.
by Robert Griesemer
· 15 years ago
2a5f0c6
spec: document that built-ins cannot be used as func values
by Russ Cox
· 15 years ago
ccd0264
Add copy to the list of predeclared functions.
by Ian Lance Taylor
· 15 years ago
e919275
Integrated feedback by Ken. Easy stuff in this round, more to come.
by Robert Griesemer
· 15 years ago
330139e
Fix typo in spec
by Fazlul Shahriar
· 15 years ago
ff6a8fd
mention arrays of arrays and slices of slices
by Rob Pike
· 15 years ago
1a8ebcc
Allow optional second expression in slice expressions.
by Robert Griesemer
· 15 years ago
d3b1565
- Clarify that struct composite literal keys are field names not selectors.
by Robert Griesemer
· 15 years ago
0660d24
Use ElementType consistently.
by Robert Griesemer
· 15 years ago
13ad5d4
Use // to start comment instead of #. Fixes #189.
by Robert Griesemer
· 15 years ago
9549eee
add a paragraph about semicolons to the tutorial.
by Rob Pike
· 15 years ago
cf16443
fix a couple of typos.
by Rob Pike
· 15 years ago
0b4de7a
comment out red TODO clauses except for the last one
by Rob Pike
· 15 years ago
fb5fce5
fix for incorrect composite literal grammar (issue found by ken)
by Robert Griesemer
· 15 years ago
4fe4192
fixes to spec. mostly minor but several of significance.
by Rob Pike
· 15 years ago
3063715
remove gccgo restriction with respect to blank identifiers
by Robert Griesemer
· 15 years ago
9339e07
pdf cleanup: fix links, remove internal references. fix link in spec.
by Rob Pike
· 15 years ago
b691e08
clarify rule for channel send
by Robert Griesemer
· 15 years ago
90cc4a5
go/printer: - handle HTML tagging via (client-installable) Stylers
by Robert Griesemer
· 15 years ago
60ff8cc
address bug193 and add note to spec about it.
by Russ Cox
· 15 years ago
d4d4ff0
- method names in method sets/interfaces must be all different
by Robert Griesemer
· 15 years ago
53440da
Factored out boilerplate from all html docs in doc directory:
by Robert Griesemer
· 15 years ago
164a7bc
- completed section on built-in functions
by Robert Griesemer
· 16 years ago
69d13b2
make the sidebars consistent add Effective Go to the set of links
by Rob Pike
· 16 years ago
326ef13
- assignments to structs are only legal if all struct fields are visible
by Robert Griesemer
· 16 years ago
13dac65
disallow interface {x, y()}
by Russ Cox
· 16 years ago
fc61b77
- clarify type declaration (specifying status quo)
by Robert Griesemer
· 16 years ago
3aec2e4
rewrite the section about imports
by Rob Pike
· 16 years ago
997851e
- reworked section on import declarations
by Robert Griesemer
· 16 years ago
e1e7619
- fixed sieve.go example (channel directions were wrong) - cosmetic adjustments
by Robert Griesemer
· 16 years ago
19b1d35
rewording around ideal and basic types
by Robert Griesemer
· 16 years ago
084577b
hakuho
by Rob Pike
· 16 years ago
d36d191
- added heading to operator precedence section so it's easy to find
by Robert Griesemer
· 16 years ago
da96188
- silence ebnflint: mark syntax section as "ebnf" instead of "grammar"
by Robert Griesemer
· 16 years ago
698c6c0
A step towards "externalizing" some Go docs.
by Larry Hosken
· 16 years ago
9d7538b
slight refinement of select: evaluation is top to bottom, as in switches.
by Rob Pike
· 16 years ago
5eb3624
- added syntax for conversions (was missing)
by Robert Griesemer
· 16 years ago
01cadde
Deriving functions from methods
by Rob Pike
· 16 years ago
8cb9184
an attempt to define initialization order within a package.
by Rob Pike
· 16 years ago
678625d
minutiae: pass 1
by Rob Pike
· 16 years ago
f3a33bc
make SimpleStmt include EmptyStmt and the grammar simplifies a bit.
by Rob Pike
· 16 years ago
61dd836
correct and clarify the rules about integer conversions.
by Rob Pike
· 16 years ago
c134280
gccgo does not yet implement _
by Rob Pike
· 16 years ago
4e56b33
- blank identifier - fixed some links
by Robert Griesemer
· 16 years ago
5d16d23
update type switch to match spec.
by Russ Cox
· 16 years ago
506c008
cosmetic changes:
by Robert Griesemer
· 16 years ago
d3ffc5e
silence hlint
by Robert Griesemer
· 16 years ago
789e58c
unsafe is not declared in the outermost scope
by Russ Cox
· 16 years ago
5db1d38
Update restriction on declarations of methods.
by Stephen Ma
· 16 years ago
237c8ab
updated Implementation differences section
by Robert Griesemer
· 16 years ago
bdec330
remove leftover forward-decl syntax and example (per feedback from Austin)
by Robert Griesemer
· 16 years ago
aeaab59
- use "package block" nomenclature for exported identifier section
by Robert Griesemer
· 16 years ago
4ed666e
doc fixes (no lang changes)
by Robert Griesemer
· 16 years ago
1f95f0d
tweaks
by Robert Griesemer
· 16 years ago
9ecd30a
- modified type switches (replacement for CL 32659)
by Robert Griesemer
· 16 years ago
0262f88
fix duplicated word
by Rob Pike
· 16 years ago
d553707
allow "comma ok" in initializers
by Rob Pike
· 16 years ago
83cbca5
rewrite type rules for expressions and add shift examples
by Rob Pike
· 16 years ago
ef45e64
- unifying rules for var decls, short var decls, and assignments
by Robert Griesemer
· 16 years ago
8a45917
len and cap on chans
by Russ Cox
· 16 years ago
7c4f7cc
introduce meaningful section names, so that
by Russ Cox
· 16 years ago
fe53795
clean up multifile package section. remove ASCII digit comment that isn't true.
by Russ Cox
· 16 years ago
16b95ba
simplifications.
by Russ Cox
· 16 years ago
0a162a1
new scope rules
by Robert Griesemer
· 16 years ago
3e804ba
There should not be a prohibition against embedding an
by Ian Lance Taylor
· 16 years ago
4023dce
- remove language on forward decls - remove language on (in-)complete types
by Robert Griesemer
· 16 years ago
4b90833
- clarified section on return statements - added some TODOs
by Robert Griesemer
· 16 years ago
7539c85
language re: conversion of left operand in shift operations
by Robert Griesemer
· 16 years ago
Next »