- 27 Feb, 2012 4 commits
-
-
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 29 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
-
Russ Cox authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5693058
-
Anthony Martin authored
Also allow multiple invalid import statements in a single file. Fixes #3021. The changes to go/parser and the language specifcation have already been committed. R=rsc, gri CC=golang-dev https://golang.org/cl/5672084
-
Gustavo Niemeyer authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5697043
-
Shenghou Ma authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5696048
-
Shenghou Ma authored
R=golang-dev, r, adg CC=golang-dev https://golang.org/cl/5683076
-
Sanjay Menakuru authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5697051
-
Rob Pike authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5696054
-
Rob Pike authored
Functions are equal iff they are both nil. Fixes #3122. R=golang-dev, dsymonds, rsc CC=golang-dev https://golang.org/cl/5693057
-
Rob Pike authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5694065
-
Russ Cox authored
signal.test binary passes on my phone; should fix builder R=golang-dev, r CC=golang-dev https://golang.org/cl/5694064
-
Russ Cox authored
R=ken2 CC=golang-dev, lvd https://golang.org/cl/5693056
-
Rob Pike authored
Now they actually test again instead of just setting iota to zero. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5700058
-
Russ Cox authored
We were not aligning the code size, so read-only data, which follows in the same segment, could be arbitrarily misaligned. Fixes #2506. R=golang-dev, iant CC=golang-dev https://golang.org/cl/5693055
-
Russ Cox authored
Turns out U+FFFD is a graphic character too. http://play.golang.org/p/YblCfKAfko R=gri CC=golang-dev https://golang.org/cl/5699052
-
Russ Cox authored
Avoids global array buffer overflows if they are indexed using some of the values between NTYPE and NALLTYPE. It is entirely likely that not all of these are necessary, but this is the C compiler and not worth worrying much about. This change takes up only a few more bytes of memory and makes the behavior deterministic. Fixes #3078. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5693052
-
Russ Cox authored
Fixes #3113. R=golang-dev, r CC=golang-dev https://golang.org/cl/5698056
-
Mikio Hara authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5694063
-
Brad Fitzpatrick authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5699060
-
Rob Pike authored
Also reformat the "go fix" references to make them look better by using the non-CW space. Fixes #3087. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5695057
-
Brad Fitzpatrick authored
To find test files with legacy headers. We can remove this flag once everything is converted. R=golang-dev, r CC=golang-dev https://golang.org/cl/5694060
-
Robert Griesemer authored
R=adg CC=golang-dev https://golang.org/cl/5699057
-
David Symonds authored
R=golang-dev, bradfitz, rsc CC=golang-dev https://golang.org/cl/5688067
-