- 17 Jan, 2012 23 commits
-
-
Rob Pike authored
We need to avoid allocating an extra word for the interface value passing the floating-point value as an interface{}. It's easy. Fixes #2722. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5553044
-
Rob Pike authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5528115
-
Rob Pike authored
The package documentation did not mention them. They were described only in godoc for gotest, and that's going away. R=golang-dev, rsc, adg CC=golang-dev https://golang.org/cl/5539079
-
David Symonds authored
Follow-on from https://golang.org/cl/5543062. R=bradfitz, dvyukov CC=golang-dev https://golang.org/cl/5539071
-
Rob Pike authored
Fixes #2720. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5545072
-
Brad Fitzpatrick authored
Fixes 2450, probably. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5540074
-
Rob Pike authored
go test runs the tests itself; it does not run the gotest command, so these mentions are confusing. R=golang-dev, n13m3y3r CC=golang-dev https://golang.org/cl/5551043
-
Rob Pike authored
Fixes #1820. R=golang-dev, bradfitz, gri CC=golang-dev https://golang.org/cl/5540073
-
Brad Fitzpatrick authored
Fixes #2405 R=rsc CC=golang-dev https://golang.org/cl/5539048
-
Rob Pike authored
On 32-bit machines, %g takes an extra malloc. I don't know why yet, but this makes the test pass again, and enables it even for -short. Fixes #2653. R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/5542055
-
Brad Fitzpatrick authored
Fixes #2698 R=rsc CC=golang-dev https://golang.org/cl/5539060
-
Scott Lawrence authored
R=golang-dev CC=golang-dev https://golang.org/cl/5539076
-
Jongmin Kim authored
R=golang-dev, duperray.olivier, r CC=adg, golang-dev https://golang.org/cl/5542054
-
Shenghou Ma authored
Fixes #2717. R=r, rsc, dsymonds CC=golang-dev https://golang.org/cl/5545069
-
Luuk van Dijk authored
R=rsc CC=golang-dev https://golang.org/cl/5543063
-
Luuk van Dijk authored
Fixes #1909 R=rsc, gri CC=golang-dev https://golang.org/cl/5523047
-
Dmitriy Vyukov authored
Fixes #2713. R=golang-dev, r CC=golang-dev, mpimenov https://golang.org/cl/5545065
-
Alex Brainman authored
Mostly copied comments from unix files. R=rsc CC=golang-dev https://golang.org/cl/5533057
-
Alex Brainman authored
Fixes #2652. R=adg, rsc CC=golang-dev https://golang.org/cl/5516045
-
Gustavo Niemeyer authored
R=golang-dev CC=golang-dev https://golang.org/cl/5540062
-
Gustavo Niemeyer authored
Duplicated fields from URL were dropped so that its behavior is simple and expected when being stringified and when being operated by packages like http. Most of the preserved fields are in unencoded form, except for RawQuery which continues to exist and be more easily handled via url.Query(). The RawUserinfo field was also replaced since it wasn't practical to use and had limitations when operating with empty usernames and passwords which are allowed by the RFC. In its place the Userinfo type was introduced and made accessible through the url.User and url.UserPassword functions. What was previous built as: url.URL{RawUserinfo: url.EncodeUserinfo("user", ""), ...} Is now built as: url.URL{User: url.User("user"), ...} R=rsc, bradfitz, gustavo CC=golang-dev https://golang.org/cl/5498076
-
Mikio Hara authored
R=rsc CC=golang-dev https://golang.org/cl/5543065
-
Shenghou Ma authored
5l/asm.c: code in line 311-319 has already outputed segtext.sect->next; R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5532048
-
- 16 Jan, 2012 15 commits
-
-
Scott Lawrence authored
Fixes #2044. R=golang-dev CC=golang-dev https://golang.org/cl/5541056
-
Scott Lawrence authored
Fixes #2598. R=golang-dev, ality, minux.ma, mpimenov, rsc CC=golang-dev https://golang.org/cl/5510043
-
Russ Cox authored
The Makefiles will go away soon. R=agl CC=golang-dev https://golang.org/cl/5544081
-
David Symonds authored
R=golang-dev TBR=adg CC=golang-dev https://golang.org/cl/5545068
-
Jeff Hodges authored
Until a RFC 6265 jar lands, Request.AddCookie() will work incorrectly. Fixes #2692 R=bradfitz, rsc CC=golang-dev, r https://golang.org/cl/5544069
-
Shenghou Ma authored
R=golang-dev, jsing CC=golang-dev https://golang.org/cl/5528106
-
Christopher Wedgwood authored
R=dave, agl, agl CC=golang-dev https://golang.org/cl/5494057
-
Maxim Pimenov authored
R=golang-dev, dvyukov CC=golang-dev https://golang.org/cl/5540059
-
Dmitriy Vyukov authored
Fixes #2712. R=golang-dev, dsymonds CC=golang-dev, mpimenov https://golang.org/cl/5543062
-
Dmitriy Vyukov authored
Fixes #2710. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5541066
-
Dmitriy Vyukov authored
Fixes #2708. R=golang-dev, bradfitz CC=golang-dev, mpimenov https://golang.org/cl/5543060
-
Mikio Hara authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5545062
-
David Crawshaw authored
R=nigeltao, dsymonds, adg CC=golang-dev https://golang.org/cl/5544073
-
Jonathan Pittman authored
R=golang-dev, dave, agl CC=golang-dev https://golang.org/cl/5533081
-
Adam Langley authored
(Google CLA) R=rsc, bradfitz CC=golang-dev https://golang.org/cl/5544072
-
- 15 Jan, 2012 2 commits
-
-
Andrew Gerrand authored
R=golang-dev CC=golang-dev https://golang.org/cl/5539064
-
Andrew Gerrand authored
R=golang-dev, dsymonds, r, n13m3y3r CC=golang-dev https://golang.org/cl/5543049
-