Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead ↵ | Timothee Cour | 2020-07-02 | 1 | -1/+1 |
| | | | | | of `"(tuple of (int, float), int)" (#14812) Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 2 | -2/+2 |
| | | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff | ||||
* | fix codegen bug due to changing existing symbol declaration in template (#14666) | jcosborn | 2020-06-15 | 1 | -0/+106 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | fixes #12193 (#12199) | Andreas Rumpf | 2019-09-16 | 1 | -0/+18 |
| | |||||
* | fixes yet another gensym regression (#12145) | Andreas Rumpf | 2019-09-06 | 2 | -0/+24 |
| | |||||
* | fixes #12121 (#12126) | Andreas Rumpf | 2019-09-05 | 1 | -0/+31 |
| | |||||
* | fixes #12020 (#12106) | Andreas Rumpf | 2019-09-02 | 1 | -0/+19 |
| | |||||
* | fixes #11941 (#12079) | Andreas Rumpf | 2019-08-29 | 1 | -0/+15 |
| | |||||
* | new gensym handling (#11985) | Andreas Rumpf | 2019-08-23 | 3 | -0/+72 |
| | | | | | | | | | | | * new .gensym implementation * make astspec test green again * introduce a --useVersion switch to group compatibility switches * fixes #10180 * fixes #11494 * fixes #11483 * object constructor fields and named parameters are also not gensym'ed * disabled broken package | ||||
* | closes #7117 | Andreas Rumpf | 2019-08-22 | 1 | -2/+16 |
| | |||||
* | improved the error message for #11494; closes #11494 | Andreas Rumpf | 2019-07-06 | 1 | -0/+21 |
| | |||||
* | Remove immediate pragma (#11308) | Arne Döring | 2019-05-29 | 5 | -27/+16 |
| | | | | | * remove immediate from tests * remove immediate from the compiler | ||||
* | close #5235 by adding a test | narimiran | 2019-05-29 | 1 | -1/+14 |
| | |||||
* | Allow void macro result (#11286) | Arne Döring | 2019-05-21 | 1 | -7/+5 |
| | | | | | * allow void macro result * add test for void macro result type | ||||
* | fixes #7937 (#11244) | Andreas Rumpf | 2019-05-14 | 1 | -0/+24 |
| | |||||
* | Fixes #9365 : let with exportC pragma in template. (#11235) | Aditya Siram | 2019-05-14 | 1 | -0/+9 |
| | | | | | | * Fixes #9365 : let with exportC pragma in template. * Fix according to comments. | ||||
* | fixes #10192 | Araq | 2019-05-06 | 1 | -0/+20 |
| | |||||
* | add tests for recently closed issues (#10722) | Miran | 2019-02-23 | 1 | -0/+24 |
| | |||||
* | Testament: refactoring; makes the test joiner green | Araq | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | lots of small changes | Arne Döring | 2018-12-11 | 6 | -6/+6 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -2/+1 |
| | |||||
* | fixes nested gensym'ed parameters; fixes #9476 | Araq | 2018-12-08 | 1 | -0/+40 |
| | |||||
* | activated more tests, allow input in test spec | Arne Döring | 2018-11-23 | 1 | -5/+1 |
| | |||||
* | updated tests to be executed | Arne Döring | 2018-11-23 | 6 | -4/+38 |
| | |||||
* | fix #9647 tmpl=>nimf (#9658) | Timothee Cour | 2018-11-14 | 2 | -1/+1 |
| | |||||
* | Merge tests into a larger file (part 8 of ∞) (#9583) | Miran | 2018-11-06 | 27 | -435/+460 |
| | | | | | | | | * merge tuple tests * merge trmacros tests * merge template tests | ||||
* | closes #4750 | Araq | 2018-09-03 | 1 | -0/+19 |
| | |||||
* | fixes #8052 | Araq | 2018-08-31 | 1 | -0/+23 |
| | |||||
* | make tdefault_nil test compile again | Araq | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-08-13 | 2 | -3/+3 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 2 | -2/+2 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #7981 from cooldome/Fix_-7980 | Andreas Rumpf | 2018-06-12 | 1 | -0/+27 |
|\ | | | | | Fixes 7980 | ||||
| * | fixes 7980 | cooldome | 2018-06-06 | 1 | -0/+27 |
| | | |||||
* | | add test case for fix to #7997 | Vindaar | 2018-06-10 | 1 | -0/+46 |
|/ | |||||
* | fix #7883; fix #7829 | Zahary Karadjov | 2018-05-26 | 1 | -0/+24 |
| | |||||
* | test case for #2416 (#7649) | genotrance | 2018-04-18 | 2 | -0/+3 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 21 | -49/+41 |
| | |||||
* | fix affecting templates with explicit generic params | Zahary Karadjov | 2017-05-13 | 1 | -0/+13 |
| | |||||
* | support post expression blocks in return and yield | Zahary Karadjov | 2017-04-10 | 1 | -2/+1 |
| | |||||
* | add test case for getAst regression | Andreas Rumpf | 2017-03-20 | 1 | -0/+23 |
| | |||||
* | revert getAst handling to not use overloading resolution | Andreas Rumpf | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | overloading resolution for getAst; breaking change | Araq | 2017-03-18 | 1 | -0/+19 |
| | |||||
* | fixes #5467 | Araq | 2017-03-07 | 1 | -1/+25 |
| | |||||
* | fixes #5478 | Araq | 2017-03-06 | 1 | -0/+22 |
| | |||||
* | fixes #5417 | Andreas Rumpf | 2017-02-24 | 1 | -0/+18 |
| | |||||
* | fixes #5419 | Andreas Rumpf | 2017-02-24 | 2 | -0/+28 |
| | |||||
* | fixes #5405 | Araq | 2017-02-16 | 1 | -0/+15 |
| | |||||
* | fixes #5383 | Araq | 2017-02-16 | 2 | -5/+17 |
| |