An error occurred fetching the project authors.
- 30 Mar, 2010 1 commit
-
-
Russ Cox authored
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev https://golang.org/cl/850041
-
- 02 Mar, 2010 1 commit
-
-
Robert Griesemer authored
- gofmt -w src misc - looking for feedback R=rsc, r CC=golang-dev https://golang.org/cl/223076
-
- 29 Dec, 2009 2 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/181089
-
Rob Pike authored
Fixes #470. R=rsc CC=golang-dev https://golang.org/cl/183074
-
- 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
-
- 07 Dec, 2009 1 commit
-
-
Russ Cox authored
to provide functionality previously hacked in to reflect and gob. R=r https://golang.org/cl/165076
-
- 04 Dec, 2009 1 commit
-
-
Rob Pike authored
so make it a local method (_String()). R=rsc CC=golang-dev https://golang.org/cl/165049
-
- 01 Dec, 2009 1 commit
-
-
Rob Pike authored
1) need to send slice and array types (was only sending element types) 2) compatibleType needs to use decoder's type map R=rsc CC=golang-dev https://golang.org/cl/164062
-
- 17 Nov, 2009 1 commit
-
-
Rob Pike authored
Fix is to move all decoder state into the decoder object. Fixes #215. R=rsc CC=golang-dev https://golang.org/cl/155077
-
- 10 Nov, 2009 1 commit
-
-
Robert Griesemer authored
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1026036
-
- 09 Nov, 2009 1 commit
-
-
Robert Griesemer authored
R=rsc, r http://go/go-review/1025029
-
- 06 Nov, 2009 1 commit
-
-
Robert Griesemer authored
- 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
-
- 05 Nov, 2009 1 commit
-
-
Robert Griesemer authored
(the one-line struct types used in composite literals will become one line again in another cleanup round; don't worry about them now) R=r http://go/go-review/1016056
-
- 12 Oct, 2009 2 commits
-
-
Rob Pike authored
R=rsc DELTA=11 (3 added, 5 deleted, 3 changed) OCL=35583 CL=35583
-
Rob Pike authored
1) didn't handle attempts to encode non-structs properly. 2) if there were multiple indirections involving allocation, didn't allocate the intermediate cells. tests added. R=rsc DELTA=82 (65 added, 5 deleted, 12 changed) OCL=35582 CL=35582
-
- 07 Oct, 2009 1 commit
-
-
Russ Cox authored
R=gri DELTA=1359 (138 added, 32 deleted, 1189 changed) OCL=35408 CL=35420
-
- 15 Sep, 2009 1 commit
-
-
Russ Cox authored
the last round omitted := range and only checked 1 out of N vars in a multi-var := R=r OCL=34624 CL=34638
-
- 12 Aug, 2009 2 commits
- 29 Jul, 2009 3 commits
-
-
Rob Pike authored
R=rsc DELTA=32 (24 added, 1 deleted, 7 changed) OCL=32461 CL=32463
-
Rob Pike authored
easier and faster to read. they are now either a one-byte value or a n-byte value preceded by a byte holding -n. R=rsc DELTA=150 (45 added, 7 deleted, 98 changed) OCL=32381 CL=32387
-
Russ Cox authored
(reported by iant) R=r DELTA=50 (32 added, 12 deleted, 6 changed) OCL=32263 CL=32385
-
- 28 Jul, 2009 1 commit
-
-
Rob Pike authored
- derive int, uint, float, uintptr decoders based on their size - add overflow checks in decode R=rsc DELTA=407 (281 added, 44 deleted, 82 changed) OCL=32286 CL=32290
-
- 27 Jul, 2009 2 commits
- 17 Jul, 2009 4 commits
-
-
Rob Pike authored
R=rsc DELTA=31 (8 added, 2 deleted, 21 changed) OCL=31778 CL=31792
-
Rob Pike authored
R=rsc DELTA=113 (74 added, 14 deleted, 25 changed) OCL=31776 CL=31776
-
Rob Pike authored
R=rsc DELTA=99 (32 added, 22 deleted, 45 changed) OCL=31759 CL=31759
-
Rob Pike authored
- still TODO: ignoring struct fields. R=rsc DELTA=309 (240 added, 2 deleted, 67 changed) OCL=31750 CL=31750
-
- 15 Jul, 2009 1 commit
-
-
Rob Pike authored
than io.Readers and io.Writers. change the Encoder/Decoder protocol so that each message is preceded by its length in bytes. R=rsc DELTA=468 (119 added, 23 deleted, 326 changed) OCL=31700 CL=31702
-
- 09 Jul, 2009 1 commit
-
-
Rob Pike authored
change Type to gobType. fix some bugs around recursive structures. lots of cleanup. add the first cut at a type encoder. R=rsc DELTA=400 (287 added, 11 deleted, 102 changed) OCL=31401 CL=31406
-
- 08 Jul, 2009 1 commit
-
-
Rob Pike authored
R=rsc DELTA=28 (7 added, 7 deleted, 14 changed) OCL=31312 CL=31322
-
- 07 Jul, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=242 (68 added, 69 deleted, 105 changed) OCL=31239 CL=31289
-
- 06 Jul, 2009 1 commit
-
-
Rob Pike authored
R=rsc DELTA=4 (4 added, 0 deleted, 0 changed) OCL=31192 CL=31198
-
- 03 Jul, 2009 2 commits
- 02 Jul, 2009 4 commits
-
-
Rob Pike authored
(actually slices encode but do not decode yet) R=rsc DELTA=221 (82 added, 65 deleted, 74 changed) OCL=31095 CL=31095
-
Rob Pike authored
fix a bug in delta encoding: only update the delta-base if something is marshaled. R=rsc DELTA=154 (94 added, 56 deleted, 4 changed) OCL=31069 CL=31071
-
Rob Pike authored
R=rsc DELTA=165 (145 added, 6 deleted, 14 changed) OCL=31051 CL=31056
-
Rob Pike authored
if there is an error, we will write one more value into the struct but in return we do fewer tests in the decode. R=rsc DELTA=56 (0 added, 42 deleted, 14 changed) OCL=31041 CL=31044
-