index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
go_spec.html
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-03
go spec: Base comparison compatibility on assignment compatibility.
Robert Griesemer
1
-73
/
+68
2010-05-28
go spec: change def. of "type compatibility" to be non-recursive
Robert Griesemer
1
-28
/
+38
2010-05-27
go spec: Disallow &a notation to obtain a slice
Robert Griesemer
1
-7
/
+1
2010-05-25
spec: Fix link to fallthrough statements
Evan Shaw
1
-1
/
+1
2010-05-24
go spec: minor fix, to match conversion rules 4 and 5
Robert Griesemer
1
-1
/
+2
2010-05-24
go spec: fix and clarify syntax of conversions
Robert Griesemer
1
-6
/
+17
2010-05-24
spec: index of non-addressable array is not addressable
Russ Cox
1
-3
/
+4
2010-05-23
spec: Fix a code tag
Evan Shaw
1
-1
/
+1
2010-05-14
go spec: added imaginary literal to semicolon rules (was missing)
Robert Griesemer
1
-12
/
+34
2010-05-07
go spec: simplify section on channel types
Robert Griesemer
1
-20
/
+18
2010-05-04
go spec: clarification of make arguments,
Robert Griesemer
1
-14
/
+17
2010-04-29
go spec: fix iota description
Robert Griesemer
1
-5
/
+4
2010-04-28
spec: clarify "continue" with label. the text was obvious in intent but
Rob Pike
1
-1
/
+4
2010-04-27
go spec: fix wrong comment
Robert Griesemer
1
-1
/
+1
2010-04-22
spec: Fix run-time panic header id
Evan Shaw
1
-1
/
+1
2010-04-13
go_spec updates
Russ Cox
1
-5
/
+5
2010-04-08
gp_spec typo fix: code example in the "Handling panics" section
Joe Poirier
1
-1
/
+1
2010-04-01
go spec: correct clarification of type declaration
Robert Griesemer
1
-6
/
+3
2010-03-31
go spec: clarification of type declarations
Robert Griesemer
1
-2
/
+8
2010-03-30
godoc: support for title and subtitle headers when serving .html docs
Robert Griesemer
1
-1
/
+2
2010-03-29
spec: typo in switch sample code, missing semicolon
Andrew Gerrand
1
-1
/
+1
2010-03-26
gc: allow taking address of out parameters
Russ Cox
1
-1
/
+1
2010-03-25
spec changes for panic and recover.
Rob Pike
1
-8
/
+178
2010-03-24
Delete panicln from the spec.
Rob Pike
1
-2
/
+1
2010-03-23
go spec: modification of defer statement
Robert Griesemer
1
-5
/
+17
2010-03-23
Go spec: map indexing never raises a runtime exception.
Robert Griesemer
1
-25
/
+28
2010-03-10
Revert previous change: complexN only converts to complexN.
Ian Lance Taylor
1
-1
/
+1
2010-03-10
go_spec.html: fix typo and link
Robert Griesemer
1
-4
/
+4
2010-03-08
Complex values may only be compared for equality or inequality.
Ian Lance Taylor
1
-2
/
+2
2010-03-08
Clarify that conversions to complex are OK.
Ian Lance Taylor
1
-1
/
+1
2010-03-04
Spec for complex numbers
Rob Pike
1
-35
/
+153
2010-02-17
language spec: make NUL byte rule an implementation restriction
Robert Griesemer
1
-1
/
+2
2010-02-16
spec: disallow NUL in source files
Russ Cox
1
-0
/
+3
2010-02-17
specification of []int(string) and []byte(string).
Rob Pike
1
-12
/
+40
2010-02-01
...T is now implemented
Rob Pike
1
-1
/
+0
2010-01-27
note that ...T is not yet implemented.
Rob Pike
1
-0
/
+1
2010-01-27
add definition of new parameter style
Rob Pike
1
-17
/
+51
2010-01-27
Clarify parsing of channel types.
Robert Griesemer
1
-1
/
+13
2010-01-26
spec: allow func() func().
Russ Cox
1
-18
/
+18
2010-01-25
log.Fatal does not exist. Use log.Crash.
Rob Pike
1
-2
/
+2
2010-01-18
spec: mention Inf and NaN are supported at run time.
Russ Cox
1
-1
/
+11
2010-01-13
Clarify when expressions are evaluated for a range clause.
Ian Lance Taylor
1
-1
/
+6
2010-01-13
fix typo found by kevin ballard
Rob Pike
1
-1
/
+1
2010-01-09
fix typo
Rob Pike
1
-1
/
+1
2010-01-04
remove reference to "basic literal" since it's never defined
Robert Griesemer
1
-1
/
+2
2009-12-28
Clarify section on tokens.
Robert Griesemer
1
-3
/
+4
2009-12-23
go_spec: use PrimaryExpr as type switch expression
Russ Cox
1
-1
/
+1
2009-12-10
Spec modified to reflect new semicolon rules.
Robert Griesemer
1
-242
/
+273
2009-12-04
spec: document that built-ins cannot be used as func values
Russ Cox
1
-0
/
+6
2009-12-02
Add copy to the list of predeclared functions.
Ian Lance Taylor
1
-1
/
+1
[next]