- 08 Dec, 2010 15 commits
-
-
Russ Cox authored
Formerly known as libcgo. Almost no code here is changing; the diffs are shown relative to the originals in libcgo. R=r CC=golang-dev https://golang.org/cl/3420043
-
Russ Cox authored
R=iant CC=golang-dev https://golang.org/cl/3431045
-
Russ Cox authored
R=r, iant CC=golang-dev https://golang.org/cl/3470044
-
Russ Cox authored
R=iant CC=golang-dev https://golang.org/cl/3503041
-
Russ Cox authored
R=ken2, ken3 CC=golang-dev https://golang.org/cl/3505041
-
Russ Cox authored
R=iant CC=golang-dev https://golang.org/cl/3507041
-
Russ Cox authored
R=iant CC=golang-dev https://golang.org/cl/3506041
-
Rob Pike authored
R=rh, gri CC=golang-dev https://golang.org/cl/3514041
-
Peter Mundy authored
The $GOOS choices text and combinations list should match. R=adg CC=golang-dev https://golang.org/cl/3485046
-
Robert Griesemer authored
Reduces indexing time by ~10%; from ~44s to ~39s, best of 3 runs. R=rsc CC=golang-dev https://golang.org/cl/3510041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/3399042
-
Alex Brainman authored
Fixes #1270. R=vcc, rsc CC=golang-dev https://golang.org/cl/3299041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/3426042
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/3463043
-
Alex Brainman authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/3419043
-
- 07 Dec, 2010 25 commits
-
-
Keith Rarick authored
R=rsc CC=golang-dev https://golang.org/cl/3508041
-
Eoghan Sherry authored
R=rsc CC=golang-dev https://golang.org/cl/3002041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/3502041
-
Nigel Tao authored
This lets us parse HTML like "<html>foo". R=gri CC=golang-dev https://golang.org/cl/3460043
-
Russ Cox authored
(Needed for Mac OS X symbol names.) R=ken2 CC=golang-dev https://golang.org/cl/3499041
-
Robert Griesemer authored
The name ParseFile was kept as it indicates that this function parses a Go 'SourceFile' per the Go spec. Similarly, the other functions (ParseExpr, ParseStmtList, ParseDeclList) parse the corresponding constructs as defined in the Go spec. Fixes #1311. R=r, rsc CC=golang-dev https://golang.org/cl/3453042
-
Rob Pike authored
I have written a tool to verify Printf calls, and although it's not ready to be reviewed yet it's already uncovered a spate of problems in the repository. I'm sending this CL to break the changes into pieces; as the tool improves it will find more, I'm sure. R=rsc CC=golang-dev https://golang.org/cl/3427043
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/3442042
-
Russ Cox authored
R=dsymonds TBR=dsymonds CC=golang-dev https://golang.org/cl/3425044
-
Eoghan Sherry authored
Fixes #1284. R=ken3, rsc CC=golang-dev https://golang.org/cl/3210041
-
Russ Cox authored
Document undocumented exported names. Allow nil Rand, Time, RootCAs in Config. Fixes #1248. R=agl1 CC=golang-dev https://golang.org/cl/3481042
-
Christian Himpel authored
R=agl1, rsc CC=golang-dev https://golang.org/cl/3366041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/3485044
-
Michael Hoisie authored
R=rsc CC=golang-dev https://golang.org/cl/3448042
-
Nigel Tao authored
(during init) to test-time (via gotest). R=gri CC=golang-dev https://golang.org/cl/3466044
-
David Symonds authored
R=stephenm, rsc CC=golang-dev https://golang.org/cl/2985042
-
Wei Guangjing authored
R=rsc, brainman, Joe Poirier, mattn CC=golang-dev https://golang.org/cl/2166041
-
Albert Strasheim authored
R=rsc CC=golang-dev https://golang.org/cl/2515043
-
Eoghan Sherry authored
R=rsc, iant CC=golang-dev https://golang.org/cl/3217042
-
Roger Peppe authored
R=rsc CC=golang-dev https://golang.org/cl/3395042
-
Albert Strasheim authored
Working on issue 1101. R=rsc CC=golang-dev https://golang.org/cl/2331044
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/3071041
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/3415042
-
Eoghan Sherry authored
Fixes #1290. R=rsc CC=golang-dev https://golang.org/cl/3259043
-
Dean Prichard authored
R=rsc CC=golang-dev https://golang.org/cl/3268042
-