summary refs log tree commit diff stats
path: root/tests/fields
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAraq2019-05-271-3/+1
|
* Allow void macro result (#11286)Arne Döring2019-05-211-1/+1
| | | | | * allow void macro result * add test for void macro result type
* Merge tests into a larger file (part 2 of ∞) (#9335)Miran2018-10-137-193/+195
| | | | | | | | | | | | | | * merge controlflow tests * merge distinct tests * merge enum tests * merge fields tests * merge implicit tests * merge iter issues tests
* make tests green againAndreas Rumpf2018-07-051-1/+1
|
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-1/+1
|
* implemented undocumented '.liftLocals' featureAndreas Rumpf2017-11-021-1/+17
|
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
|
* .partial object field names are left unmangled; mangling should be done by ↵Andreas Rumpf2017-06-051-2/+2
| | | | the macro instead
* first steps to allow easy functors via macrosAndreas Rumpf2017-06-041-0/+19
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-043-4/+4
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* fixes #2134Araq2015-02-201-0/+33
|
* fixes #1902Araq2015-02-201-0/+15
|
* fixes #1352Araq2014-12-141-7/+13
|
* new tester; all tests categorizedAraq2014-01-133-0/+131