- 28 Sep, 2010 4 commits
-
-
Charles L. Dorian authored
Fixes #1141. R=rsc CC=adg, golang-dev https://golang.org/cl/2194047
-
Robert Griesemer authored
R=rsc, r, iant CC=golang-dev https://golang.org/cl/2266043
-
Brad Fitzpatrick authored
R=rsc, bradfitz1 CC=golang-dev https://golang.org/cl/2261042
-
Russ Cox authored
Fixes #1076. R=adg CC=golang-dev https://golang.org/cl/2248045
-
- 27 Sep, 2010 12 commits
-
-
Robert Griesemer authored
There are a variety of token pairs that if printed without separating blank may combine into a different token sequence. Most of these (except for INT + .) don't happen at the moment due to the spacing introduced between expression operands. However, this will prevent errors should the expression spacing change. R=rsc CC=golang-dev https://golang.org/cl/2207044
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2216054
-
Rob Pike authored
when creating an array of Strings. R=rsc CC=golang-dev https://golang.org/cl/2267046
-
Russ Cox authored
Fixes #906. R=ken2 CC=golang-dev https://golang.org/cl/2279042
-
Russ Cox authored
Fixes #1142. R=ken2 CC=golang-dev https://golang.org/cl/2218046
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/2254047
-
Russ Cox authored
Fixes #1139. R=ken2 CC=golang-dev https://golang.org/cl/2194046
-
Balazs Lecz authored
R=rsc CC=golang-dev https://golang.org/cl/2241045
-
Russ Cox authored
R=r, r2 CC=golang-dev https://golang.org/cl/2216053
-
Wei Guangjing authored
R=rsc CC=golang-dev, vcc https://golang.org/cl/2216051
-
Alex Brainman authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/2213048
-
Andrew Gerrand authored
Fixes #1140. R=golang-dev CC=golang-dev https://golang.org/cl/2240043
-
- 25 Sep, 2010 2 commits
-
-
Alex Brainman authored
R=golang-dev CC=golang-dev https://golang.org/cl/2204050
-
Ian Lance Taylor authored
R=gri CC=golang-dev https://golang.org/cl/2220048
-
- 24 Sep, 2010 22 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/2225048
-
Russ Cox authored
was x.go:2: syntax error: unexpected $undefined now x.go:2: syntax error: unexpected \ R=ken2 CC=golang-dev https://golang.org/cl/2267044
-
Robert Griesemer authored
Also: Fixed a bug in the BuiltinCall production. R=iant, r, rsc CC=golang-dev https://golang.org/cl/2278041
-
Rob Pike authored
R=rsc, rog CC=golang-dev https://golang.org/cl/2275041
-
Russ Cox authored
Not all OS make that the default. Can finally do this now that the syscall package has the right definitions. Fixes #679. R=r CC=golang-dev https://golang.org/cl/2204048
-
Russ Cox authored
Reported by jan.newmarch. Fixes #1130. R=r CC=golang-dev https://golang.org/cl/2212043
-
Robert Griesemer authored
Fixes rewrite bug: 'f(x) -> f(0)' where functions "picked up" ... arguments. R=rsc CC=golang-dev https://golang.org/cl/2279041
-
Russ Cox authored
darwin/386 darwin/amd64 freebsd/386 freebsd/amd64 linux/386 linux/amd64 nacl/386 TBR=adg CC=golang-dev https://golang.org/cl/2198047
-
Russ Cox authored
THIS WILL BREAK THE BUILD. The z files have socketpair code in them that was written by hand; breaking the build with this is the first step in getting rid of that hand-written code. R=adg TBR=adg CC=golang-dev https://golang.org/cl/2197050
-
Russ Cox authored
TBR=adg CC=golang-dev https://golang.org/cl/2218044
-
Russ Cox authored
TBR=adg CC=golang-dev https://golang.org/cl/2208050
-
Russ Cox authored
TBR=adg CC=golang-dev https://golang.org/cl/2208049
-
Russ Cox authored
work on FreeBSD even without /usr/src/sys. work on systems where gcc -static is broken. TBR so I can test my semi-automated z builder. TBR=adg CC=golang-dev https://golang.org/cl/2215046
-
Russ Cox authored
TBR=gri CC=golang-dev https://golang.org/cl/2229047
-
Russ Cox authored
TBR=gri CC=golang-dev https://golang.org/cl/2221044
-
Russ Cox authored
Replace Marshal with MarshalToMemory (no one was using old Marshal anyway). Swap arguments to Unmarshal. Fixes #1133. R=agl1 CC=golang-dev https://golang.org/cl/2249045
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2218043
-
Dan Sinclair authored
Fixes #1112. R=rsc CC=golang-dev https://golang.org/cl/2255042
-
Russ Cox authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/2273042
-
Russ Cox authored
R=ken2, ken3 CC=golang-dev https://golang.org/cl/2208047
-
Russ Cox authored
Makes gdb display full paths in backtrace. Dropped during the most recent reorg. R=r CC=golang-dev https://golang.org/cl/2216047
-
Russ Cox authored
Bug and fix identified by Alexey Gokhberg. Fixes #1135. R=r, brainman CC=golang-dev https://golang.org/cl/2198046
-