Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-14 | update golden | Rob Pike | 3 | -3/+90 | |
improve sieve test, and split into two versions SVN=127077 | |||||
2008-07-12 | fix a couple of minor errors | Rob Pike | 1 | -3/+3 | |
SVN=126938 | |||||
2008-07-12 | add new test - factorial by inc and dec | Rob Pike | 1 | -0/+131 | |
SVN=126937 | |||||
2008-07-10 | - filed a bug against 6g (bug065.go) | Robert Griesemer | 2 | -16/+35 | |
- improved scanner.go error handling SVN=126706 | |||||
2008-07-08 | disambiguate typedefs in export blocks of .6 files | Rob Pike | 1 | -2/+2 | |
SVN=126366 | |||||
2008-07-08 | test update. also remove two duplicates | Rob Pike | 7 | -387/+31 | |
SVN=126336 | |||||
2008-07-08 | test update. some tests now run; no change to output | Rob Pike | 3 | -3/+2 | |
SVN=126328 | |||||
2008-07-07 | fixed three-way decl | Rob Pike | 2 | -5/+2 | |
SVN=126254 | |||||
2008-07-07 | k,l,m := 0,0,0 doesn't compile | Rob Pike | 2 | -0/+16 | |
SVN=126247 | |||||
2008-07-07 | update to Unicode 5 | Rob Pike | 1 | -0/+9 | |
SVN=126184 | |||||
2008-07-07 | bug update | Rob Pike | 5 | -9/+12 | |
SVN=126121 | |||||
2008-07-07 | test cleanup | Rob Pike | 15 | -108/+62 | |
SVN=126120 | |||||
2008-07-03 | one bug fixed | Rob Pike | 2 | -6/+5 | |
SVN=126006 | |||||
2008-07-03 | improved iota test for new form | Rob Pike | 2 | -2/+79 | |
SVN=125995 | |||||
2008-07-03 | - minor update | Robert Griesemer | 1 | -1/+1 | |
SVN=125989 | |||||
2008-07-03 | fix some tests | Rob Pike | 3 | -12/+56 | |
SVN=125987 | |||||
2008-07-03 | - filed a bug w/ constant evaluation | Robert Griesemer | 2 | -0/+22 | |
SVN=125966 | |||||
2008-07-03 | fix typo in file name | Rob Pike | 1 | -0/+0 | |
SVN=125964 | |||||
2008-07-01 | - filed a bug | Robert Griesemer | 2 | -28/+41 | |
SVN=125596 | |||||
2008-06-30 | add test that was mistakenly not checked in, now fixed | Rob Pike | 2 | -3/+36 | |
SVN=125408 | |||||
2008-06-30 | update golden | Rob Pike | 1 | -3/+3 | |
fix a comment SVN=125405 | |||||
2008-06-28 | slice doesn't work on a string literal | Rob Pike | 2 | -0/+18 | |
SVN=125259 | |||||
2008-06-28 | new test - map failure | Rob Pike | 2 | -0/+20 | |
SVN=125258 | |||||
2008-06-27 | update: hashmap compiles now | Rob Pike | 1 | -13/+0 | |
SVN=125233 | |||||
2008-06-27 | test wasn't being run. it works fine. | Rob Pike | 1 | -0/+1 | |
SVN=125179 | |||||
2008-06-27 | export sys.exit | Rob Pike | 12 | -30/+22 | |
update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173 | |||||
2008-06-27 | add a test | Rob Pike | 3 | -15/+12 | |
fix make.bash for runtime - sysfile.6 depends on OS so simplest thing is to build just our own version SVN=125130 | |||||
2008-06-26 | - added calc cmd | Robert Griesemer | 1 | -1/+2 | |
SVN=125025 | |||||
2008-06-26 | add readfile test | Rob Pike | 3 | -21/+49 | |
update golden SVN=125006 | |||||
2008-06-26 | - moved integer code into src/pkg | Robert Griesemer | 2 | -777/+0 | |
SVN=125003 | |||||
2008-06-26 | simultaneous assignment test | Ken Thompson | 1 | -0/+68 | |
SVN=124994 | |||||
2008-06-26 | - a couple of fixes for integer.go | Robert Griesemer | 2 | -3/+27 | |
- added pkg dir SVN=124991 | |||||
2008-06-26 | - added bug against maps | Robert Griesemer | 1 | -0/+20 | |
SVN=124977 | |||||
2008-06-26 | - filed a bug against len() | Robert Griesemer | 1 | -0/+23 | |
SVN=124926 | |||||
2008-06-25 | - dump registers in case of signal (linux) | Robert Griesemer | 1 | -1/+37 | |
SVN=124702 | |||||
2008-06-25 | improve bug054.go | Rob Pike | 4 | -33/+74 | |
fix integer.ToString to return the proper, not-nul-terminated value SVN=124654 | |||||
2008-06-25 | add new bug: can't compile a, b := sys.frexp(1.0) | Rob Pike | 2 | -0/+27 | |
SVN=124622 | |||||
2008-06-24 | arguments available | Rob Pike | 2 | -0/+21 | |
argc, argv, envc, envv all in sys now sys.argc() etc. SVN=124398 | |||||
2008-06-23 | update some tests | Rob Pike | 6 | -23/+17 | |
SVN=124196 | |||||
2008-06-21 | remove receclarations from tests | Ken Thompson | 3 | -25/+25 | |
that are supposed to succeed SVN=124018 | |||||
2008-06-18 | - added large integer arithmetic package and test cases | Robert Griesemer | 3 | -0/+767 | |
SVN=123486 | |||||
2008-06-18 | clean up ken/rob2.go to eliminate a few workarounds | Rob Pike | 2 | -8/+7 | |
SVN=123442 | |||||
2008-06-18 | add new test bug055 | Rob Pike | 2 | -0/+25 | |
SVN=123431 | |||||
2008-06-18 | a couple of bugs around nil are fixed | Rob Pike | 3 | -11/+7 | |
SVN=123423 | |||||
2008-06-18 | forgot command line for bug054 | Rob Pike | 1 | -4/+4 | |
update golden.out SVN=123412 | |||||
2008-06-18 | 'default' bug in switch statements is fixed | Rob Pike | 1 | -0/+4 | |
SVN=123411 | |||||
2008-06-18 | add a bug: method call doesn't compile | Rob Pike | 3 | -7/+32 | |
SVN=123403 | |||||
2008-06-17 | - added another bug test ('len' shouldn't be a keyword) | Robert Griesemer | 2 | -0/+15 | |
SVN=123225 | |||||
2008-06-17 | - added 2 bug tests | Robert Griesemer | 3 | -4/+55 | |
SVN=123220 | |||||
2008-06-17 | add two more tests | Rob Pike | 3 | -0/+34 | |
SVN=123143 |