- 19 Jan, 2010 8 commits
-
-
Russ Cox authored
bake default values in during build. R=r CC=golang-dev https://golang.org/cl/186173
-
Russ Cox authored
R=iant CC=golang-dev, petar-m https://golang.org/cl/189095
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/186216
-
Russ Cox authored
Fixes #529. R=ken2 CC=golang-dev https://golang.org/cl/186215
-
Russ Cox authored
Fixes #402. R=ken2 CC=golang-dev https://golang.org/cl/186214
-
Russ Cox authored
Fixes #481. R=ken2 CC=golang-dev https://golang.org/cl/186213
-
Russ Cox authored
Fixes #455. R=ken2 CC=golang-dev https://golang.org/cl/186212
-
Russ Cox authored
Fixes #539. R=ken2 CC=golang-dev https://golang.org/cl/190043
-
- 18 Jan, 2010 3 commits
-
-
Russ Cox authored
Fixes #476. R=r CC=golang-dev https://golang.org/cl/190041
-
Russ Cox authored
Fixes #526. R=r CC=golang-dev https://golang.org/cl/186211
-
Russ Cox authored
add hyperlink at mention of package reflect. Fixes #438. R=r CC=golang-dev https://golang.org/cl/190042
-
- 16 Jan, 2010 2 commits
-
-
Robert Griesemer authored
Wrong position information for identifier could lead to destructive reformatting of source via hg gofmt. R=rsc CC=golang-dev https://golang.org/cl/189100
-
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 5 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
-