Age | Commit message (Collapse) | Author | Files | Lines |
|
R=r
CC=golang-dev
http://codereview.appspot.com/953041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/888045
Committer: Russ Cox <rsc@golang.org>
|
|
R=r, gri
CC=golang-dev
http://codereview.appspot.com/872041
|
|
Fixes issue 661
R=r, rsc, skorobo
CC=golang-dev
http://codereview.appspot.com/576042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/217047
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc, imkrasin
CC=golang-dev
http://codereview.appspot.com/179125
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev, jack.palevich
http://codereview.appspot.com/183109
|
|
parsing and printing to new syntax.
Use -oldparser to parse the old syntax,
use -oldprinter to print the old syntax.
2) Change default gofmt formatting settings
to use tabs for indentation only and to use
spaces for alignment. This will make the code
alignment insensitive to an editor's tabwidth.
Use -spaces=false to use tabs for alignment.
3) Manually changed src/exp/parser/parser_test.go
so that it doesn't try to parse the parser's
source files using the old syntax (they have
new syntax now).
4) gofmt -w src misc test/bench
3rd set of files.
R=rsc
CC=golang-dev
http://codereview.appspot.com/180048
|
|
Fixes issue 400.
R=golang-dev, rsc
http://codereview.appspot.com/167058
Committer: Russ Cox <rsc@golang.org>
|
|
some error-related tests
R=rsc
http://codereview.appspot.com/157151
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/157068
Committer: Russ Cox <rsc@golang.org>
|
|
I screwed up and didn't write one of the code review changes to disk
before submitting.
TBR=rsc
R=rsc
http://codereview.appspot.com/154122
|
|
Fixies issue 114.
R=rsc
CC=golang-dev
http://codereview.appspot.com/154121
|
|
Fixes issue 147.
R=rsc
CC=golang-dev
http://codereview.appspot.com/152123
|
|
rsc's algorithm
- applied gofmt -w misc src
- partial CL (last chunk)
R=rsc, r
http://go/go-review/1024041
|
|
R=rsc, r
http://go/go-review/1025029
|
|
- 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=rsc
http://go/go-review/1017056
|
|
now that reflection supports it.
R=r
http://go/go-review/1015008
|
|
R=gri
DELTA=1359 (138 added, 32 deleted, 1189 changed)
OCL=35408
CL=35420
|
|
R=r
DELTA=16 (4 added, 2 deleted, 10 changed)
OCL=35320
CL=35331
|
|
R=r
DELTA=112 (6 added, 57 deleted, 49 changed)
OCL=34610
CL=34610
|
|
R=ken
OCL=34471
CL=34471
|
|
Change their names too.
R=rsc
DELTA=206 (123 added, 2 deleted, 81 changed)
OCL=34170
CL=34194
|
|
to whole-package compilation.
R=r
OCL=33070
CL=33101
|
|
- FieldByIndex
- changed StructField.Index type from int -> []int
- adjustments to reflect clients
R=rsc,r
DELTA=336 (263 added, 47 deleted, 26 changed)
OCL=32731
CL=32802
|
|
R=rsc
DELTA=20 (0 added, 12 deleted, 8 changed)
OCL=31758
CL=31758
|
|
R=r
DELTA=192 (52 added, 43 deleted, 97 changed)
OCL=31116
CL=31286
|
|
in cap, len, [], and range on maps, strings, and slices.
R=r
DELTA=57 (2 added, 12 deleted, 43 changed)
OCL=30549
CL=30590
|
|
tests: all.bash passes, gobuild still works, godoc still works.
R=rsc
OCL=30096
CL=30102
|