- 25 Mar, 2013 1 commit
-
-
Oling Cat authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8012043
-
- 17 Sep, 2012 1 commit
-
-
Charles L. Dorian authored
From 159 to 47.6 ns/op; slightly more accurate. R=rsc, golang-dev, mtj, dave, remyoudompheng CC=golang-dev https://golang.org/cl/6500121
-
- 05 Dec, 2011 1 commit
-
-
Charles L. Dorian authored
Also change "Special conditions" to "Special cases" as in other functions. R=rsc, golang-dev CC=golang-dev https://golang.org/cl/5440078
-
- 14 Jul, 2011 1 commit
-
-
Robert Griesemer authored
manual changes in src/pkg/go/printer, src/cmd/gofix/signal_test.go (cd src/cmd/gofix/testdata; gofmt -w *.in *.out) (cd src/pkg/go/printer; gotest -update) gofmt -w misc src runs all tests R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4715041
-
- 11 Jan, 2010 1 commit
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/186042
-
- 15 Dec, 2009 1 commit
-
-
Robert Griesemer authored
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 https://golang.org/cl/180048
-
- 10 Nov, 2009 1 commit
-
-
Robert Griesemer authored
rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041
-
- 09 Nov, 2009 1 commit
-
-
Robert Griesemer authored
R=rsc, r http://go/go-review/1025029
-
- 07 Oct, 2009 1 commit
-
-
Russ Cox authored
R=gri DELTA=566 (4 added, 14 deleted, 548 changed) OCL=35410 CL=35419
-
- 12 Aug, 2009 1 commit
-
-
Russ Cox authored
whole-package compilation. new Makefiles, tests now in separate package bytes flag fmt io math once os reflect strconv sync time utf8 delete import "xxx" in package xxx. inside package xxx, xxx is not declared anymore so s/xxx.//g delete file and package level forward declarations. note the new internal_test.go and sync and strconv to provide public access to internals during testing. the installed version of the package omits that file and thus does not open the internals to all clients. R=r OCL=33065 CL=33097
-
- 09 Jun, 2009 1 commit
-
-
Rob Pike authored
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
-
- 05 Mar, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=173 (74 added, 14 deleted, 85 changed) OCL=25753 CL=25767
-
- 20 Jan, 2009 1 commit
-
-
Russ Cox authored
TBR=r OCL=23121 CL=23127
-
- 20 Nov, 2008 1 commit
-
-
Russ Cox authored
R=r DELTA=682 (275 added, 301 deleted, 106 changed) OCL=19638 CL=19642
-
- 05 Aug, 2008 1 commit
-
-
Robert Griesemer authored
- adjusted lang doc R=r DELTA=192 (26 added, 65 deleted, 101 changed) OCL=13844 CL=13848
-
- 12 Jul, 2008 1 commit
-
-
Rob Pike authored
you need a hack to 6ar to do this, but it's not checked in yet SVN=126943
-
- 09 Jul, 2008 1 commit
-
-
Ken Thompson authored
SVN=126446
-
- 28 Jun, 2008 1 commit
-
-
Rob Pike authored
SVN=125218
-
- 28 Mar, 2008 1 commit
-
-
Ken Thompson authored
-