Age | Commit message (Collapse) | Author | Files | Lines |
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/194091
|
|
no longer ambiguous at top level, thanks to new semicolon rules.
use gofmt layout for function types.
Fixes issue 528.
R=gri
CC=golang-dev
http://codereview.appspot.com/194077
|
|
R=rsc, dho, r
CC=golang-dev
http://codereview.appspot.com/194045
Committer: Russ Cox <rsc@golang.org>
|
|
(it is installed by apt-get install gawk, I believe)
Fixes issue 557.
R=rsc
CC=golang-dev
http://codereview.appspot.com/194050
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/193075
|
|
add hyperlink at mention of package reflect.
Fixes issue 438.
R=r
CC=golang-dev
http://codereview.appspot.com/190042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/186161
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/186148
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/186147
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/186145
|
|
move talk-20091030 down.
add talk given at Stanford 2010/01/12.
add doc/go-logo-white.png.
R=r
CC=golang-dev
http://codereview.appspot.com/186132
Committer: Russ Cox <rsc@golang.org>
|
|
R=gri, rsc
CC=golang-dev
http://codereview.appspot.com/189057
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/186113
|
|
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/184055
Committer: Russ Cox <rsc@golang.org>
|
|
R=gri, iant
CC=golang-dev
http://codereview.appspot.com/183160
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/181156
|
|
won't appear online until next release
R=r
CC=golang-dev
http://codereview.appspot.com/183126
|
|
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/183113
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/183107
|
|
This provides full support for discontiguous stacks.
R=r
CC=golang-dev
http://codereview.appspot.com/183088
|
|
Fixes issue 457.
R=r
CC=golang-dev
http://codereview.appspot.com/181083
|
|
also a way to run code when object is deleted.
both of these are possibilities, not certainties.
R=rsc, iant
CC=golang-dev
http://codereview.appspot.com/181057
|
|
(i thought these were legal in <pre> blocks)
R=rsc
CC=golang-dev, pwil3058
http://codereview.appspot.com/181055
|
|
Without this change, the spec parses <-c.(type) as (<-c).(type)
but parses <-c.(int) as <-(c.(int)).
With this change, the former parses as <-(c.(type)).
All three parsers already implement this rule, because
they look for the "type" word during parsing of a standard
type assertion. This change merely brings the
spec in line with the implementations.
http://code.google.com/p/go/source/browse/src/cmd/gc/go.y#801
http://code.google.com/p/go/source/browse/src/pkg/go/parser/parser.go#900
http://gcc.gnu.org/viewcvs/branches/gccgo/gcc/go/parse.cc?revision=155389&view=markup#l2469
Pointed out by Brett Kail on golang-nuts.
R=gri
CC=golang-dev
http://codereview.appspot.com/182044
|
|
Fixes issue 452.
R=gri
CC=golang-dev, dougfelt
http://codereview.appspot.com/181043
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/180075
|
|
Also adds Development heading on navbar, with Roadmap being
the only current entry.
R=r
CC=golang-dev
http://codereview.appspot.com/180069
|
|
Fixes issue 422.
R=r
CC=golang-dev
http://codereview.appspot.com/180057
|
|
eliminate all tab characters while we're here.
R=rsc
CC=golang-dev
http://codereview.appspot.com/180055
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/179063
|
|
R=rsc
CC=pwil3058
http://codereview.appspot.com/174087
|
|
This change removes the necessity to have GOBIN in $PATH,
and also doesn't assume that the build is being run from
$GOROOT/src. This is a minimal set of necessary changes
to get Go to build happily from the FreeBSD ports
collection.
R=rsc
CC=golang-dev
http://codereview.appspot.com/171044
Committer: Russ Cox <rsc@golang.org>
|
|
this change.
R=rsc
CC=golang-dev
http://codereview.appspot.com/171048
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc, r, iant, ken2
CC=golang-dev
http://codereview.appspot.com/166066
Committer: Robert Griesemer <gri@golang.org>
|
|
not hg submit.
R=r
http://codereview.appspot.com/171046
|
|
R=r
http://codereview.appspot.com/170042
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/164088
|
|
R=jini, r
http://codereview.appspot.com/163092
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/164082
|
|
R=gri
http://codereview.appspot.com/164081
|
|
Easy stuff in this round, more to come.
R=iant, rsc, r, ken2
http://codereview.appspot.com/163058
|
|
- simplified dealing with parse errors: no need to intersperse them in the source
- improve visibility of highlighted identifiers by showing them in bold
R=rsc
http://codereview.appspot.com/163051
|
|
R=golang-dev, rsc
http://codereview.appspot.com/164052
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc, sergio
http://codereview.appspot.com/162058
Committer: Russ Cox <rsc@golang.org>
|
|
make the GOOS/GOARCH pair a table to avoid the confusion caused when it was of the form linux/386.
R=rsc
CC=golang-dev
http://codereview.appspot.com/160061
|
|
the current system is too painful, so instead let's just have the coders tell us the details.
we can update the files ourselves.
R=rsc, r1
CC=golang-dev
http://codereview.appspot.com/157158
|
|
R=rsc
CC=r
http://codereview.appspot.com/160056
|
|
R=rsc
CC=golang-dev, reneefrench
http://codereview.appspot.com/157144
|
|
the bash scripts and makefiles for building go didn't take into account
the fact $GOROOT / $GOBIN could both be directories containing whitespaces,
and was not possible to build it in such a situation.
this commit adjusts the various makefiles/scripts to make it aware of that
possibility, and now it builds successfully when using a path with whitespaces
as well.
Fixes issue 115.
R=rsc, dsymonds1
http://codereview.appspot.com/157067
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 113.
R=gri, rsc
CC=golang-dev
http://codereview.appspot.com/159049
|