- 02 Dec, 2010 4 commits
-
-
Robert Griesemer authored
R=rsc, iant2 CC=golang-dev https://golang.org/cl/3417041
-
Brad Fitzpatrick authored
Fixes #1306. R=rsc CC=golang-dev https://golang.org/cl/3332043
-
Rob Pike authored
Before one could say {field} or {field|formatter} Now one can also say {field1 field2 field3} or {field1 field2 field3|formatter} and the fields are passed as successive arguments to the formatter, analogous to fmt.Print. R=rsc, gri CC=golang-dev https://golang.org/cl/3385041
-
Rob Pike authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/3395041
-
- 01 Dec, 2010 4 commits
-
-
Rob Pike authored
Make them more like Printf, with a ... final argument. This breaks code with existing formatters but not the templates that use them. R=rsc, gri CC=golang-dev https://golang.org/cl/3378041
-
Kyle Consalus authored
Changed all uses of bytes.Add (aside from those testing bytes.Add) to append(a, b...). Also ran "gofmt -s" and made use of copy([]byte, string) in the fasta benchmark. R=golang-dev, r, r2 CC=golang-dev https://golang.org/cl/3302042
-
Roger Peppe authored
This means that any Writer can be used safely even when Output is called concurrently. Fixes #1302. R=r, nigeltao_gnome CC=golang-dev https://golang.org/cl/3300042
-
Benny Siegert authored
Make Split work on backslashes as well as on slashes under Windows and support the "C:filename" special case. Also add corresponding tests. R=r, rsc, PeterGo, r2, brainman CC=golang-dev https://golang.org/cl/3008041
-
- 30 Nov, 2010 10 commits
-
-
Luuk van Dijk authored
R=iant CC=golang-dev https://golang.org/cl/3344044
-
Rob Pike authored
Fixes #1313. R=gri CC=golang-dev https://golang.org/cl/3361041
-
Adam Langley authored
R=r CC=golang-dev https://golang.org/cl/3364041
-
Adam Langley authored
(Speeds up the code about 25x) R=r CC=golang-dev https://golang.org/cl/3359042
-
Rob Pike authored
Fixes #1308. R=rsc, r2 CC=golang-dev https://golang.org/cl/3280045
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/3359041
-
Rob Pike authored
thanks to snilsson@nada.kth.se for the original CL. R=gri CC=golang-dev, snilsson https://golang.org/cl/3280044
-
Eoghan Sherry authored
R=gri CC=golang-dev https://golang.org/cl/3352041
-
Robert Griesemer authored
R=r, r2 CC=golang-dev https://golang.org/cl/3311043
-
Luuk van Dijk authored
R=rsc CC=golang-dev https://golang.org/cl/3308041
-
- 29 Nov, 2010 5 commits
-
-
Peter Mundy authored
Consistently use 6060 as the port number. R=gri CC=golang-dev https://golang.org/cl/3287042
-
Luuk van Dijk authored
R=rsc CC=golang-dev https://golang.org/cl/3306042
-
Anschel Schaffer-Cohen authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/3288042
-
Rob Pike authored
R=rsc, cw, PeterGo CC=golang-dev https://golang.org/cl/3319042
-
Peter Mundy authored
R=adg CC=golang-dev https://golang.org/cl/3315041
-
- 28 Nov, 2010 1 commit
-
-
Anschel Schaffer-Cohen authored
R=golang-dev, nigeltao CC=golang-dev https://golang.org/cl/3283042
-
- 27 Nov, 2010 1 commit
-
-
Ian Lance Taylor authored
R=rsc, adg CC=golang-dev https://golang.org/cl/3316041
-
- 26 Nov, 2010 1 commit
-
-
Mathieu Lonjaret authored
R=golang-dev, nigeltao_gnome, nigeltao CC=golang-dev https://golang.org/cl/3334041
-
- 24 Nov, 2010 1 commit
-
-
Alex Brainman authored
Fixes #1294. R=golang-dev, PeterGo, iant CC=golang-dev https://golang.org/cl/3271041
-
- 23 Nov, 2010 2 commits
-
-
Andrew Gerrand authored
R=nigeltao CC=golang-dev https://golang.org/cl/3294041
-
Andrew Gerrand authored
R=nigeltao CC=golang-dev https://golang.org/cl/3293041
-
- 22 Nov, 2010 4 commits
-
-
Yves Junqueira authored
Fixes #1281. R=adg CC=golang-dev https://golang.org/cl/3150041
-
Yves Junqueira authored
Fixes #1282. R=adg CC=golang-dev https://golang.org/cl/3152041
-
Wei Guangjing authored
Fixes #1275. R=rsc, brainman CC=golang-dev https://golang.org/cl/3136042
-
Anthony Martin authored
# test program 1 package main 2 3 type C chan int 4 5 func F(c C) { 6 c <- true 7 } # old error test.go:6: cannot use true (type bool) as type int in function argument # new error test.go:6: cannot use true (type bool) as type int in channel send R=rsc, ejsherry CC=golang-dev https://golang.org/cl/3231042
-
- 21 Nov, 2010 1 commit
-
-
Robert Griesemer authored
This will make it easier to use Pos values together with suffix arrays by slightly de- coupling the mapping of Pos values to global offsets. R=rsc CC=golang-dev https://golang.org/cl/3231041
-
- 20 Nov, 2010 1 commit
-
-
Ken Thompson authored
thanks to vskrap, andrey mirtchovski, and Eoghan Sherry. R=rsc CC=golang-dev https://golang.org/cl/3245041
-
- 19 Nov, 2010 5 commits
-
-
Robert Griesemer authored
- compare against fsModified to check if index is out of date - don't change fsModified if there are no user-mapped file systems R=rsc, iant CC=golang-dev https://golang.org/cl/3213041
-
Adam Langley authored
(Files which I left out of the initial commit to keep it small.) R=rsc CC=golang-dev https://golang.org/cl/3183043
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/3200041
-
Adam Langley authored
cipher is intended to replace crypto/block over time. This change only adds basic parts: CBC and CTR mode and doesn't add the package to the top-level Makefile. R=r, rsc CC=golang-dev https://golang.org/cl/3069041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/3209041
-