- 24 May, 2010 18 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1278042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1274042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1220046
-
Russ Cox authored
Fixes #808. R=ken2 CC=golang-dev https://golang.org/cl/1273042
-
Nigel Tao authored
R=rsc CC=golang-dev https://golang.org/cl/1282041
-
Robert Griesemer authored
Fixes #803. R=rsc, r, iant, ken2 CC=golang-dev https://golang.org/cl/1281041
-
Peter Williams authored
R=rsc CC=golang-dev https://golang.org/cl/1140043
-
Russ Cox authored
R=adg CC=golang-dev https://golang.org/cl/1221043
-
Russ Cox authored
Motivated by: func f() []int func g() [10]int f()[1] = 1 // ok g()[1] = 1 // ERROR R=gri CC=golang-dev https://golang.org/cl/1278041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1254044
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1275042
-
Russ Cox authored
Fixes #804. R=ken2 CC=golang-dev https://golang.org/cl/1224045
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1280041
-
Robert Griesemer authored
- accepted by gccgo, gofmt - some not accepted by 6g - spec revision forthcoming R=rsc CC=golang-dev https://golang.org/cl/1279041
-
Alex Brainman authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/1209048
-
Nigel Tao authored
This ought to make draw/x11 work on a Mac. R=rsc CC=golang-dev https://golang.org/cl/1265042
-
Adam Langley authored
R=gri CC=golang-dev, golang-dev https://golang.org/cl/1244044
-
Andrew Gerrand authored
R=rsc, r CC=golang-dev https://golang.org/cl/1268041
-
- 23 May, 2010 3 commits
-
-
Evan Shaw authored
I have no idea how that got in there. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/1240046
-
Evan Shaw authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/1266042
-
Nigel Tao authored
R=rsc, r CC=golang-dev https://golang.org/cl/1267041
-
- 22 May, 2010 5 commits
-
-
Robert Griesemer authored
apply gofmt to src, misc Fixes #752. R=rsc CC=golang-dev https://golang.org/cl/1240044
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1231044
-
Russ Cox authored
R=dho CC=golang-dev https://golang.org/cl/1257043
-
Devon H. O'Dell authored
R=rsc, iant CC=golang-dev, graeme.perrow https://golang.org/cl/1193046
-
Christopher Wedgwood authored
R=rsc CC=golang-dev https://golang.org/cl/684041
-
- 21 May, 2010 14 commits
-
-
Evan Shaw authored
Implementations are pretty rough and simple at this point, but it's a start. R=gri CC=golang-dev https://golang.org/cl/1250043
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1242045
-
Russ Cox authored
Fixes #780. R=r CC=golang-dev https://golang.org/cl/1221042
-
Russ Cox authored
TBR=nigeltao CC=golang-dev https://golang.org/cl/1262042
-
Russ Cox authored
R=kaib CC=golang-dev https://golang.org/cl/1209047
-
Robert Griesemer authored
always return z for nat.scan R=rsc CC=golang-dev https://golang.org/cl/1236043
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1211047
-
Robert Griesemer authored
forthcoming implementation of big.Rat) R=rsc CC=golang-dev https://golang.org/cl/1229047
-
Russ Cox authored
tweaks & tests of last bug fix too. R=ken2 CC=golang-dev https://golang.org/cl/1207044
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1243044
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/1224044
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/1198046
-
Russ Cox authored
Fixes #793. R=ken2 CC=golang-dev https://golang.org/cl/1249043
-
Ken Thompson authored
cannot allocate an audomatic temp while real registers are allocated. there is a chance that the automatic will be allocated to one of the allocated registers. the fix is to not registerize such variables. R=rsc CC=golang-dev https://golang.org/cl/1202042
-