- 18 May, 2009 1 commit
-
-
Ken Thompson authored
structs and arrays are done slices and maps are yet to do R=r OCL=28977 CL=28977
-
- 17 May, 2009 1 commit
-
-
Ian Lance Taylor authored
os.Exit(0) at the end of main. R=rsc DELTA=6 (0 added, 6 deleted, 0 changed) OCL=28967 CL=28969
-
- 16 May, 2009 7 commits
-
-
Ken Thompson authored
structure set up - no change yet R=r OCL=28966 CL=28966
-
Robert Griesemer authored
(mimic behavior of slices) R=r DELTA=12 (12 added, 0 deleted, 0 changed) OCL=28960 CL=28962
-
Robert Griesemer authored
TBR=r DELTA=9270 (0 added, 9270 deleted, 0 changed) OCL=28958 CL=28958
-
Robert Griesemer authored
literal type is not a type name R=rsc DELTA=41 (2 added, 7 deleted, 32 changed) OCL=28955 CL=28957
-
Robert Griesemer authored
format.go: - better error handling, indentation, support for defaults, environments for custom formatters, cleanups (more functionality, less code) pretty.go: - better comment printing using format.go made test script more robust TBR=r DELTA=622 (175 added, 305 deleted, 142 changed) OCL=28956 CL=28956
-
Russ Cox authored
R=r DELTA=2 (1 added, 0 deleted, 1 changed) OCL=28949 CL=28951
-
Rob Pike authored
R=rsc DELTA=7 (0 added, 0 deleted, 7 changed) OCL=28947 CL=28950
-
- 15 May, 2009 12 commits
-
-
Russ Cox authored
R=r DELTA=42 (0 added, 26 deleted, 16 changed) OCL=28940 CL=28942
-
Robert Griesemer authored
R=rsc DELTA=21 (19 added, 0 deleted, 2 changed) OCL=28938 CL=28941
-
Rob Pike authored
R=rsc OCL=28936 CL=28936
-
Russ Cox authored
Getuid, etc drop their errors -- they cannot error R=r DELTA=605 (547 added, 12 deleted, 46 changed) OCL=28919 CL=28929
-
Russ Cox authored
R=ken OCL=28918 CL=28918
-
Rob Pike authored
R=gri,rsc DELTA=197 (194 added, 0 deleted, 3 changed) OCL=28900 CL=28911
-
Russ Cox authored
R=r DELTA=61 (34 added, 0 deleted, 27 changed) OCL=28904 CL=28906
-
Russ Cox authored
R=gri DELTA=4 (1 added, 0 deleted, 3 changed) OCL=28868 CL=28899
-
Robert Griesemer authored
- Faster vector.Delete, removed result value (easy to get via At(i)) R=r DELTA=40 (6 added, 30 deleted, 4 changed) OCL=28866 CL=28897
-
Russ Cox authored
R=iant DELTA=41 (35 added, 0 deleted, 6 changed) OCL=28892 CL=28895
-
Russ Cox authored
AES mode wrappers not implemented, so no public interface yet. R=r DELTA=918 (918 added, 0 deleted, 0 changed) OCL=28848 CL=28863
-
Robert Griesemer authored
R=r DELTA=17 (10 added, 0 deleted, 7 changed) OCL=28860 CL=28862
-
- 14 May, 2009 11 commits
-
-
Rob Pike authored
R=rsc DELTA=51 (49 added, 0 deleted, 2 changed) OCL=28859 CL=28859
-
David Symonds authored
R=r APPROVED=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=28847 CL=28851
-
Rob Pike authored
R=rsc DELTA=5 (3 added, 0 deleted, 2 changed) OCL=28845 CL=28849
-
Robert Griesemer authored
R=r DELTA=13 (1 added, 6 deleted, 6 changed) OCL=28840 CL=28844
-
Russ Cox authored
* make a complete sentence. * eliminate reference to byte positions, which are not a concept exposed by the interface. R=gri DELTA=2 (0 added, 1 deleted, 1 changed) OCL=28838 CL=28838
-
Robert Griesemer authored
R=r DELTA=22 (17 added, 0 deleted, 5 changed) OCL=28781 CL=28815
-
Rob Pike authored
R=ken OCL=28814 CL=28814
-
Ian Lance Taylor authored
gives an type mismatch error, although both values appear to have the same type. R=ken,rsc DELTA=23 (23 added, 0 deleted, 0 changed) OCL=28786 CL=28805
-
Russ Cox authored
R=ken OCL=28785 CL=28785
-
Russ Cox authored
R=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=28756 CL=28784
-
Russ Cox authored
R=r DELTA=534 (353 added, 99 deleted, 82 changed) OCL=28783 CL=28783
-
- 13 May, 2009 6 commits
-
-
Robert Griesemer authored
- changed type equality to type compatibility, updated rules - string literals have ideal string type - conversion w/ relaxed type compatibilty DELTA=123 (26 added, 22 deleted, 75 changed) OCL=28763 CL=28780
-
Robert Griesemer authored
- one node for array and slice types - one node for index and slice expressions - simplified parser, astprinter, and ast.txt R=r DELTA=71 (0 added, 43 deleted, 28 changed) OCL=28768 CL=28768
-
Rob Pike authored
R=rsc OCL=28752 CL=28752
-
Ian Lance Taylor authored
R=r,rsc DELTA=161 (161 added, 0 deleted, 0 changed) OCL=28745 CL=28747
-
Rob Pike authored
R=rsc DELTA=13 (6 added, 1 deleted, 6 changed) OCL=28743 CL=28746
-
Robert Griesemer authored
R=r DELTA=19 (4 added, 7 deleted, 8 changed) OCL=28723 CL=28732
-
- 12 May, 2009 2 commits