- 23 Mar, 2012 7 commits
-
-
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 9 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
-
Ian Lance Taylor authored
Fixes #3332. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5868047
-
Shenghou Ma authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5848063
-
Shenghou Ma authored
To fix build on (overheated) Linux/ARM builder. R=golang-dev, dave CC=golang-dev https://golang.org/cl/5865051
-
- 20 Mar, 2012 15 commits
-
-
Brad Fitzpatrick authored
R=golang-dev, gri, r, r CC=golang-dev https://golang.org/cl/5866046
-
David Symonds authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5866044
-
Stefan Nilsson authored
The current computation loops indefinitely if n > 1<<30 (for 32-bit ints). R=golang-dev, gri CC=golang-dev https://golang.org/cl/5848067
-
Ian Lance Taylor authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5861044
-
Ian Lance Taylor authored
Fixes #3325. R=golang-dev, bradfitz, minux.ma, r CC=golang-dev https://golang.org/cl/5858043
-
Brad Fitzpatrick authored
They looked out of place in godoc. Includes documenting sort stability. Fixes #3356 R=golang-dev, gri, trolleriprofessorn CC=golang-dev https://golang.org/cl/5855044
-
Shenghou Ma authored
1. make the program go buildable 2. update os.EINVAL and runtime.Cgocalls() 3. wrap mpz_div_2exp() and mpz_mul_2exp to support both pre-5.0 and post-5.0 gmp (we really have no reason to restrict ourselves to gmp 5.0+) R=golang-dev, remyoudompheng, iant CC=golang-dev https://golang.org/cl/5847061
-
Shenghou Ma authored
Its functionality has been moved into cmd/dist. R=golang-dev, r, iant CC=golang-dev https://golang.org/cl/5843062
-
Shenghou Ma authored
This is because we disallow local import for non-local packages, if GOROOT happens to be under one of GOPATH, then some tests will fail to build. Fixes #3337. R=golang-dev, r CC=golang-dev https://golang.org/cl/5852043
-
Shenghou Ma authored
R=adg, lvd CC=golang-dev https://golang.org/cl/5845065
-
Alex Brainman authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5848066
-
Rob Pike authored
Fixes build, teaches lesson. R=golang-dev, r TBR=bradfitz CC=golang-dev https://golang.org/cl/5853051
-
Rob Pike authored
to bring it in line with text/template's interface. Fixes #3296. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5843066
-
Andrew Gerrand authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5843065
-
Andrew Gerrand authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5846071
-