- 16 Jan, 2010 1 commit
-
-
Rob Pike authored
bytes.Buffer.WriteString Fixes #535. R=rsc CC=golang-dev https://golang.org/cl/189096
-
- 15 Jan, 2010 11 commits
-
-
Ian Lance Taylor authored
gccgo currently passes this test; 8g currently does not. I think I counted everything out right. R=rsc CC=golang-dev https://golang.org/cl/186165
-
Ian Lance Taylor authored
Fixes range.go test for 6g. R=rsc CC=golang-dev https://golang.org/cl/189093
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/186169
-
Yves Junqueira authored
http://code.google.com/p/go/issues/detail?id=313 This conflics with Chris' patch at: https://golang.org/cl/181063 But I believe this is more complete since it has a simple caching and proper tests. R=cw, rsc CC=golang-dev https://golang.org/cl/183066
-
Robert Griesemer authored
- Identifiers refer now to the language entity (Object) that they denote. At the moment this is at best an approximation. - Initial data structures for language entities (Objects) and expression types (Type) independent of the actual type notations. - Initial support for declaring and looking up identifiers. - Updated various dependent files and added support functions. - Extensively tested to avoid breakage. This is an AST change. R=rsc CC=golang-dev, rog https://golang.org/cl/189080
-
Jan H. Hosang authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/181151
-
Charles L. Dorian authored
Added special case tests to all_test.go. Added tests to hypot.go, otherwise hangs. R=rsc CC=golang-dev https://golang.org/cl/186118
-
Charles L. Dorian authored
sin, cos, tan, asin, acos, atan, exp, log, log10, floor, ceil, and fabs R=rsc CC=golang-dev https://golang.org/cl/189083
-
Ian Lance Taylor authored
R=rsc CC=golang-dev https://golang.org/cl/189088
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/186161
-
Nigel Tao authored
Fixes #531. R=r CC=golang-dev https://golang.org/cl/189078
-
- 14 Jan, 2010 11 commits
-
-
Rob Pike authored
Fixes #527. R=rsc CC=golang-dev https://golang.org/cl/186159
-
Russ Cox authored
8l: add GOOS=pchw, stop spelling out all the elf numbers. R=r CC=golang-dev https://golang.org/cl/186144
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/186148
-
Devon H. O'Dell authored
R=rsc CC=golang-dev https://golang.org/cl/186146
-
Russ Cox authored
* move memory code into $GOOS-specific directory. * allow printing of static strings < 256 bytes. (dynamic strings will bump maxstring as they are allocated.) * use cgo2c for runtime.mal. R=r, dho CC=golang-dev https://golang.org/cl/186143
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/189062
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/186147
-
Rob Pike authored
allow formatting of ruby-style times. Fixes #518. R=rsc CC=golang-dev https://golang.org/cl/186119
-
Devon H. O'Dell authored
to #defined things. Fixes #520. R=rsc, rsaarelm CC=golang-dev https://golang.org/cl/186138
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/186145
-
Russ Cox authored
move talk-20091030 down. add talk given at Stanford 2010/01/12. add doc/go-logo-white.png. R=r CC=golang-dev https://golang.org/cl/186132
-
- 13 Jan, 2010 13 commits
-
-
Robert Griesemer authored
Replacement for CL 184084; originally by Roger Peppe (rogpeppe@gmail.com). R=rsc CC=golang-dev, rog https://golang.org/cl/189059
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/186139
-
Russ Cox authored
demo at http://wreck:8080/doc/ click on go_talk-20100112.html R=gri CC=golang-dev https://golang.org/cl/186137
-
Ian Lance Taylor authored
R=gri, rsc CC=golang-dev https://golang.org/cl/189057
-
Devon H. O'Dell authored
Fixes #307. R=rsc CC=golang-dev https://golang.org/cl/186073
-
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 4 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
-