| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add a compiler hint test | Andrea Corallo | 2020-05-25 | 1 | -0/+6 | |
| * | * Native compiler test update | Andrea Corallo | 2020-05-15 | 1 | -1/+3 | |
| * | * test/src/comp-tests.el (comp-tests-bootstrap): Fix test. | Andrea Corallo | 2020-05-14 | 1 | -9/+8 | |
| * | Add comp-test-40187 checking function shadowing. | Andrea Corallo | 2020-03-29 | 1 | -0/+6 | |
| * | * test/src/comp-tests.el (comp-tests-doc): Fix | Andrea Corallo | 2020-03-29 | 1 | -2/+1 | |
| * | Fix `comp-tests-free-fun' | Andrea Corallo | 2020-02-22 | 1 | -4/+5 | |
| * | Test 'comp-eq' should not assume any string hashing policy | Andrea Corallo | 2020-02-21 | 1 | -2/+1 | |
| * | Update copyright years plus two style nits | Andrea Corallo | 2020-02-16 | 1 | -1/+1 | |
| * | Clean-up old gc disable refuse in comp-tests-non-locals | AndreaCorallo | 2020-02-14 | 1 | -10/+9 | |
| * | Do no force speed while running the testsuite | Andrea Corallo | 2020-01-20 | 1 | -3/+0 | |
| * | Always force debug 0 for bootstrap test | Andrea Corallo | 2020-01-20 | 1 | -1/+3 | |
| * | single function native compilation doc + interactive support + tests | Andrea Corallo | 2020-01-01 | 1 | -1/+9 | |
| * | add native interactive support test | Andrea Corallo | 2020-01-01 | 1 | -0/+12 | |
| * | add native documentation support test | Andrea Corallo | 2020-01-01 | 1 | -0/+6 | |
| * | add comp-tests-free-fun | Andrea Corallo | 2020-01-01 | 1 | -1/+9 | |
| * | better style into comp-tests-bootstrap | Andrea Corallo | 2020-01-01 | 1 | -8/+4 | |
| * | better ert usage into tests | Andrea Corallo | 2020-01-01 | 1 | -30/+14 | |
| * | fix comp-tests-bootstrap | Andrea Corallo | 2020-01-01 | 1 | -11/+16 | |
| * | allow for pure function call removal optimization | Andrea Corallo | 2020-01-01 | 1 | -0/+5 | |
| * | add comp-tests-jump-table-2-f | Andrea Corallo | 2020-01-01 | 1 | -1/+5 | |
| * | add comp-tests-signal | Andrea Corallo | 2020-01-01 | 1 | -0/+6 | |
| * | do not force compiler settings within the testsuite | Andrea Corallo | 2020-01-01 | 1 | -3/+0 | |
| * | add comp-tests-trampoline-removal | Andrea Corallo | 2020-01-01 | 1 | -0/+5 | |
| * | add comp-tests-bootstrap | Andrea Corallo | 2020-01-01 | 1 | -2/+26 | |
| * | compile tests with debug 1 | Andrea Corallo | 2020-01-01 | 1 | -0/+1 | |
| * | add comp-tests-string-trim | Andrea Corallo | 2020-01-01 | 1 | -0/+3 | |
| * | add test for macro definition | Andrea Corallo | 2020-01-01 | 1 | -0/+4 | |
| * | test provide | Andrea Corallo | 2020-01-01 | 1 | -2/+5 | |
| * | add a test for functions with more than 8 arguments | Andrea Corallo | 2020-01-01 | 1 | -0/+6 | |
| * | add test for recursive calls | Andrea Corallo | 2020-01-01 | 1 | -0/+3 | |
| * | crank optimizations while running native compiler test suite | Andrea Corallo | 2020-01-01 | 1 | -2/+2 | |
| * | fix varset and add a test | Andrea Corallo | 2020-01-01 | 1 | -2/+5 | |
| * | fix lambda handling and add a test for that | Andrea Corallo | 2020-01-01 | 1 | -0/+3 | |
| * | test separate compile unit | Andrea Corallo | 2020-01-01 | 1 | -494/+177 | |
| * | need to temporary add a load path | Andrea Corallo | 2020-01-01 | 1 | -9/+1 | |
| * | rename a function test to avoid name clashing | Andrea Corallo | 2020-01-01 | 1 | -2/+2 | |
| * | disable part of comp-tests-ffuncall | Andrea Corallo | 2020-01-01 | 1 | -13/+15 | |
| * | optimize self calls | Andrea Corallo | 2020-01-01 | 1 | -0/+2 | |
| * | improve comp-tests-ffuncall | Andrea Corallo | 2020-01-01 | 1 | -1/+10 | |
| * | add a test about buffer manipulation | Andrea Corallo | 2020-01-01 | 1 | -0/+8 | |
| * | rework tests | Andrea Corallo | 2020-01-01 | 1 | -157/+126 | |
| * | add tromeys tests | Andrea Corallo | 2020-01-01 | 1 | -0/+280 | |
| * | add incoming &rest arg support | Andrea Corallo | 2020-01-01 | 1 | -7/+6 | |
| * | add incoming &optional args support | Andrea Corallo | 2020-01-01 | 1 | -6/+6 | |
| * | fix comp-limplify-listn | Andrea Corallo | 2020-01-01 | 1 | -0/+4 | |
| * | add limple switch support | Andrea Corallo | 2020-01-01 | 1 | -12/+13 | |
| * | catch works | Andrea Corallo | 2020-01-01 | 1 | -12/+11 | |
| * | pushconditioncase working | Andrea Corallo | 2020-01-01 | 1 | -50/+52 | |
| * | bubble sort works again | Andrea Corallo | 2020-01-01 | 1 | -20/+20 | |
| * | uncomment test | Andrea Corallo | 2020-01-01 | 1 | -21/+21 | |