- 06 Mar, 2013 1 commit
-
-
Rob Pike authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/7489044
-
- 05 Mar, 2013 1 commit
-
-
Rob Pike authored
Drop the phrase "reference types", which has caused confusion. Add a section about 2D arrays, a common newbie question. R=golang-dev, cespare, adg, rsc CC=golang-dev https://golang.org/cl/7423051
-
- 01 Mar, 2013 1 commit
-
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/7454044
-
- 27 Feb, 2013 1 commit
-
-
Rob Pike authored
Fixes #4897. R=golang-dev, adg CC=golang-dev https://golang.org/cl/7377061
-
- 13 Feb, 2013 1 commit
-
-
David Symonds authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/7225080
-
- 22 Jan, 2013 1 commit
-
-
Russ Cox authored
R=golang-dev, minux.ma, bradfitz, adg CC=golang-dev https://golang.org/cl/7134056
-
- 19 Jan, 2013 1 commit
-
-
Nigel Tao authored
R=rsc CC=golang-dev, mdempsky https://golang.org/cl/7062049
-
- 08 Nov, 2012 1 commit
-
-
Nigel Tao authored
R=r, dsymonds CC=golang-dev https://golang.org/cl/6826070
-
- 01 Nov, 2012 1 commit
-
-
Mikio Hara authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/6826044
-
- 23 Sep, 2012 1 commit
-
-
Rob Pike authored
When I was a lad (and well past), users were in /usr; now they're somewhere else, I'm told. Kids today. Fixes #4122. R=golang-dev, dsymonds, rsc CC=golang-dev https://golang.org/cl/6552060
-
- 18 Sep, 2012 1 commit
-
-
Oling Cat authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/6488122
-
- 13 Sep, 2012 1 commit
-
-
Rob Pike authored
Should have done this a long time ago. Fixes #3811. R=golang-dev, adg, rsc CC=golang-dev https://golang.org/cl/6488120
-
- 02 Sep, 2012 1 commit
-
-
Shenghou Ma authored
cgo[1-4].go, go1.go couldn't be tested now (cgo[1-4].go can only be tested when cgo is enabled, go1.go contain a list of filenames in the current directory) R=golang-dev, alex.brainman, rsc CC=golang-dev https://golang.org/cl/6218048
-
- 13 Apr, 2012 1 commit
-
-
Jongmin Kim authored
R=golang-dev, r CC=golang-dev, gri https://golang.org/cl/6010051
-
- 31 Mar, 2012 1 commit
-
-
Aaron Kemp authored
The '...' was missing on a call to fmt.Sprintf() which would result in the slice being printed instead of the correct result. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5967051
-
- 25 Mar, 2012 1 commit
-
-
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
-
- 21 Mar, 2012 2 commits
-
-
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/5848063
-
- 20 Mar, 2012 1 commit
-
-
Brad Fitzpatrick authored
R=golang-dev, gri, r, r CC=golang-dev https://golang.org/cl/5866046
-
- 16 Mar, 2012 1 commit
-
-
David Symonds authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5841044
-
- 08 Mar, 2012 1 commit
-
-
Russ Cox authored
doc: convert to use godoc built-in templates tmpltohtml is gone, to avoid having a second copy of the code. Instead, godoc -url /doc/go1.html will print the actual HTML served for that URL. "make" will generate files named go1.rawhtml etc, which can be fed through tidy. It can be hard to tell from the codereview diffs, but all the tmpl files have been renamed to be html files and then have "Template": true added. R=golang-dev, adg, r, gri CC=golang-dev https://golang.org/cl/5782046
-
- 07 Mar, 2012 1 commit
-
-
Russ Cox authored
Goroutines are no longer excluded from init. Fixes #3232. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5764044
-
- 05 Mar, 2012 2 commits
-
-
Andrew Gerrand authored
R=golang-dev, kyle, r CC=golang-dev https://golang.org/cl/5728055
-
Shenghou Ma authored
We have 'gofmt' and 'go fmt', but not 'go tool fmt'. R=golang-dev, kyle, r CC=golang-dev https://golang.org/cl/5739043
-
- 29 Feb, 2012 1 commit
-
-
Stefan Nilsson authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5707065
-
- 28 Feb, 2012 1 commit
-
-
Rob Pike authored
Instead we'll point people at the Tour and beef up code.html. Fixes #3107. R=golang-dev, bradfitz, r, adg CC=golang-dev https://golang.org/cl/5697077
-
- 11 Feb, 2012 1 commit
-
-
Rob Pike authored
Fixes #2984. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5652071
-
- 03 Feb, 2012 1 commit
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/5630045
-
- 19 Jan, 2012 1 commit
-
-
Andrew Gerrand authored
This allows HTML pages to specify arbitrary data in a header: <!--{ "Title": "The page title", ... }--> replacing the old style comments: <!-- title The page title --> R=gri, rsc, r, bradfitz, dsymonds CC=golang-dev https://golang.org/cl/5532093
-
- 12 Jan, 2012 1 commit
-
-
Dmitriy Vyukov authored
R=golang-dev, robert.hencke, r CC=golang-dev https://golang.org/cl/5538050
-
- 09 Jan, 2012 1 commit
-
-
Jeff R. Allen authored
R=golang-dev CC=golang-dev https://golang.org/cl/5531046
-
- 05 Jan, 2012 1 commit
-
-
Andrew Gerrand authored
gofmt likes to put lines like // STOP OMIT two blank lines from a closing brace, creating an ugly space inside <pre> blocks in some of these files. This change resolves this issue. R=golang-dev, iant CC=golang-dev https://golang.org/cl/5520044
-
- 20 Dec, 2011 1 commit
-
-
Rob Pike authored
Fixes #2455. Fixes #2013. R=rsc, r, gri CC=golang-dev https://golang.org/cl/5498053
-
- 08 Dec, 2011 1 commit
-
-
Rob Pike authored
R=r, rsc, r CC=golang-dev https://golang.org/cl/5469045
-
- 24 Nov, 2011 1 commit
-
-
Rob Pike authored
Fixes #2481. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5435068
-
- 10 Nov, 2011 1 commit
-
-
Rob Pike authored
Fixes #2416. R=golang-dev, iant CC=golang-dev https://golang.org/cl/5370049
-
- 09 Nov, 2011 1 commit
-
-
Rob Pike authored
R=golang-dev, r, agl, dsymonds CC=golang-dev https://golang.org/cl/5374046
-
- 08 Nov, 2011 1 commit
-
-
Rob Pike authored
This contains the files that required handiwork, mostly Makefiles with updated TARGs, plus the two packages with modified package names. html/template/doc.go needs a separate edit pass. test/fixedbugs/bug358.go is not legal go so gofix fails on it. R=rsc CC=golang-dev https://golang.org/cl/5340050
-
- 03 Nov, 2011 1 commit
-
-
Vincent Vanackere authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5334050
-
- 02 Nov, 2011 1 commit
-
-
Rob Pike authored
R=adg, rsc CC=golang-dev https://golang.org/cl/5316068
-