- 26 Mar, 2012 6 commits
-
-
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 17 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
-
Rob Pike authored
It was showing the same snippet twice instead of the type definition and snippet. R=golang-dev, iant CC=golang-dev https://golang.org/cl/5875045
-
Alex Brainman authored
R=golang-dev, r CC=golang-dev, mattn.jp https://golang.org/cl/5885056
-
Andrew Gerrand authored
R=golang-dev CC=golang-dev https://golang.org/cl/5877063
-
Andrew Gerrand authored
R=golang-dev CC=golang-dev https://golang.org/cl/5877062
-
Yasuhiro Matsumoto authored
* implement simple getElementsByClassName for IE8. * remove some lint warnings. Fixes #3318. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5881054
-
Andrew Gerrand authored
R=golang-dev, r, dave CC=golang-dev https://golang.org/cl/5876068
-
Andrew Gerrand authored
Now sets GOROOT. Fixes #3287. Fixes #3361. R=golang-dev CC=golang-dev https://golang.org/cl/5877059
-
Ian Lance Taylor authored
Also fix invalid apostrophe characters. R=r, gri, adg CC=golang-dev https://golang.org/cl/5874058
-
- 22 Mar, 2012 9 commits
-
-
Rob Pike authored
The old name, automatically generated, was ludicrously verbose. Also clean up an example to use time.Second. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5876051
-
Ian Lance Taylor authored
R=golang-dev, gri, iant CC=golang-dev https://golang.org/cl/5882046
-
Ian Lance Taylor authored
R=bradfitz, gri, lvd CC=golang-dev https://golang.org/cl/5874053
-
Ian Lance Taylor authored
Fixes #3369. R=golang-dev, gri, lvd, r CC=golang-dev https://golang.org/cl/5876044
-
Stefan Nilsson authored
Let's tell the world that Go's sort is O(n log n). Surely this is a feature we intend to keep. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5867045
-
Rob Pike authored
Putt putt putt our way towards felicity. R=golang-dev, bsiegert CC=golang-dev https://golang.org/cl/5874048
-
Francisco Souza authored
Originally published on The Go Programming Language Blog, January 25, 2011. http://blog.golang.org/2011/01/json-and-go.html R=adg CC=golang-dev https://golang.org/cl/5846044
-
Rob Pike authored
Fix some English mistakes and minor inaccuracies. R=golang-dev, jsing CC=golang-dev https://golang.org/cl/5885046
-
Rob Pike authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5867049
-
- 21 Mar, 2012 6 commits
-
-
Francisco Souza authored
R=golang-dev, gri, r CC=golang-dev https://golang.org/cl/5876047
-
Robert Griesemer authored
R=golang-dev, r, dsymonds CC=golang-dev https://golang.org/cl/5874045
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/5876043
-
Shenghou Ma authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5864053
-
Robert Griesemer authored
In a browser with many open tabs, the tab titles become short and uninformative because they all start with the same prefix ("Package ", "Directory ", etc.). Permit use of shorter tab titles that start with the relevant information first. Fixes #3365. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5865056
-
Shenghou Ma authored
Introduce a new skip cmd. R=golang-dev, bradfitz, iant, iant CC=golang-dev https://golang.org/cl/5868048
-