An error occurred fetching the project authors.
- 26 Jan, 2011 1 commit
-
-
Robert Griesemer authored
Fixes #1445. R=r, rsc, iant, ken2 CC=golang-dev https://golang.org/cl/4109041
-
- 21 Jan, 2011 1 commit
-
-
Russ Cox authored
Close of closed channel panics. Receive from closed channel never panics, even if done repeatedly. Fixes #1349. Fixes #1419. R=gri, iant, ken2, r, gri1, r2, iant2, rog, albert.strasheim, niemeyer, ejsherry CC=golang-dev https://golang.org/cl/3989042
-
- 20 Jan, 2011 1 commit
-
-
Robert Griesemer authored
The default float type is not very useful but for the most basic applications. For instance, as it is now, using the math package requires conversions for float variables (the arguments for math functions are usually float64). Typical real applications tend to specify the floating point precision required. This proposal removes the predeclared types float and complex. Variable declarations without type specification but with constant floating point or complex initializer expressions will assume the type float64 or complex128 respectively. The predeclared function cmplx is renamed to complex. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/3423041
-
- 19 Jan, 2011 1 commit
-
-
Robert Griesemer authored
Fixes #1421. R=r, rsc, iant, ken2 CC=golang-dev https://golang.org/cl/4039042
-
- 13 Jan, 2011 1 commit
-
-
Robert Griesemer authored
R=r, rsc, iant, ken2 CC=golang-dev https://golang.org/cl/3992041
-
- 10 Jan, 2011 1 commit
-
-
Robert Griesemer authored
Fixes #1285. R=r, rsc, iant, ken2, r2 CC=golang-dev https://golang.org/cl/3918041
-
- 05 Jan, 2011 1 commit
-
-
Rob Pike authored
Also fix a <p> error in go_spec.html. Fixes #1370. R=rsc, gri CC=golang-dev https://golang.org/cl/3835043
-
- 14 Dec, 2010 1 commit
-
-
Anthony Martin authored
R=gri CC=golang-dev https://golang.org/cl/3580042
-
- 02 Dec, 2010 1 commit
-
-
Robert Griesemer authored
- use math.Sqrt instead of Math.sqrt - use float64 for Point fields to match math.Sqrt - distinguish between Point and Point3D for clarity - add alignment sizes for complex types R=r, rsc, iant, ken2 CC=golang-dev https://golang.org/cl/3420041
-
- 12 Nov, 2010 1 commit
-
-
Anschel Schaffer-Cohen authored
Added a "return" to the end of an example which previously threw a compile error if used. R=golang-dev, gri CC=golang-dev https://golang.org/cl/3052041
-
- 09 Nov, 2010 2 commits
-
-
Peter Mundy authored
R=gri CC=golang-dev https://golang.org/cl/2970042
-
Peter Mundy authored
R=rsc, gri CC=golang-dev https://golang.org/cl/2985041
-
- 04 Nov, 2010 1 commit
-
-
Robert Griesemer authored
Consistency argument: A valid Go program should remain valid after stripping leading and trailing whitespace. This was not true so far if the last text in the source was a line comment. R=iant, ken2, r, rsc, r2 CC=golang-dev https://golang.org/cl/2906041
-
- 29 Oct, 2010 1 commit
-
-
Robert Griesemer authored
R=r, r2 CC=golang-dev https://golang.org/cl/2717043
-
- 27 Oct, 2010 2 commits
-
-
Robert Griesemer authored
R=iant, ken2, r, rsc CC=golang-dev https://golang.org/cl/2774041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2761041
-
- 25 Oct, 2010 2 commits
-
-
Robert Griesemer authored
R=iant, ken2, r, rsc CC=golang-dev https://golang.org/cl/2627043
-
Robert Griesemer authored
(language change as discussed a while ago) R=iant, ken2, r, rsc CC=golang-dev https://golang.org/cl/2716041
-
- 22 Oct, 2010 1 commit
-
-
Robert Griesemer authored
For elements which are themselves composite literals, the type may be omitted if it is identical to the element type of the containing composite literal. R=r, rsc, iant, ken2 CC=golang-dev https://golang.org/cl/2661041
-
- 30 Sep, 2010 1 commit
-
-
Russ Cox authored
Implies no embedding of pointer to interface value either. R=gri, iant, ken2, r, r2 CC=golang-dev https://golang.org/cl/2289041
-
- 28 Sep, 2010 3 commits
-
-
Robert Griesemer authored
R=iant, r, rsc, rog CC=golang-dev https://golang.org/cl/2226047
-
Russ Cox authored
Fixes #451. Fixes #770. R=ken2 CC=golang-dev https://golang.org/cl/2207045
-
Robert Griesemer authored
R=rsc, r, iant CC=golang-dev https://golang.org/cl/2266043
-
- 24 Sep, 2010 1 commit
-
-
Robert Griesemer authored
Also: Fixed a bug in the BuiltinCall production. R=iant, r, rsc CC=golang-dev https://golang.org/cl/2278041
-
- 20 Sep, 2010 1 commit
-
-
Joe Poirier authored
R=rsc CC=golang-dev https://golang.org/cl/2250041
-
- 07 Sep, 2010 3 commits
-
-
Robert Griesemer authored
Also: Added examples for slices with omitted index expressions. R=r, rsc CC=golang-dev https://golang.org/cl/2106047
-
Scott Lawrence authored
See also https://golang.org/cl/1957045/ R=gri, rsc, r CC=golang-dev https://golang.org/cl/2163042
-
Robert Griesemer authored
R=iant CC=golang-dev https://golang.org/cl/2128045
-
- 02 Sep, 2010 1 commit
-
-
Robert Griesemer authored
R=rsc CC=golang-dev, r https://golang.org/cl/2141041
-
- 01 Sep, 2010 2 commits
-
-
Rob Pike authored
No semantic change. R=rsc CC=golang-dev https://golang.org/cl/2099041
-
Rob Pike authored
R=gri, rsc CC=golang-dev https://golang.org/cl/2078041
-
- 24 Aug, 2010 1 commit
-
-
Ian Lance Taylor authored
R=r CC=golang-dev https://golang.org/cl/1941052
-
- 15 Aug, 2010 1 commit
-
-
Rob Pike authored
R=gri CC=golang-dev https://golang.org/cl/1960044
-
- 14 Aug, 2010 1 commit
-
-
Stephen Ma authored
R=golang-dev CC=golang-dev https://golang.org/cl/1982042
-
- 30 Jul, 2010 1 commit
-
-
Robert Griesemer authored
Background: The current spec is imprecise with respect to the parsing ambiguity for composite literals: It says that the ambiguity arises when the TypeName form of the LiteralType is used. The following code: if (B) {} ... is not using the TypeName form (but the parenthesized TypeName form) and thus could be interpreted as: if ((B){}) ... instead of if B {} ... Both compilers and gofmt choose the latter interpretation. One could fix the spec by making the clause regarding the parsing ambiguity more precise ("...using the _possibly parenthesized_ TypeName form of the LiteralType..."). The alternative (chosen here) is to simply disallow parenthesized literal types. Except for a single test case (test/parentype.go) there appears to be no Go code under $GOROOT containing parenthesized literal types. Furthermore, parentheses are never needed around a literal type for correct parsing. R=golang-dev CC=golang-dev https://golang.org/cl/1913041
-
- 27 Jul, 2010 1 commit
-
-
Andrew Gerrand authored
R=gri CC=golang-dev https://golang.org/cl/1894043
-
- 14 Jul, 2010 1 commit
-
-
Robert Griesemer authored
R=r, rsc CC=golang-dev https://golang.org/cl/1766042
-
- 13 Jul, 2010 2 commits
-
-
Rob Pike authored
- nil channel in regular send or receive panics - empty select blocks forever R=rsc, gri, iant, ken2 CC=golang-dev https://golang.org/cl/1825043
-
Robert Griesemer authored
Fixes #891. R=r, rsc CC=golang-dev https://golang.org/cl/1760043
-
- 09 Jul, 2010 1 commit
-
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/1790041
-