summary refs log tree commit diff stats
path: root/tests/macros
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix megatestnarimiran2019-05-291-0/+1
* rename a file, so that megatest doesn't complainnarimiran2019-05-291-0/+0
* close #7792 by adding a testnarimiran2019-05-291-0/+36
* close #7615 by adding a testnarimiran2019-05-291-0/+32
* Allow void macro result (#11286)Arne Döring2019-05-215-15/+90
* fix for return in macro (#9666); fixes #5874Arne Döring2019-05-203-6/+28
* fixes #11131Andreas Rumpf2019-05-131-0/+8
* forbid casting to bare unchecked array (#11186)Arne Döring2019-05-081-2/+2
* add progmas to params of macros.newProc (#11025)Lolo Iccl2019-04-271-0/+51
* revert parser stmtListExpr (#11007)cooldome2019-04-171-3/+2
* Compiler plugin for implementing incremental computation in user space (#10819)cooldome2019-04-111-0/+150
* Support for stmtListExpr in parser after major keywords. Scaled down version....cooldome2019-03-181-2/+3
* fixes #10805 (#10806)cooldome2019-03-131-0/+5
* fixes #10807 (#10814)cooldome2019-03-121-1/+11
* fixes #10702 (#10705)Andreas Rumpf2019-02-181-2/+32
* fix #10591 regression (#10592)Timothee Cour2019-02-061-1/+1
* Reject assignments with nkEmpty RHS (#9000)LemonBoy2019-02-061-0/+26
* Avoid evaluating macros twice in type sections (#10550)LemonBoy2019-02-061-0/+15
* fix #10339 by returning type attached to nkEmpty (#10370)Vindaar2019-01-231-0/+15
* make megatest greenAraq2019-01-131-2/+1
* closes #3744Araq2019-01-131-0/+11
* fixes #10075 [backport]Araq2019-01-131-1/+30
* megatest: make it green on LinuxAraq2018-12-111-0/+1
* Testament: refactoring; makes the test joiner greenAraq2018-12-111-0/+1
* lots of small changesArne Döring2018-12-111-1/+1
* megatest can be executedArne Döring2018-12-111-0/+0
* require errormsg to be specified before file.Arne Döring2018-12-114-4/+1
* fixes #9864 [backport]Araq2018-12-051-0/+36
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-238-28/+34
* activated more tests, allow input in test specArne Döring2018-11-231-2/+4
* make run the default action of a test in testerArne Döring2018-11-233-2/+44
* Add isInstanceOf for generic procs to the macros module (#9730)cooldome2018-11-211-0/+19