- 22 Dec, 2011 17 commits
-
-
David Symonds authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5498071
-
Robert Griesemer authored
Missing: Handling of embedded interfaces. Also, for reasons outlined in the previous CL (5500055), embedded types have to be exported for its "inherited" methods to be visible. This will be addressed w/ a subsequent CL. R=r, rsc CC=golang-dev https://golang.org/cl/5502059
-
Rob Pike authored
TBR=rsc R=rsc CC=golang-dev https://golang.org/cl/5498070
-
Rob Pike authored
TBR=rsc R=rsc CC=golang-dev https://golang.org/cl/5504075
-
Rob Pike authored
Each test gets a private signal channel. Also fix a bug that prevented parallel tests from running. R=r, r CC=golang-dev https://golang.org/cl/5505061
-
Robert Hencke authored
Log always adds spaces between operands, like Println but unlike Print R=golang-dev CC=golang-dev https://golang.org/cl/5504069
-
Luuk van Dijk authored
Fixes #2580 up to a point. R=rsc CC=golang-dev https://golang.org/cl/5498068
-
Adam Langley authored
1) Add EscapeCodes to the terminal so that applications don't wire them in. 2) Add a callback for auto-complete 3) Fix an issue with input lines longer than the width of the terminal. 4) Have Write() not stomp the current line. It now erases the current input, writes the output and reprints the prompt and partial input. 5) Support prompting without local echo in Terminal. 6) Add GetSize to report the size of terminal. R=bradfitz CC=golang-dev https://golang.org/cl/5479043
-
Joel Sing authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5504070
-
Brad Fitzpatrick authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5503065
-
Russ Cox authored
* group builders in to columns by OS * drop builder suffix (moved to hover title) * cut all domain names from email (full name+email in hover title) * make ok smaller This should easily give us room for netbsd and plan9, even on small laptop screens. Running at http://build-rsc.golang.org/. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5501064
-
Russ Cox authored
Or else eventually someone will check it in. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5504071
-
Mikio Hara authored
R=golang-dev, alex.brainman, rsc CC=golang-dev https://golang.org/cl/5502066
-
Mikio Hara authored
R=golang-dev, rsc, n13m3y3r, rogpeppe CC=golang-dev https://golang.org/cl/5501060
-
Joel Sing authored
R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/5504068
-
http://build.golang.org/Robert Hencke authored
R=golang-dev, bradfitz, adg CC=golang-dev https://golang.org/cl/5501062
-
Brad Fitzpatrick authored
Still a mystery. New issue 2603 filed. R=golang-dev, dsymonds, iant CC=golang-dev https://golang.org/cl/5503063
-
- 21 Dec, 2011 23 commits
-
-
Ian Lance Taylor authored
R=rsc CC=golang-dev https://golang.org/cl/5504067
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/5502063
-
Russ Cox authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5501058
-
Andrew Gerrand authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5504066
-
Andrew Gerrand authored
R=golang-dev, dsymonds, rsc CC=golang-dev https://golang.org/cl/5505056
-
Russ Cox authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5504063
-
Robert Griesemer authored
R=iant, rsc CC=golang-dev https://golang.org/cl/5500065
-
Andrew Gerrand authored
Fixes #2596. R=golang-dev CC=golang-dev https://golang.org/cl/5498061
-
Russ Cox authored
R=golang-dev CC=golang-dev https://golang.org/cl/5498062
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5502062
-
Russ Cox authored
* work around a linker/cgo bug * do not run deps.bash on Windows unless we need it (cuts a full minute off the build time) * add windows to the list of cgo-enabled targets The gopack problem is issue 2601. R=golang-dev, r, bradfitz CC=golang-dev https://golang.org/cl/5504062
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5502060
-
Rob Pike authored
Fixes #2593. R=rsc, alex.brainman, n13m3y3r CC=golang-dev https://golang.org/cl/5500052
-
Brad Fitzpatrick authored
Fixes #2600 R=golang-dev, agl, rsc CC=golang-dev https://golang.org/cl/5500064
-
Robert Griesemer authored
No visible external changes yet. The current approach is a stop-gap approach: For methods of anonymous fields to be seen, the anonymous field's types must be exported. Missing: computing the actual MethodDocs and displaying them. (Depending on the operation mode of godoc, the input to go/doc is a pre-filtered AST with all non-exported nodes removed. Non- exported anonymous fields are not even seen by go/doc in this case, and it is impossible to collect associated (even exported) methods. A correct fix will require some more significant re- engineering; AST filtering will have to happen later, possibly inside go/doc.) R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5500055
-
Russ Cox authored
TBR=golang-dev CC=golang-dev https://golang.org/cl/5504056
-
Russ Cox authored
R=lvd CC=golang-dev https://golang.org/cl/5500060
-
Russ Cox authored
This lets us mark net's cgo_stub.go as only to be built when cgo is disabled. R=golang-dev, ality, mikioh.mikioh CC=golang-dev https://golang.org/cl/5489100
-
Roger Peppe authored
R=rsc CC=golang-dev https://golang.org/cl/5501053
-
Russ Cox authored
R=golang-dev CC=golang-dev https://golang.org/cl/5500061
-
Russ Cox authored
TBR=golang-dev CC=golang-dev https://golang.org/cl/5489102
-
Anthony Martin authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5503057
-
Russ Cox authored
* correct dependency calculations * comment meaning of action fields * new alias "std" like "all" but standard packages only * add -o flag to 'go build' * set up for parallel build (still serial) * understand that import "C" depends on cgo, runtime/cgo R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/5502055
-