Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -2/+65 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -1/+1 | |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 1 | -0/+20 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -85/+80 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+493 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -493/+0 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -276/+202 | |
2011-05-04 | Imported Upstream version 57upstream/57 | Ondřej Surý | 1 | -5/+24 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -0/+27 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -34/+114 | |
2010-05-07 | compress: renamings. | Rob Pike | 1 | -16/+16 | |
NewDeflater -> NewWriter NewInflater -> NewReader Deflater -> Compressor Inflater -> Decompressor R=rsc CC=golang-dev http://codereview.appspot.com/1166041 | |||||
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -152/+152 | |
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 1st set of files. R=rsc CC=agl, golang-dev, iant, ken2, r http://codereview.appspot.com/180047 | |||||
2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox | 1 | -1/+1 | |
R=r, gri CC=golang-dev http://codereview.appspot.com/156115 | |||||
2009-11-18 | remove bytes.Copy | Rob Pike | 1 | -3/+2 | |
replace all calls with calls to copy use copy in regexp and bytes.Buffer R=rsc CC=golang-dev http://codereview.appspot.com/157073 | |||||
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 1 | -30/+30 | |
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1026036 | |||||
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -35/+35 | |
R=rsc, r http://go/go-review/1025029 | |||||
2009-10-08 | more lgtm files from gofmt | Russ Cox | 1 | -70/+69 | |
R=gri OCL=35485 CL=35488 | |||||
2009-10-01 | Change deflate.go's default compression level from 4 to 6. | Nigel Tao | 1 | -1/+1 | |
R=rsc APPROVED=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=35208 CL=35261 | |||||
2009-09-29 | Deflate encoder | Ivan Krasin | 1 | -0/+443 | |
APPROVED=rsc OCL=34514 CL=35093 |