- 28 May, 2010 5 commits
-
-
Alex Brainman authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/1382041
-
Alex Brainman authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/1383041
-
Rob Pike authored
read from standard input. Add description of scanning to the package comment. R=rsc CC=golang-dev https://golang.org/cl/1390041
-
Robert Griesemer authored
from an array; one needs to write a[0:] instead. R=rsc, r, iant, ken2 CC=golang-dev https://golang.org/cl/1365041
-
Roger Peppe authored
Fix Rectangle.Clip. It could return a non-canonical rectangle if its arguments did not overlap. e.g. Rect(0, 0, 10, 10).Clip(Rect(0, 20, 10, 30)) -> Rect(0, 20, 10, 10) R=rsc, r CC=golang-dev, golang-dev https://golang.org/cl/1290041
-
- 27 May, 2010 6 commits
-
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1363041
-
Andrew Gerrand authored
R=r, rsc CC=golang-dev https://golang.org/cl/1354041
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/1309045
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1326042
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1315042
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1315042
-
- 26 May, 2010 5 commits
-
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/1331041
-
Adam Langley authored
ModInverse is just a small wrapper around GcdInt, but it's nice to have in order to be clear about what one is doing in other code. R=gri, agl1 CC=golang-dev https://golang.org/cl/1244045
-
Rob Pike authored
R=gri CC=golang-dev https://golang.org/cl/1316042
-
Rob Pike authored
Still to do: - composite types - user-defined scanners - format-driven scanning The package comment will be updated when more of the functionality is in place. R=rsc CC=golang-dev https://golang.org/cl/1252045
-
Evan Shaw authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/1303041
-
- 25 May, 2010 6 commits
-
-
Andrew Gerrand authored
R=gri CC=golang-dev https://golang.org/cl/1253046
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1270042
-
Nigel Tao authored
On my laptop, time to prepare and write 800x600 pixels over the socket falls from 125-ish ms to 80-ish ms. Thanks to Roger Peppe for the suggestion. R=r CC=golang-dev https://golang.org/cl/1228044
-
Russ Cox authored
Fixes #806. R=ken2 CC=golang-dev https://golang.org/cl/1281042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1284041
-
Russ Cox authored
TBR=nigeltao CC=golang-dev https://golang.org/cl/1259042
-
- 24 May, 2010 18 commits
-
-
Russ Cox authored
Fixes #771. R=ken2 CC=golang-dev https://golang.org/cl/1267042
-
Russ Cox authored
Fixes #807. R=ken2 CC=golang-dev https://golang.org/cl/1283041
-
Christopher Wedgwood authored
R=rsc CC=golang-dev, r https://golang.org/cl/1271041
-
Evan Shaw authored
R=gri CC=golang-dev https://golang.org/cl/1270041
-
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
-