- 27 Oct, 2008 3 commits
-
-
Robert Griesemer authored
now using up-to-date language features - moved old code away from pkg (defunct anyway because of language changes) R=r OCL=17916 CL=17916
-
Rob Pike authored
R=ken OCL=17900 CL=17900
-
Robert Griesemer authored
(e.g.: pretty -d pretty.go will print the Makefile dep. rules of the involved Go files that are not part of the installed library) - minor fix in pretty printer (tested against ken's test files) R=r OCL=17872 CL=17872
-
- 26 Oct, 2008 4 commits
-
-
Ken Thompson authored
R=r OCL=17869 CL=17869
-
Rob Pike authored
R=rsc DELTA=427 (53 added, 302 deleted, 72 changed) OCL=17857 CL=17868
-
Rob Pike authored
R=rsc DELTA=14 (13 added, 0 deleted, 1 changed) OCL=17858 CL=17867
-
Rob Pike authored
R=rsc DELTA=442 (0 added, 442 deleted, 0 changed) OCL=17854 CL=17866
-
- 25 Oct, 2008 8 commits
-
-
Ken Thompson authored
R=r OCL=17855 CL=17855
-
Ken Thompson authored
R=r OCL=17853 CL=17853
-
Ken Thompson authored
R=r OCL=17852 CL=17852
-
Ken Thompson authored
R=r OCL=17851 CL=17851
-
Ian Lance Taylor authored
object has a value of type "int", it should not automatically convert to type "int32". That is, the type alias "int" should be regarded as having been defined as though "type int int32" appeared outside of the package, and as therefore being a different type from "int32". R=ken DELTA=21 (20 added, 0 deleted, 1 changed) OCL=17587 CL=17842
-
Rob Pike authored
R=rsc OCL=17841 CL=17841
-
Ken Thompson authored
put explicit ./ on some runtime tests R=r OCL=17839 CL=17839
-
Russ Cox authored
R=ken OCL=17833 CL=17833
-
- 24 Oct, 2008 14 commits
-
-
Russ Cox authored
R=ken OCL=17832 CL=17832
-
Rob Pike authored
uses reflection to determine arguments. for now, the arguments must be provided as a struct; the compiler will soon do the packaging automatically for "..." parameters. R=rsc DELTA=1436 (909 added, 520 deleted, 7 changed) OCL=17823 CL=17831
-
Russ Cox authored
R=ken OCL=17819 CL=17819
-
Russ Cox authored
*** Reason for rollback *** now it's comparing function parameter names... *** Original change description *** fix method function type compare bug R=ken OCL=17816 CL=17816
-
Russ Cox authored
R=ken OCL=17815 CL=17815
-
Robert Griesemer authored
R=r OCL=17813 CL=17813
-
Robert Griesemer authored
R=r DELTA=10 (9 added, 0 deleted, 1 changed) OCL=17806 CL=17812
-
Robert Griesemer authored
easily (for instance import dependency extraction) - support for new "..." syntax - minor cleanup R=r OCL=17811 CL=17811
-
Robert Griesemer authored
DELTA=11 (7 added, 0 deleted, 4 changed) OCL=17772 CL=17804
-
Rob Pike authored
some build dependencies need rearrangement because fmt will depend on reflect R=rsc DELTA=1091 (567 added, 521 deleted, 3 changed) OCL=17792 CL=17796
-
Robert Griesemer authored
- fixed an issue with select - added all bugs and fixedbugs tests that are syntactically correct to the test suite - minor cosmetic changes R=r OCL=17759 CL=17759
-
Rob Pike authored
R=rsc DELTA=9 (4 added, 4 deleted, 1 changed) OCL=17753 CL=17755
-
Robert Griesemer authored
are evaluated, removed corresponding TODO. R=r DELTA=5 (3 added, 1 deleted, 1 changed) OCL=17746 CL=17751
-
Rob Pike authored
R=rsc DELTA=341 (188 added, 151 deleted, 2 changed) OCL=17678 CL=17750
-
- 23 Oct, 2008 7 commits
-
-
Russ Cox authored
R=r OCL=17691 CL=17719
-
Robert Griesemer authored
spec. I have deliberately removed the wording about receivers where it was before because I think it needs to be more precise. There is a TODO. DELTA=90 (54 added, 0 deleted, 36 changed) OCL=17597 CL=17716
-
Russ Cox authored
R=iant DELTA=4 (0 added, 0 deleted, 4 changed) OCL=17680 CL=17711
-
Ken Thompson authored
auto & on methods R=r OCL=17682 CL=17682
-
Russ Cox authored
R=ken OCL=17679 CL=17679
-
Ken Thompson authored
R=r OCL=17676 CL=17676
-
Rob Pike authored
this is just a branch. next cl will update and add to build R=rsc DELTA=4528 (2264 added, 2264 deleted, 0 changed) OCL=17670 CL=17672
-
- 22 Oct, 2008 4 commits
-
-
Rob Pike authored
R=rsc DELTA=206 (79 added, 25 deleted, 102 changed) OCL=17652 CL=17669
-
Ian Lance Taylor authored
convlit.go:17: error: incompatible type in initialization convlit.go:18: error: incompatible types in binary expression convlit.go:19: error: incompatible types in binary expression convlit.go:20: error: incompatible types in binary expression convlit.go:21: error: incompatible types in binary expression convlit.go:23: error: cannot convert non-integer constant convlit.go:24: error: integer type overflow convlit.go:25: error: floating point overflow R=rsc DELTA=5 (0 added, 0 deleted, 5 changed) OCL=17649 CL=17661
-
Russ Cox authored
R=ken OCL=17643 CL=17643
-
Russ Cox authored
R=ken OCL=17625 CL=17641
-