- 28 Feb, 2012 2 commits
-
-
Benny Siegert authored
os.fileStat.Sys is no longer exported. R=golang-dev, m4dh4tt3r, r CC=golang-dev https://golang.org/cl/5696074
-
Andrew Gerrand authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5701063
-
- 27 Feb, 2012 24 commits
-
-
Brad Fitzpatrick authored
leave that joke to Java. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5695080
-
Andrew Gerrand authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5699097
-
Stefan Nilsson authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5695072
-
Anthony Martin authored
Fixes #3130. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5697062
-
Rob Pike authored
Missed in my last round. These things sure appear in a lot of places. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5699096
-
Rob Pike authored
Once more, with feeling. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5698080
-
Yissakhar Z. Beck authored
This covers most of the tool's functionality. At some point, support should probably be added for testflags and the various go tools. R=golang-dev, bradfitz, kyle, minux.ma CC=golang-dev https://golang.org/cl/5646066
-
Brad Fitzpatrick authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5698079
-
Robert Griesemer authored
Thanks to dr.volker.dobler for tracking this down. Filed a long-term issue (3142) which may eventually resolve this problem w/o the need for a manual fix. R=iant CC=golang-dev https://golang.org/cl/5698078
-
Robert Griesemer authored
The main change is simple: Both the Directory and DirEntry struct have an extra field 'HasPkg' indicating whether the directory contains any package files. The remaining changes are more comments and adjustments to the template files. Fixes #3121. R=golang-dev, bradfitz, sameer CC=golang-dev https://golang.org/cl/5699072
-
Anthony Martin authored
Import paths with spaces are now invalid. The builders would've caught this if they were running the long tests. I've removed the check for short tests in this package since the current tests are fast enough already. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5694082
-
Shenghou Ma authored
Fixes #3104. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5699088
-
Andrew Gerrand authored
R=bradfitz, r, dsymonds, kyle CC=golang-dev https://golang.org/cl/5701055
-
Andrew Gerrand authored
R=golang-dev, r, bradfitz CC=golang-dev https://golang.org/cl/5694085
-
Rob Pike authored
Allows one to disable everything but the example being debugged. This time for sure. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5700079
-
Andrew Gerrand authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5700078
-
Andrew Gerrand authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5699082
-
Rob Pike authored
Also restore alphabetical order. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5701053
-
Andrew Gerrand authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5701052
-
Rob Pike authored
Also, don't run examples if -test.run is set. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5697069
-
Alex Brainman authored
Fixes #2511. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5687072
-
Mikkel Krautz authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5695070
-
Mike Rosset authored
R=golang-dev, nigeltao CC=golang-dev https://golang.org/cl/5695067
-
Andrew Gerrand authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5701050
-
- 26 Feb, 2012 4 commits
-
-
Rob Pike authored
Fixes #3110. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5696083
-
Brad Fitzpatrick authored
New test for http://code.google.com/p/go/source/detail?r=a73ba18 R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5701046
-
Rob Pike authored
Fixes #3086. R=golang-dev, gri, r, kevlar CC=golang-dev https://golang.org/cl/5700067
-
Rob Pike authored
R=golang-dev, bradfitz, r, dsymonds CC=golang-dev https://golang.org/cl/5696078
-
- 25 Feb, 2012 3 commits
-
-
Shenghou Ma authored
R=adg, golang-dev, go.peter.90, rsc CC=golang-dev https://golang.org/cl/5700062
-
Shenghou Ma authored
R=r, golang-dev CC=golang-dev https://golang.org/cl/5698062
-
Mike Rosset authored
filepath's WalkFunc handler now uses errors package, and not os.Error R=golang-dev, gri CC=golang-dev https://golang.org/cl/5696067
-
- 24 Feb, 2012 7 commits
-
-
Robert Griesemer authored
R=adg, r CC=golang-dev https://golang.org/cl/5695062
-
Rob Pike authored
Found by Lucio De Re R=golang-dev, gri CC=golang-dev https://golang.org/cl/5694071
-
Robert Griesemer authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5700057
-
Robert Griesemer authored
For grouped type declarations, go/doc introduces fake individual declarations. Don't use the original location of the "type" keyword because it will lead to an overly large source code range for that fake declaration, and thus an overly large selection shown via godoc (e.g.: click on the AssignStmt link for: http://golang.org/pkg/go/ast/#AssignStmt ). Also: Don't create a fake declaration if not needed. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5694061
-
Rob Pike authored
This distills the motivational discussion and makes it the introduction to the release notes. After this lands, I'll expand the discussion of the major changes to include more background. Updates #3086. R=golang-dev, gri, rsc CC=golang-dev https://golang.org/cl/5698057
-
Rob Pike authored
Otherwise go list -f "{{if .Stale}}{{.ImportPath}}{{end}}" all and similar commands can print pages of empty lines. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5696058
-
Russ Cox authored
For Brad. Now FreeBSD/386 binaries run on nearlyfreespeech.net. Fixes #2302. R=golang-dev, r CC=golang-dev https://golang.org/cl/5700060
-