- 13 Jan, 2010 8 commits
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/184069
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/186108
-
Rob Pike authored
allow an underscore to stand for a space or digit if the following number is >=10. R=rsc CC=golang-dev https://golang.org/cl/186115
-
Rob Pike authored
by definition, they know what they are building for. makes it easier to switch architectures when testing. % 6g x.go % 6l x.6 % 6.out "Wed Jan 13 10:57:46 EST 2010" % 8g x.go % 8l x.8 % 8.out "Wed Jan 13 10:57:46 EST 2010" % echo $GOARCH % R=rsc CC=golang-dev https://golang.org/cl/186116
-
Kevin Ballard authored
Sometimes during editing, when the buffer is emptied (for example, as part of a call to M-x gofmt), an error is raised when remove-text-properties is called. Ensure that these calls use point-max instead of buffer-size to determine their end point. R=golang-dev, r CC=golang-dev https://golang.org/cl/189042
-
Rob Pike authored
and specify a lowest id granted to users. R=rsc CC=golang-dev https://golang.org/cl/186081
-
Rob Pike authored
R=gri CC=golang-dev https://golang.org/cl/186113
-
Robert Griesemer authored
Emphasis on minimal interface and fast scanning. Recognizes all Go literals by default. Easily configurable to recognize different whitespace characters and tokens. Provides detailed position information for each token. R=rsc, r CC=golang-dev https://golang.org/cl/181160
-
- 12 Jan, 2010 11 commits
-
-
Adam Langley authored
R=rsc, agl, r CC=golang-dev https://golang.org/cl/188043
-
Evan Shaw authored
* Highlight built in functions * Add copy built in function * Handle multi-line strings R=rsc CC=golang-dev https://golang.org/cl/184059
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/186078
-
Roger Peppe authored
than one explicitly named file. R=rsc, gri CC=golang-dev https://golang.org/cl/186095
-
Charles L. Dorian authored
Added special case tests to all_test.go. Added tests to Floor, in-lined tests in Exp and Log. R=rsc CC=golang-dev https://golang.org/cl/184081
-
Adam Langley authored
Fixes #515. R=rsc CC=golang-dev https://golang.org/cl/184079
-
Adam Langley authored
Fixes #516. R=rsc CC=golang-dev, golang-dev https://golang.org/cl/184080
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/186079
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/186079
-
Rob Pike authored
amd64 linux only. R=rsc CC=golang-dev https://golang.org/cl/186077
-
Charles L. Dorian authored
Added special case tests to all_test.go for Fmod. Fixed Fmod [hung for Fmod(+/-Inf, <finite>)]. Also added test for Ceil in all_test.go. R=rsc CC=golang-dev https://golang.org/cl/186076
-
- 11 Jan, 2010 8 commits
-
-
Bill Neubauer authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/184055
-
Devon H. O'Dell authored
Fixes #435 R=rsc CC=golang-dev https://golang.org/cl/181161
-
Yongjian Xu authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/181186
-
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 10 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
-