- 24 Oct, 2008 13 commits
-
-
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 10 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
-
Rob Pike authored
the right answer when a type name redefines an existing type. R=rsc DELTA=133 (53 added, 8 deleted, 72 changed) OCL=17637 CL=17639
-
Robert Griesemer authored
in general R=rsc DELTA=2 (1 added, 0 deleted, 1 changed) OCL=17624 CL=17624
-
Rob Pike authored
Beginnings of values. typestrings are grabbed from the environment. R=rsc APPROVED=rsc DELTA=1046 (952 added, 3 deleted, 91 changed) OCL=17593 CL=17621
-
Ken Thompson authored
R=r OCL=17601 CL=17601
-
Russ Cox authored
R=ken OCL=17598 CL=17598
-
Rob Pike authored
R=rsc DELTA=2 (0 added, 1 deleted, 1 changed) OCL=17589 CL=17595
-
- 21 Oct, 2008 10 commits
-
-
Russ Cox authored
R=ken OCL=17592 CL=17592
-
Russ Cox authored
R=r DELTA=16 (14 added, 1 deleted, 1 changed) OCL=17584 CL=17584
-
Russ Cox authored
sys: add sys.reflect runtime: add canfail flag for later R=ken OCL=17583 CL=17583
-
Ken Thompson authored
R=r OCL=17572 CL=17572
-
Russ Cox authored
they're gone. R=ken OCL=17569 CL=17569
-
Russ Cox authored
* print int as int, not P.int * write type info for non-exported types in its own new section. ar: skip over rest of line after $$ R=ken OCL=17568 CL=17568
-
Russ Cox authored
R=r DELTA=419 (409 added, 5 deleted, 5 changed) OCL=17524 CL=17530
-
Robert Griesemer authored
R=rsc DELTA=1 (0 added, 1 deleted, 0 changed) OCL=17514 CL=17514
-
Russ Cox authored
use libbio instead of maintaining own buffer libbio: always use vlong offsets; die if off_t is too small R=r DELTA=163 (23 added, 63 deleted, 77 changed) OCL=17508 CL=17512
-
Robert Griesemer authored
R=r OCL=17510 CL=17510
-