Age | Commit message (Collapse) | Author | Files | Lines |
|
R=r
OCL=22166
CL=22166
|
|
leaving golden.out alone for now.
R=ken
DELTA=13 (0 added, 0 deleted, 13 changed)
OCL=21682
CL=21682
|
|
fix bugs left over from *[] to [] conversion.
TBR=r
OCL=21576
CL=21581
|
|
R=r
OCL=21564
CL=21564
|
|
:= illegal in for-increment
R=r
OCL=21204
CL=21204
|
|
R=r
OCL=20667
CL=20667
|
|
R=ken
OCL=19943
CL=19943
|
|
R=r,gri
DELTA=2 (0 added, 0 deleted, 2 changed)
OCL=18781
CL=18785
|
|
R=r
OCL=18034
CL=18034
|
|
R=r
OCL=17855
CL=17855
|
|
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
|
|
R=r
OCL=17247
CL=17247
|
|
R=gri,r
OCL=16648
CL=16652
|
|
* 1. all statements and declarations are terminated by semicolons
* 2. semicolons can be omitted at top level.
* 3. semicolons can be omitted before and after the closing ) or }
* on a list of statements or declarations.
/home/rsc/bin/addsemi and then diff+tweak.
R=r,gri
OCL=16620
CL=16643
|
|
ideally cause the compiler to give an error. Right now 6g
warns about large shifts but does not give an error. This CL
removes the out of range shift from shift.go, so that it will
work with gccgo, and adds a test case in bugs/ to be fixed at
a later date.
R=ken,r
DELTA=23 (9 added, 14 deleted, 0 changed)
OCL=16085
CL=16088
|
|
R=r
OCL=15599
CL=15599
|
|
R=ken
OCL=15598
CL=15598
|
|
R=r
OCL=15587
CL=15587
|
|
T(expression) for conversion
FUNC keyword no longer a type
R=r
OCL=14887
CL=14887
|
|
add commands to two new ken tests
R=gri
OCL=14751
CL=14751
|
|
R=r
OCL=14656
CL=14656
|
|
fix typo.
add scoping bug.
R=gri
OCL=14349
CL=14349
|
|
R=r
DELTA=138 (75 added, 12 deleted, 51 changed)
OCL=14129
CL=14131
|
|
1) fix print statements, panic statements (parentheses required)
2) len is now allowed as a var name (bug053)
R=gri
OCL=14106
CL=14106
|
|
also rob1.go runs, so fix its status.
R=gri,iant
OCL=13957
CL=13957
|
|
SVN=126336
|
|
SVN=126328
|
|
SVN=126120
|
|
update tests to use exit rather than return
ignore return value from main (actually done in prior CL)
SVN=125173
|
|
that are supposed to succeed
SVN=124018
|
|
SVN=123442
|
|
update robfunc.go (BUG comment deleted)
SVN=122143
|
|
SVN=121624
|
|
SVN=121543
|
|
update run to work with multiple directories
SVN=121485
|