summary refs log tree commit diff stats
path: root/tests/macros
Commit message (Expand)AuthorAgeFilesLines
* rename case statement macro from match to `case` (#16923)hlaaftana2021-02-081-0/+35
* fix broken => for typed procs with pragmas (#16190)hlaaftana2020-12-011-0/+13
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-281-0/+1
* More on #16110 (#16130)cooldome2020-11-261-6/+21
* fix #14339, #13511, #14420: fixes limited VM support for addr (#16002)Timothee Cour2020-11-251-0/+25
* fix #16110 (#16117)cooldome2020-11-241-0/+18
* Revert "fix #16110"Andrey R (cooldome)2020-11-241-19/+0
* fix #16110Andrey R (cooldome)2020-11-241-0/+19
* close #14847(add testcase for #14847) (#16045)flywind2020-11-191-0/+20
* add testcase for #14227 (#15794)flywind2020-10-301-0/+23
* implements https://github.com/nim-lang/RFCs/issues/258 (#15503)Andreas Rumpf2020-10-061-2/+9
* renderer: use the biggest integer type for masking literals (#15482)alaviss2020-10-041-0/+2
* Added std/effecttraits.nim (#15462)Andreas Rumpf2020-10-021-0/+22
* Fix #15389 (#15390)cooldome2020-09-241-0/+17
* Fix forward declarations in shadow scope contexts (#15386)Clyybber2020-09-221-0/+77
* fix #15326 (#15341)cooldome2020-09-161-0/+8
* proc params as syms (#15332)cooldome2020-09-161-0/+8
* "for-loop macros" are no longer an experimental feature (#15288)Miran2020-09-081-1/+1
* Fix #5691 (#15158)Clyybber2020-08-272-0/+17
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-291-0/+114
* enable,document,test getImplTransformed, very useful for understanding how ni...Timothee Cour2020-07-181-0/+20
* Closes #13253Clyybber2020-07-141-0/+31
* Clean up macros (#14959)Juan Carlos2020-07-141-3/+0
* Add testcase for #12129 (#14940)Clyybber2020-07-081-0/+14
* add legacy workaround; improve test so that it actually tests for the bugfixTimothee Cour2020-06-191-31/+7
* Update tuple newLitsolo9892020-06-191-0/+32
* Implement rendering of `[]=`, `{}`, `{}=` braces (#14539)cooldome2020-06-011-1/+14
* => supports pragmas & names (+ changed behavior) (#14200)hlaaftana2020-05-031-16/+15
* update tests that tested for the 'discard' error messagesAraq2020-05-021-8/+8
* Fix typeSym.getImpl for ref types (#13752)zah2020-03-261-2/+82
* fix deprecations and other warnings (#13748)Miran2020-03-251-4/+4
* add expectIdent to macros (#12778)Arne Döring2020-03-112-0/+42
* fix several bugs with `repr` (#13386)Timothee Cour2020-02-111-0/+17
* fix #12740 (#12774)Arne Döring2019-12-041-0/+43
* fix regression in align (#12680)Arne Döring2019-11-191-0/+14
* backtick and export marker handling in `eqIdent` (#12574)Arne Döring2019-11-071-0/+16
* remove unused imports from testsnarimiran2019-11-065-9/+4
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-2/+2
* macros.newLit now works for ref object types (#12307)zah2019-09-301-0/+25
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-272-2/+2
* fix range.getType crashJasper Jenkins2019-09-051-5/+10
* Implement isExported for symbols in macros (#11963)nc-x2019-08-181-0/+10
* Lock semchecked ast for macros (#11883) [bugfix]Arne Döring2019-08-084-6/+44
* Fixes #11662: render ops priority (#11664)cooldome2019-07-051-0/+5
* fix for passing tuples as static params to macros (#11423); fixes #10751 [bug...Arne Döring2019-06-071-0/+12
* fix macrocache implementation (#11404)andri lim2019-06-051-1/+53
* intVal works now on enum field symbols (#11403)Arne Döring2019-06-051-0/+11
* added a nice test case for macro based lookup tablesAraq2019-06-041-0/+28
* close #8573 by adding a testnarimiran2019-05-301-0/+35
* Remove immediate pragma (#11308)Arne Döring2019-05-292-8/+6