Age | Commit message (Collapse) | Author | Files | Lines |
|
permits testing that the compiler emits error messages for
specific lines that match egrep regexps. The desired error
messages are expressed using comments of the form
// ERROR "regexp"
R=r
DELTA=90 (73 added, 8 deleted, 9 changed)
OCL=15513
CL=15566
|
|
use gobuild-generated Makefile for math and os.
other makefile tweaks.
move math/main.go to test/math.go
R=r
OCL=15529
CL=15537
|
|
- filed a bug
R=r
OCL=15517
CL=15517
|
|
R=r
OCL=15441
CL=15445
|
|
R=r,presotto
OCL=15410
CL=15440
|
|
powser1.go has not been tested - waiting for compiler to catch up
R=ken
OCL=15415
CL=15415
|
|
R=r
DELTA=11 (8 added, 0 deleted, 3 changed)
OCL=15405
CL=15405
|
|
R=gri,rsc
OCL=15310
CL=15402
|
|
R=rsc
OCL=15400
CL=15400
|
|
delete bug100.go since the compiler is doing what we agreed.
R=gri
OCL=15367
CL=15367
|
|
(as written, factors are 2, 3, and 5)
R=r
OCL=15286
CL=15286
|
|
R=r
DELTA=812 (803 added, 0 deleted, 9 changed)
OCL=15225
CL=15280
|
|
R=r
DELTA=11 (11 added, 0 deleted, 0 changed)
OCL=15222
CL=15276
|
|
R=r
DELTA=314 (306 added, 8 deleted, 0 changed)
OCL=15074
CL=15263
|
|
R=r
DELTA=9 (9 added, 0 deleted, 0 changed)
OCL=15223
CL=15223
|
|
R=r
OCL=15221
CL=15221
|
|
R=r
DELTA=34 (34 added, 0 deleted, 0 changed)
OCL=15178
CL=15181
|
|
R=r
OCL=15180
CL=15180
|
|
R=r
OCL=15179
CL=15179
|
|
- moved bug 060 back into bugs
R=r
OCL=15175
CL=15175
|
|
R=ken
OCL=15170
CL=15170
|
|
R=r
DELTA=80 (78 added, 2 deleted, 0 changed)
OCL=15094
CL=15101
|
|
(work now with Ken's latest compiler fix)
- exoanded test cases accordingly
- fixed a type in the spec (thx r)
R=r
DELTA=65 (62 added, 2 deleted, 1 changed)
OCL=15050
CL=15050
|
|
R=gri
OCL=15014
CL=15014
|
|
"conversion"
R=r
OCL=14976
CL=14976
|
|
R=r
OCL=14975
CL=14975
|
|
3G works on thresher, 2G does not
R=r
OCL=14956
CL=14958
|
|
T(expression) for conversion
FUNC keyword no longer a type
R=r
OCL=14887
CL=14887
|
|
R=gri
OCL=14847
CL=14847
|
|
bug068 is not a bug.
R=gri
OCL=14838
CL=14838
|
|
update tests.
update golden.out
R=gri
OCL=14816
CL=14816
|
|
if stack is in low memory and frame size is huge, test could wrap around!
fix by omitting test altogether if we know frame is big.
R=gri
OCL=14782
CL=14782
|
|
add test for composite literals
R=gri
OCL=14766
CL=14766
|
|
add commands to two new ken tests
R=gri
OCL=14751
CL=14751
|
|
and replace pid with PID
R=r
DELTA=4 (2 added, 0 deleted, 2 changed)
OCL=14727
CL=14727
|
|
- change Delete to Remove
- return deleted element in Remove
- remove range checking (runtime does this for you)
R=gri
OCL=14714
CL=14714
|
|
fix bug092, which was incorrectly specified
R=gri
OCL=14713
CL=14713
|
|
R=ken
OCL=14658
CL=14660
|
|
- updated golden.out
R=r
DELTA=9 (0 added, 8 deleted, 1 changed)
OCL=14657
CL=14657
|
|
R=r
OCL=14656
CL=14656
|
|
R=r
DELTA=185 (59 added, 33 deleted, 93 changed)
OCL=14655
CL=14655
|
|
- added initial test cases (needs to be expanded)
R=r
DELTA=135 (84 added, 30 deleted, 21 changed)
OCL=14654
CL=14654
|
|
R=r
OCL=14603
CL=14603
|
|
fix typo.
add scoping bug.
R=gri
OCL=14349
CL=14349
|
|
R=r
DELTA=10 (6 added, 4 deleted, 0 changed)
OCL=14348
CL=14348
|
|
add bug in constant evaluation (erroneously allowing assignment of float to int)
update golden
R=gri
OCL=14153
CL=14153
|
|
exploit the compiler now supporting i2s and i2i and clean up some code
fix up some panics and prints
R=gri
OCL=14141
CL=14141
|
|
R=gri
OCL=14137
CL=14137
|
|
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
|