Age | Commit message (Collapse) | Author | Files | Lines |
|
R=ken2, ken3
CC=golang-dev
http://codereview.appspot.com/209041
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/207112
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/206109
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/207111
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/206077
Committer: Russ Cox <rsc@golang.org>
|
|
Example use: godoc -path=/home/user1:/home/build/foo -http=:6666
will start a local godoc that maps urls starting with /pkg/user1 or
/pkg/foo to the respective roots specified in the path.
Missing: Handling of overlapping package directories, multiple
packages per directory.
R=rsc
CC=golang-dev
http://codereview.appspot.com/206078
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/207106
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/207088
|
|
Fixes issue 587.
R=ken2
CC=golang-dev
http://codereview.appspot.com/207085
|
|
(implementation was swapped)
R=adg
CC=golang-dev, rsc
http://codereview.appspot.com/207069
|
|
The Mapping object implements a flexible
mapping of relative to absolute paths and
vice versa.
R=rsc
CC=golang-dev
http://codereview.appspot.com/206067
|
|
R=rsc, ken2
CC=golang-dev
http://codereview.appspot.com/204064
|
|
R=kaib
CC=golang-dev
http://codereview.appspot.com/206059
|
|
kernel32.dll functions
Fixes issue 586.
R=rsc
CC=golang-dev
http://codereview.appspot.com/203060
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 406.
R=adg
CC=golang-dev
http://codereview.appspot.com/207053
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/207050
|
|
function arguments.
R=rsc
CC=golang-dev
http://codereview.appspot.com/206054
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/204067
Committer: Russ Cox <rsc@golang.org>
|
|
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/206044
Committer: Russ Cox <rsc@golang.org>
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/206043
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/204044
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/204042
|
|
Go source outside $GOROOT.
If the argument is a path starting with / or ., disregard $GOROOT.
Also, disable the check for package name matching the directory,
which is counterproductive in this case.
Apologies for the violence to the code but we need some help documenting
Go code outside the standard repository.
R=gri
CC=golang-dev
http://codereview.appspot.com/201064
Committer: Rob Pike <r@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/198044
Committer: Russ Cox <rsc@golang.org>
|
|
Allows binary to run on some Linux system.
Fix for issue 365.
R=rsc
CC=golang-dev
http://codereview.appspot.com/199096
|
|
the location. remove last remnants of broken -l flag.
R=rsc
CC=golang-dev
http://codereview.appspot.com/201042
|
|
Fixes issue 585.
R=r
CC=golang-dev
http://codereview.appspot.com/195075
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/199066
|
|
Fixes issue 287.
R=ken2
CC=golang-dev
http://codereview.appspot.com/199057
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/198057
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/198053
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/199046
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/199045
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/197043
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/199042
|
|
more to come, but should suffice for Printf work.
R=ken2
CC=golang-dev
http://codereview.appspot.com/197044
|
|
No longer a distinct type; now a property of func types.
R=ken2
CC=golang-dev
http://codereview.appspot.com/197042
|
|
Fixes buggy links in the devel subdirectory.
Code from rsc; tested by me.
R=rsc, gri
CC=golang-dev
http://codereview.appspot.com/197041
|
|
Fixes issue 572.
Fixes issue 570.
R=r
CC=golang-dev
http://codereview.appspot.com/194134
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/194099
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/194129
|
|
to go with the full path names
R=rsc
CC=golang-dev
http://codereview.appspot.com/195079
|
|
Fixes issue 219.
R=ken2, r
CC=golang-dev
http://codereview.appspot.com/194097
|
|
- provide scope to parse functions; if non-nil, parser uses the scope
to declare and lookup identifiers
- resolve forward references where possible
R=rsc
CC=golang-dev
http://codereview.appspot.com/194098
|
|
* example-based syntax errors (go.errors)
* enable bison's more specific errors
and translate grammar token names into
tokens like ++
* test cases
R=ken2, r, ken3
CC=golang-dev
http://codereview.appspot.com/194085
|
|
Fixes issue 560.
R=r
CC=golang-dev
http://codereview.appspot.com/195051
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/195050
|
|
If your $PATH does not include $GOBIN then
the build fails at the first *.a file, which
is probably when running the tests for tar
R=rsc
CC=golang-dev
http://codereview.appspot.com/193066
Committer: Russ Cox <rsc@golang.org>
|
|
Update gofmt test script.
R=rsc
CC=golang-dev
http://codereview.appspot.com/195044
|
|
also allow func() func().
R=ken2
CC=golang-dev
http://codereview.appspot.com/194078
|