Age | Commit message (Collapse) | Author | Files | Lines |
|
- correct tabwidth argument for some tabwriter test cases
- catch negative tabwidth flag in gofmt w/o crashing
R=rsc
http://go/go-review/1026022
|
|
- renamed listing.html -> dirList.html
(there is a dirs.html already, it should probably have a better name, too)
R=rsc
http://go/go-review/1025020
|
|
R=rsc
http://go/go-review/1026020
|
|
- formatting in dirs.html is crude, needs better html (open to suggestions),
but shows the synopsis
- many package comments should probably be adjusted such that the first
sentence is more concise
R=rsc, iant
http://go/go-review/1025014
|
|
R=rsc
http://go/go-review/1025011
|
|
- enabled for function declarations (not just function literals)
- applied gofmt -w $GOROOT/src
(look for instance at src/pkg/debug/elf/elf.go)
R=r, rsc
CC=go-dev
http://go/go-review/1026006
|
|
R=r
http://go/go-review/1026007
|
|
R=rsc
http://go/go-review/1025006
|
|
R=rsc
http://go/go-review/1024011
|
|
usage to EABI.
go/test: passes 85% (296/347) on random android phone.
R=rsc
http://go/go-review/1024003
|
|
(with this change: gofmt -l src/cmd/ | wc
is 0 0 0)
R=ken, rsc
http://go/go-review/1024005
|
|
R=rsc
http://go/go-review/1024004
|
|
R=rsc
http://go/go-review/1020001
|
|
R=r
http://go/go-review/1020002
|
|
* clpatch
* download
* submit, on behalf of clpatch
stir hgpatch to fix a few bugs
R=r
CC=go-dev
http://go/go-review/1016051
|
|
in previous change
R=rsc
http://go/go-review/1017052
|
|
R=rsc
http://go/go-review/1016050
|
|
R=r
http://go/go-review/1018059
|
|
hopefully no change
R=rsc
http://go/go-review/1017035
|
|
R=r
http://go/go-review/1016039
|
|
R=rsc
http://go/go-review/1017028
|
|
R=rsc
http://go/go-review/1018036
|
|
R=rsc
http://go/go-review/1018039
|
|
R=rsc
CC=go-dev
http://go/go-review/1017026
|
|
R=rsc
CC=go-dev
http://go/go-review/1018034
|
|
document goyacc a little.
R=rsc
CC=go-dev
http://go/go-review/1017024
|
|
change string in usage message.
R=rsc
http://go/go-review/1017023
|
|
R=gri
http://go/go-review/1016034
|
|
fix the usage message.
R=rsc
CC=go-dev
http://go/go-review/1016033
|
|
- made package tree handler generic so it can work on any fs tree
- cleanups along the way
R=rsc
CC=r
http://go/go-review/1017020
|
|
R=rsc
http://go/go-review/1017022
|
|
add details about -d and -e flags in the loaders.
R=rsc
CC=go-dev
http://go/go-review/1018031
|
|
Each command gets a doc.go file for godoc to analyze. Its main
element is a package comment.
R=rsc
CC=go-dev
http://go/go-review/1018029
|
|
enough to make nm and oprofile work.
R=r
http://go/go-review/1017016
|
|
(No visual change yet since the comments for
exported code snippets - as shown on the pkg
page - are not yet formatted using the standard
comment intersperse mechanism in the printer.
This is a TODO in the printer.)
R=rsc
http://go/go-review/1016031
|
|
- removed some underbars in section headings for better looks
- various minor tweaks
R=rsc
http://go/go-review/1018026
|
|
also fix a error-printing bug in godoc.
R=gri
http://go/go-review/1016030
|
|
R=r
CC=iant
http://go/go-review/1018024
|
|
Firstly, with -Werror, GCC switched to printing warnings starting
with "error:". Widening the string matches solves this as the messages
are otherwise unchanged.
Secondly, GCC 4.4 outputs DWARF sections with with NUL bytes in all
the offsets and requires the relocation section for .debug_info to be
processed in order to result in valid DWARF data. Thus we add minimal
handling for relocation sections, which is sufficient for our needs.
BUG=1
Fixes issue 1.
R=rsc, iant
CC=go-dev
http://go/go-review/1017003
|
|
R=ken@golang.org
CC=r
http://go/go-review/1018019
|
|
just a single directory
- all pieces present but not well integrated
- directory tree served at the moment under /tree
R=rsc
http://go/go-review/1018016
|
|
fix nil pointer check in 6g.
was dereferencing after the ADD;
dereference before instead.
R=ken@golang.org
CC=iant
http://go/go-review/1016022
|
|
left, like an assignment, like strcpy, etc.
R=rsc
CC=go-dev
http://go/go-review/1016011
|
|
were excluded before because of incorrect comment
formatting (comment formatting is mostly idempotent
at this point)
R=rsc
http://go/go-review/1018014
|
|
* rename PORT.sh -> mkall.sh (hopefully more obvious),
change behavior: run commands by default.
* pull more constants out of #defines automatically,
instead of editing large lists by hand.
* add Recvfrom, Sendto
add os.O_EXCL.
R=r
http://go/go-review/1017009
|
|
(and thus avoid re-indexing after every sync attempt)
R=rsc
http://go/go-review/1016010
|
|
R=r
http://go/go-review/1016017
|
|
R=agl
CC=rsc
http://go/go-review/1016008
|
|
and godoc/main.go.
R=gri
CC=r
http://go/go-review/1017005
|
|
R=rsc
http://go/go-review/1018006
|