- 11 Jan, 2010 5 commits
-
-
Robert Griesemer authored
now printed using the semicolon-free style. Removed NoSemis flag and mechanism dealing with optional semicolons from go/printer. Updated all go/printer output files using the semi-colon free style. Changes have no formatting impact on checked in go code under src and misc. R=rsc, r CC=golang-dev https://golang.org/cl/184068
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/186042
-
Russ Cox authored
R=r CC= golang-dev, Charlie Dorian, golang-dev https://golang.org/cl/184058
-
David Symonds authored
R=rsc CC=golang-dev https://golang.org/cl/183142
-
Robert Griesemer authored
Addresses some cases and respects position of closing parenthesis; but doesn't work yet in all cases. Heuristic; will need to be replaced by a real solution eventually. Does not cause existing code to be reformatted. R=r CC=golang-dev, rsc https://golang.org/cl/186043
-
- 10 Jan, 2010 1 commit
-
-
Charles L. Dorian authored
Note: sqrt_decl.go already in src/pkg/math/. R=rsc CC=golang-dev https://golang.org/cl/183155
-
- 09 Jan, 2010 2 commits
-
-
Russ Cox authored
in various already expensive routines. helps keep cpu utilization up when GOMAXPROCS > 1, but not a full solution. http://groups.google.com/group/golang-nuts/t/7a9535c4136d3e2 R=r CC=golang-dev https://golang.org/cl/184043
-
Russ Cox authored
rename original_author to copied_from so that it reads better when used as a condition. R=r CC=golang-dev https://golang.org/cl/185045
-
- 08 Jan, 2010 11 commits
-
-
Charles L. Dorian authored
Added tests for NaN and out-of-range values. Combined asin.go and atan.go into atan.go. R=rsc CC=golang-dev https://golang.org/cl/180065
-
Rob Pike authored
R=gri, iant CC=golang-dev https://golang.org/cl/183160
-
Russ Cox authored
Fixes #471. R=ken2 CC=golang-dev https://golang.org/cl/181184
-
Russ Cox authored
Fixes #475. R=ken2 CC=golang-dev https://golang.org/cl/183157
-
Russ Cox authored
Fixes #495. R=ken2 CC=golang-dev https://golang.org/cl/183156
-
Rob Pike authored
Fixes #501. R=rsc CC=golang-dev https://golang.org/cl/181183
-
Adam Langley authored
These are the scripts behind godashboard.appspot.com. Nothing is particularly beautiful about it, but it does run. I still need to add support for per-builder keys and for running the benchmarks. R=rsc CC=golang-dev https://golang.org/cl/183153
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/181156
-
Russ Cox authored
also send out hg mail for TBR submits R=r CC=golang-dev https://golang.org/cl/183137
-
Russ Cox authored
Fixes #502. R=r, hoisie CC=golang-dev https://golang.org/cl/181179
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/183141
-
- 07 Jan, 2010 12 commits
-
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/181171
-
Rob Pike authored
add a benchmark R=rsc CC=golang-dev https://golang.org/cl/181164
-
Rob Pike authored
some significant improvements: reverse-complement nbody (gccgo only) regex-dna pidigits one mysterious drop: binary-tree.go (gccgo only) R=rsc CC=golang-dev https://golang.org/cl/181158
-
Evan Shaw authored
Using FUCOMIP instead of the FUCOMP-FSTSW-SAHF sequence gives better performance and saves code space. R=rsc CC=golang-dev https://golang.org/cl/183139
-
Evan Shaw authored
R=rsc CC=golang-dev https://golang.org/cl/183140
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/183138
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/181163
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/183135
-
Russ Cox authored
R=ken2 https://golang.org/cl/183136
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/181157
-
Hector Chu authored
R=rsc CC=golang-dev https://golang.org/cl/176066
-
Russ Cox authored
TBR=r https://golang.org/cl/183133
-
- 06 Jan, 2010 9 commits
-
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/181155
-
Russ Cox authored
won't appear online until next release R=r CC=golang-dev https://golang.org/cl/183126
-
Austin Clements authored
remove-list-of-test-properties, since the latter is missing from XEmacs. Fixes #462. R=rsc CC=golang-dev https://golang.org/cl/181152
-
Russ Cox authored
R=r CC=golang-dev, petar-m https://golang.org/cl/183132
-
Devon H. O'Dell authored
This keeps debug symbols in for e.g. unreferenced enums. Fixes #479 R=rsc CC=golang-dev, waltermundt https://golang.org/cl/181102
-
Rob Pike authored
The model is that formatString is a a representation of a standard time, and that Format converts the time to that representation. Standard representaitons are defined for ANSIC, RFC850, RFC1123, and ISO8601. There's also a humane Kitchen fomat: 3:04PM. R=rsc, benolive, cw CC=golang-dev https://golang.org/cl/181130
-
Jan H. Hosang authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/181153
-
Devon H. O'Dell authored
QUOTED_GOBIN. Re-take of 181077; fixes copy-pasta that broke build. Fixes #468 R=rsc CC=golang-dev https://golang.org/cl/183125
-
Ivan Krasin authored
R=rsc, imkrasin CC=golang-dev https://golang.org/cl/179126
-