- 15 May, 2009 7 commits
-
-
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 7 commits
-
-
Rob Pike authored
R=rsc DELTA=10 (0 added, 0 deleted, 10 changed) OCL=28717 CL=28720
-
Russ Cox authored
use the actual go source instead. R=r DELTA=90 (66 added, 18 deleted, 6 changed) OCL=28708 CL=28719
-
Russ Cox authored
R=r DELTA=20 (20 added, 0 deleted, 0 changed) OCL=28707 CL=28716
-
Russ Cox authored
test case for new change. both work with the current compiler too. R=r DELTA=150 (145 added, 2 deleted, 3 changed) OCL=28703 CL=28715
-
Russ Cox authored
TBR=r,dsymonds OCL=28711 CL=28711
-
David Symonds authored
This also adds a missing 'return' when a malformed URL is passed to it. R=rsc APPROVED=rsc DELTA=30 (13 added, 2 deleted, 15 changed) OCL=28598 CL=28710
-
Rob Pike authored
R=rsc DELTA=97 (96 added, 0 deleted, 1 changed) OCL=28596 CL=28702
-
- 11 May, 2009 3 commits
-
-
Robert Griesemer authored
- sort directories before printing - apply filtering to factory functions and methods - remove a couple of unused files R=r DELTA=84 (34 added, 40 deleted, 10 changed) OCL=28657 CL=28657
-
Russ Cox authored
to use single string argument instead of string, index. R=r DELTA=136 (9 added, 7 deleted, 120 changed) OCL=28642 CL=28644
-
Robert Griesemer authored
- godoc updated to work w/new directory structure TBR=r OCL=28624 CL=28624
-
- 08 May, 2009 6 commits
-
-
Russ Cox authored
R=r DELTA=10 (10 added, 0 deleted, 0 changed) OCL=28585 CL=28591
-
Russ Cox authored
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=28583 CL=28590
-
Russ Cox authored
R=r DELTA=60 (38 added, 19 deleted, 3 changed) OCL=28589 CL=28589
-
Rob Pike authored
which contains only declarations, we can have godoc present documentation for the package. R=gri,rsc DELTA=44 (43 added, 0 deleted, 1 changed) OCL=28555 CL=28588
-
Rob Pike authored
R=rsc DELTA=25 (25 added, 0 deleted, 0 changed) OCL=28574 CL=28580
-
Russ Cox authored
new type equality restrictions better handling of renamed packages "sys" is no longer available to programs R=ken OCL=28553 CL=28578
-