- 03 Aug, 2010 1 commit
-
-
Nigel Tao authored
except for Black and White. R=rsc CC=golang-dev, mpl, r https://golang.org/cl/1903049
-
- 02 Aug, 2010 1 commit
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1860046
-
- 01 Aug, 2010 1 commit
-
-
Nigel Tao authored
R=rsc CC=golang-dev, mpl https://golang.org/cl/1894047
-
- 30 Jul, 2010 14 commits
-
-
Bill Neubauer authored
R=rsc, ukai CC=golang-dev https://golang.org/cl/1669056
-
Russ Cox authored
R=wcn CC=golang-dev https://golang.org/cl/1902043
-
Russ Cox authored
Faults beyond the first page are not expected and should fail loudly. They are not subject to recover. R=r CC=golang-dev https://golang.org/cl/1915042
-
Kai Backman authored
these tests work fine on n1 and gumstix. it's unclear why they keep failing on the godashboard build. R=rsc CC=golang-dev https://golang.org/cl/1664056
-
Kai Backman authored
R=rsc CC=golang-dev https://golang.org/cl/1913042
-
Kai Backman authored
also changed zerodivide to output "BUG" R=rsc CC=golang-dev https://golang.org/cl/1871055
-
Kai Backman authored
R=rsc CC=golang-dev https://golang.org/cl/1742050
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1896044
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1907045
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1784042
-
Joe Poirier authored
R=brainman, rsc CC=golang-dev https://golang.org/cl/1676054
-
Robert Griesemer authored
( This CL is dependent on acceptance of https://golang.org/cl/1913041/show ) R=go-dev CC=golang-dev https://golang.org/cl/1860045
-
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
-
Andrew Gerrand authored
This is a stop-gap change to give more current information visibility before a more thorough reorganization. R=r, rsc, gri CC=golang-dev https://golang.org/cl/1902042
-
- 29 Jul, 2010 10 commits
-
-
Yuusei Kuwana authored
For example: mime.AddExtensionType(".m3u8", "application/x-mpegURL") mime.AddExtensionType(".ts", "video/MP2T") R=rsc, rsc1 CC=golang-dev https://golang.org/cl/1698046
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1871054
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1900044
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/1846051
-
Rob Pike authored
Fixes #976. R=rsc, chris tighe, r CC=golang-dev https://golang.org/cl/1697057
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/1874046
-
Wei Guangjing authored
R=brainman, rsc CC=golang-dev https://golang.org/cl/1748042
-
Vinu Rajashekhar authored
of syscall.Syscall and syscall.SYS_KILL. In RTEMS, there is no syscall.Syscall support, but it does support POSIX signals. So, if this testcase is changed to use syscall.Kill, then it would run fine on RTEMS, when using gccgo. R=rsc, iant CC=golang-dev https://golang.org/cl/1863046
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1906042
-
Fazlul Shahriar authored
Fixes #851. R=rsc CC=golang-dev https://golang.org/cl/1729052
-
- 28 Jul, 2010 4 commits
-
-
Rob Pike authored
Fix the documentation of newline handling in *f routines to match the implementation. R=rsc CC=golang-dev https://golang.org/cl/1899042
-
Brad Fitzpatrick authored
Little helpers I've found useful. R=adg, rsc, r, gri CC=golang-dev https://golang.org/cl/1764043
-
Kai Backman authored
R=rsc CC=golang-dev https://golang.org/cl/1907041
-
Kai Backman authored
R=rsc CC=golang-dev https://golang.org/cl/1692057
-
- 27 Jul, 2010 9 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1893042
-
Andrew Gerrand authored
Fixes #949. R=rsc CC=golang-dev https://golang.org/cl/1886046
-
Andrew Gerrand authored
Fixes #945. R=r CC=golang-dev https://golang.org/cl/1848049
-
Andrew Gerrand authored
R=r, rsc CC=golang-dev https://golang.org/cl/1669055
-
Andrew Gerrand authored
R=gri CC=golang-dev https://golang.org/cl/1894043
-
Andrew Gerrand authored
Plus automatic package<->project association script. (This is just a helper script for now. I intend to fully automate the associations further down the track.) R=rsc CC=golang-dev https://golang.org/cl/1715054
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1871049
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1875049
-
Russ Cox authored
Fixes #961. Fixes #962. R=ken2 CC=golang-dev https://golang.org/cl/1903043
-