| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | uncommenting some test | Andrea Corallo | 2020-01-01 | 1 | -146/+146 | |
| * | uncommenting some tests | Andrea Corallo | 2020-01-01 | 1 | -21/+20 | |
| * | conditionals working | Andrea Corallo | 2020-01-01 | 1 | -16/+16 | |
| * | basic funcall | Andrea Corallo | 2020-01-01 | 1 | -40/+41 | |
| * | concat support | Andrea Corallo | 2020-01-01 | 1 | -8/+8 | |
| * | symbol-value +1 test | Andrea Corallo | 2020-01-01 | 1 | -8/+8 | |
| * | add discard aref aset | Andrea Corallo | 2020-01-01 | 1 | -9/+9 | |
| * | varset support 5 test passing | Andrea Corallo | 2020-01-01 | 1 | -13/+13 | |
| * | some consistency rework one test + | Andrea Corallo | 2020-01-01 | 1 | -10/+10 | |
| * | call ref works | Andrea Corallo | 2020-01-01 | 1 | -1/+1 | |
| * | fix list | Andrea Corallo | 2020-01-01 | 1 | -3/+3 | |
| * | two test passing | Andrea Corallo | 2020-01-01 | 1 | -392/+388 | |
| * | update tests | Andrea Corallo | 2020-01-01 | 1 | -4/+1 | |
| * | purge C side | Andrea Corallo | 2020-01-01 | 1 | -0/+5 | |
| * | add SSA | Andrea Corallo | 2020-01-01 | 1 | -88/+47 | |
| * | jump table support | Andrea Corallo | 2020-01-01 | 1 | -0/+15 | |
| * | optimize outgoing native manyarg calls | Andrea Corallo | 2020-01-01 | 1 | -1/+10 | |
| * | basic &rest working | Andrea Corallo | 2020-01-01 | 1 | -0/+18 | |
| * | add comp-tests-ffuncall-lambda-f test | Andrea Corallo | 2020-01-01 | 1 | -1/+11 | |
| * | fix native call to MANY func | Andrea Corallo | 2020-01-01 | 1 | -1/+9 | |
| * | fix missing bubble sort test | Andrea Corallo | 2020-01-01 | 1 | -1/+1 | |
| * | add primitve call test | Andrea Corallo | 2020-01-01 | 1 | -2/+12 | |
| * | inline setcdr support | Andrea Corallo | 2020-01-01 | 1 | -0/+5 | |
| * | fix setcar | Andrea Corallo | 2020-01-01 | 1 | -1/+6 | |
| * | add setcar | Andrea Corallo | 2020-01-01 | 1 | -1/+9 | |
| * | add car cdr tests | Andrea Corallo | 2020-01-01 | 1 | -1/+23 | |
| * | add non locals tests | Andrea Corallo | 2020-01-01 | 1 | -0/+55 | |
| * | Bcar_safe Bcdr_safe support | Andrea Corallo | 2020-01-01 | 1 | -2/+16 | |
| * | Binsert support | Andrea Corallo | 2020-01-01 | 1 | -2/+12 | |
| * | BdiscardN support | Andrea Corallo | 2020-01-01 | 1 | -0/+14 | |
| * | Bnumberp support | Andrea Corallo | 2020-01-01 | 1 | -1/+10 | |
| * | fix consp | Andrea Corallo | 2020-01-01 | 1 | -2/+2 | |
| * | Bintegerp support | Andrea Corallo | 2020-01-01 | 1 | -0/+17 | |
| * | inline consp | Andrea Corallo | 2020-01-01 | 1 | -0/+9 | |
| * | add bubble sort into to tests | Andrea Corallo | 2020-01-01 | 1 | -0/+22 | |
| * | add setcar setcdr | Andrea Corallo | 2020-01-01 | 1 | -0/+17 | |
| * | add arithmetic comparisons | Andrea Corallo | 2020-01-01 | 1 | -0/+46 | |
| * | add Bnegate support | Andrea Corallo | 2020-01-01 | 1 | -14/+28 | |
| * | add Badd1 support | Andrea Corallo | 2020-01-01 | 1 | -7/+18 | |
| * | add sub1 | Andrea Corallo | 2020-01-01 | 1 | -0/+16 | |
| * | adding conditionals | Andrea Corallo | 2020-01-01 | 1 | -0/+19 | |
| * | add concat | Andrea Corallo | 2020-01-01 | 1 | -0/+9 | |
| * | add symbol-value | Andrea Corallo | 2020-01-01 | 1 | -0/+11 | |
| * | add aset | Andrea Corallo | 2020-01-01 | 1 | -8/+10 | |
| * | Baref | Andrea Corallo | 2020-01-01 | 1 | -0/+9 | |
| * | add Blength | Andrea Corallo | 2020-01-01 | 1 | -0/+9 | |
| * | add funcall | Andrea Corallo | 2020-01-01 | 1 | -0/+11 | |
| * | Add native compiler comp.c | Andrea Corallo | 2020-01-01 | 1 | -0/+86 | |