- 27 Mar, 2012 13 commits
-
-
Rob Pike authored
R=golang-dev, dsymonds CC=ben.fried, golang-dev https://golang.org/cl/5869043
-
Rémy Oudompheng authored
Fixes #3342. R=iant, r, dave, rsc CC=golang-dev, remy https://golang.org/cl/5844051
-
Francisco Souza authored
The Makefile target was broken due to the rename of the HTML file. R=golang-dev CC=golang-dev https://golang.org/cl/5918045
-
Andrew Gerrand authored
Fixes #3400. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5926043
-
Francisco Souza authored
Originally published on The Go Programming Language Blog, Abril 27, 2010. http://blog.golang.org/2010/04/json-rpc-tale-of-interfaces.html R=adg, r CC=golang-dev https://golang.org/cl/5920044
-
Andrew Gerrand authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5920043
-
Alex Brainman authored
Fixes #3347. R=golang-dev, aram, r, rsc CC=golang-dev https://golang.org/cl/5918043
-
Andrew Gerrand authored
Update #3400 R=golang-dev, r CC=golang-dev https://golang.org/cl/5921044
-
Andrew Gerrand authored
For example, /ref and /doc/reference.html now both redirect to /ref/. Fixes #3401. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5916044
-
Andrew Gerrand authored
Fixes #3399. R=golang-dev, r CC=golang-dev https://golang.org/cl/5919044
-
Andrew Gerrand authored
Fixes #3402. R=golang-dev, r CC=golang-dev https://golang.org/cl/5923043
-
Andrew Gerrand authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5921043
-
Yasuhiro Matsumoto authored
use cancelBubble=true instead of preventDefault(). R=golang-dev, rsc, adg CC=golang-dev https://golang.org/cl/5888043
-
- 26 Mar, 2012 16 commits
-
-
Andrew Gerrand authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5917043
-
Andrew Gerrand authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5902060
-
Andrew Gerrand authored
I'd prefer not to ship a bunch of bad Python code to everyone who uses Go 1. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5915043
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/5913044
-
Robert Griesemer authored
- Renamed ExportData -> FindGcExportData and base it on an a bufio.Reader rather than a filename so it can be used in environments where object files are stored elsewhere. - Factor former GcImporter into GcImportData and GcImport. Implementations with different storage locations for object files can build a customized GcImport using GcImportData. This is pkg/exp only - no impact on Go 1. R=golang-dev, lvd, rsc CC=golang-dev https://golang.org/cl/5574069
-
Benny Siegert authored
The heading "Copyright" uses id="copyright" as the anchor name. However, there is also a <div id="copyright"> at the bottom. Using the same ID value twice in the same file is illegal (http://www.w3.org/TR/html401/struct/links.html#h-12.2.3). R=golang-dev, bradfitz, rsc CC=golang-dev https://golang.org/cl/5909045
-
Rob Pike authored
Summarize the desiderata for selecting versions of remote packages to get. Fixes #3394. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5902058
-
Andrew Gerrand authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5908055
-
Rob Pike authored
Otherwise we won't fail if something goes wrong. This shell programming stuff is tricky. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5905062
-
Joe Poirier authored
* set default installation drive to C:\ * remove Win64 component property R=golang-dev, bradfitz, aram CC=golang-dev https://golang.org/cl/5901044
-
Rob Pike authored
They could be tested but that requires more than seems wise right now. Update #2648. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5908054
-
Andrew Gerrand authored
This makes packages with lengthly package comments easier to browse. R=golang-dev, r CC=golang-dev https://golang.org/cl/5901055
-
Andrew Gerrand authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5908052
-
Shenghou Ma authored
Otherwise we can't invoke go_bootstrap directly. R=golang-dev, r CC=golang-dev https://golang.org/cl/5900061
-
Shenghou Ma authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5901051
-
Evan Shaw authored
R=golang-dev, minux.ma, bradfitz CC=golang-dev https://golang.org/cl/5874055
-
- 25 Mar, 2012 2 commits
-
-
Rob Pike authored
"go tool fmt" doesn't work, "go tool vet" does. R=golang-dev, rogpeppe, r, minux.ma, bradfitz CC=golang-dev https://golang.org/cl/5900049
-
Rob Pike authored
Also explain the situation with recursive String methods more accurately, and clean up the code now that the fmt package is more careful. R=golang-dev, minux.ma, bradfitz CC=golang-dev https://golang.org/cl/5907047
-
- 23 Mar, 2012 9 commits
-
-
Rob Pike authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5900046
-
Rob Pike authored
Fixes #3245. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5905045
-
Rob Pike authored
Compare and explain go, go cmd, and go tool cmd. The situation is not concisely explained elsewhere in the main docs. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5906043
-
Stefan Nilsson authored
32 bytes is enough for all FileMode bits. R=golang-dev, r CC=golang-dev https://golang.org/cl/5853044
-
Rob Pike authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/5877064
-
Robert Griesemer authored
Fixes #3383. R=iant, bradfitz CC=golang-dev https://golang.org/cl/5891045
-
Shenghou Ma authored
R=golang-dev, iant, r CC=golang-dev https://golang.org/cl/5877050
-
Adam Langley authored
The existing code that tried to prevent ECC ciphersuites from being selected when there were no mutual curves still left |suite| set. This lead to a panic on a nil pointer when there were no acceptable ciphersuites at all. Thanks to George Kadianakis for pointing it out. R=golang-dev, r, bradfitz CC=golang-dev https://golang.org/cl/5857043
-
Rob Pike authored
Delete () from function names and change the reference to some functions to the correct term, methods. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5874063
-