Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-16 | added two new small tests | Rob Pike | 3 | -0/+51 | |
SVN=123010 | |||||
2008-06-16 | update more tests to reflect tweaked grammar for if, switch | Rob Pike | 6 | -29/+9 | |
SVN=122916 | |||||
2008-06-16 | update test results | Rob Pike | 4 | -55/+56 | |
SVN=122912 | |||||
2008-06-15 | now checks for lvalue/rvalue context of | Ken Thompson | 1 | -0/+8 | |
expressions. start of generics for calling builtin functions start of map type 'any' demoted from reserved word to type SVN=122808 | |||||
2008-06-15 | error messages now have colon after line number | Rob Pike | 1 | -14/+14 | |
SVN=122803 | |||||
2008-06-13 | Add nil test, with bug | Rob Pike | 2 | -0/+39 | |
SVN=122644 | |||||
2008-06-12 | better import/export | Ken Thompson | 1 | -8/+3 | |
SVN=122584 | |||||
2008-06-12 | import the plan 9 libraries libc (lib9) and libbio into the tree. | Rob Pike | 1 | -2/+1 | |
remove the dependency on /home/r. SVN=122482 | |||||
2008-06-12 | This test now runs correctly, with no bugs commented out | Rob Pike | 1 | -5/+5 | |
SVN=122460 | |||||
2008-06-11 | - added test case | Robert Griesemer | 2 | -4/+23 | |
SVN=122159 | |||||
2008-06-11 | add bug045: bad nil assigning into array | Rob Pike | 3 | -18/+35 | |
update robfunc.go (BUG comment deleted) SVN=122143 | |||||
2008-06-10 | made fp numbers from integers and | Ken Thompson | 1 | -56/+72 | |
checked values SVN=121972 | |||||
2008-06-09 | divide is now in; update golden | Rob Pike | 1 | -4/+0 | |
SVN=121739 | |||||
2008-06-08 | fix bug in closeness for float literal test | Rob Pike | 2 | -3/+1 | |
SVN=121628 | |||||
2008-06-08 | fix float lit to return 1, print error | Rob Pike | 2 | -46/+47 | |
SVN=121627 | |||||
2008-06-08 | move file for fixed bug | Rob Pike | 1 | -0/+0 | |
SVN=121626 | |||||
2008-06-08 | update lots of tests | Rob Pike | 2 | -18/+6 | |
SVN=121624 | |||||
2008-06-08 | fix string_lit test to be more thorough | Rob Pike | 2 | -24/+70 | |
SVN=121623 | |||||
2008-06-08 | default to amd64 in run | Rob Pike | 2 | -5/+2 | |
test/func.go now works; update golden.out SVN=121617 | |||||
2008-06-08 | Fix a few tests | Rob Pike | 4 | -48/+50 | |
SVN=121614 | |||||
2008-06-08 | asdf | Ken Thompson | 1 | -61/+83 | |
SVN=121608 | |||||
2008-06-06 | - method forward decl. bug | Robert Griesemer | 2 | -0/+31 | |
SVN=121563 | |||||
2008-06-06 | - forward decl bug | Robert Griesemer | 2 | -0/+26 | |
SVN=121561 | |||||
2008-06-06 | - tests for type forward declarations | Robert Griesemer | 3 | -0/+42 | |
SVN=121560 | |||||
2008-06-06 | fix erroneous test | Rob Pike | 2 | -2/+1 | |
SVN=121554 | |||||
2008-06-06 | - updated golden.out one more time | Robert Griesemer | 1 | -3/+0 | |
SVN=121552 | |||||
2008-06-06 | - fixed test commands | Robert Griesemer | 4 | -12/+12 | |
SVN=121551 | |||||
2008-06-06 | - fixed golden.out | Robert Griesemer | 1 | -27/+27 | |
SVN=121550 | |||||
2008-06-06 | - moved some bugs into bugs directory | Robert Griesemer | 9 | -0/+0 | |
SVN=121548 | |||||
2008-06-06 | - more tests (mostly redeclaration errors that are not checked) | Robert Griesemer | 10 | -0/+138 | |
SVN=121546 | |||||
2008-06-06 | check in the bugs and fixed bugs | Rob Pike | 33 | -6/+746 | |
SVN=121543 | |||||
2008-06-06 | - fixed a few tests and added 3 incorrectly succeeding tests | Robert Griesemer | 7 | -4/+59 | |
- updated go_lang.txt to be more uniform and match the implementation - made makehtml work on Mac - fixed a couple of bugs in go.atg SVN=121520 | |||||
2008-06-06 | - fix to func.go | Robert Griesemer | 2 | -0/+45 | |
- extra empty line between test output SVN=121499 | |||||
2008-06-06 | add ken's tests. | Rob Pike | 27 | -23/+1864 | |
update run to work with multiple directories SVN=121485 | |||||
2008-06-06 | update golden.out for two versions of hello, world | Rob Pike | 1 | -0/+2 | |
SVN=121479 | |||||
2008-06-06 | turing now works | Ken Thompson | 1 | -2/+0 | |
SVN=121477 | |||||
2008-06-06 | print count of failing tests | Rob Pike | 1 | -0/+3 | |
SVN=121467 | |||||
2008-06-06 | remove 6.out in test/run. update golden file | Rob Pike | 2 | -9/+11 | |
SVN=121465 | |||||
2008-06-06 | lots of new tests | Rob Pike | 11 | -15/+637 | |
SVN=121464 | |||||
2008-06-06 | first cut at test suite | Rob Pike | 4 | -11/+96 | |
SVN=121454 | |||||
2008-05-15 | turn spaces to tabs | Rob Pike | 1 | -43/+43 | |
replace ifs with switch still runs! SVN=118947 | |||||
2008-05-08 | - changed literal syntax to use the convert notation | Robert Griesemer | 6 | -9/+69 | |
- fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167 | |||||
2008-05-01 | - fixed a test | Robert Griesemer | 1 | -1/+1 | |
- added extra basic type aliases - added select statement SVN=117448 | |||||
2008-03-26 | - Make Coco/R-based parser work w/ UTF-8 encoded files even if there is | Robert Griesemer | 3 | -8/+8 | |
no (optional) UTF-8 marker present. SVN=113931 | |||||
2008-03-26 | - fixed my scripts | Robert Griesemer | 1 | -1/+1 | |
SVN=113864 | |||||
2008-03-26 | - new directory structure | Robert Griesemer | 8 | -0/+470 | |
SVN=113851 |