summary refs log tree commit diff stats
path: root/tests/pragmas
Commit message (Expand)AuthorAgeFilesLines
* add test for `define`, `undef` (#14443)Timothee Cour2020-05-251-0/+12
* change the [Processing] messages into dots (#14418)Andreas Rumpf2020-05-211-2/+1
* fix #13909 (#13914) [backport:1.2]cooldome2020-04-081-0/+11
* macros for proc types, macros for types (#13778)Andreas Rumpf2020-03-311-1/+87
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-111-1/+1
* Add sideEffect pragma to importC procs in posix, winlean and time module (#13...Tomohiro2020-02-081-0/+10
* fixes #5050; fixes #11826 (#12606) [backport]cooldome2019-11-072-0/+24
* ungeneric unsigned ops (#12230)Jasper Jenkins2019-10-111-1/+2
* fixes #12171 (#12173)Andreas Rumpf2019-09-111-2/+21
* revert changesAndrii Riabushenko2019-07-252-24/+0
* add testAndrii Riabushenko2019-07-252-0/+24
* Fix astdef typ deref (#10245)Alexander Ivanov2019-04-051-2/+11
* add tests for recently closed issues (#10722)Miran2019-02-231-0/+10
* Prevent crash on pragma templates w/ generics (#10685)LemonBoy2019-02-181-0/+7
* Misc macro things (#10612)LemonBoy2019-02-091-1/+1
* Fix getCustomPragmaVal on `var` fieldsLemonBoy2019-02-061-0/+5
* Fixed getCustomPragmaVal to allow multiple fields in custom annotations (#10289)Ico Doornekamp2019-01-181-0/+9
* add custom pragma support for var and let symbols (#9582)jcosborn2019-01-071-6/+29
* exportc is now not allowed for type aliases (#9979)Neelesh Chandola2019-01-021-0/+12
* fixes #10101 (#10103)Timothee Cour2018-12-271-1/+1
* Merge pull request #9937 from cooldome/pragmablock_custom_pragmaAndreas Rumpf2018-12-121-0/+22
|\
| * add testAndrii Riabushenko2018-12-111-0/+22
* | make tests green; better output for when megatest execution failsAraq2018-12-111-1/+1
* | testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-0/+2
* | require errormsg to be specified before file.Arne Döring2018-12-113-4/+4
|/
* add comment, fixes #9896Andrii Riabushenko2018-12-081-0/+1
* Fix hintXDeclaredButNotUsed for enum fields marked as usedAndrii Riabushenko2018-12-081-0/+5
* make run the default action of a test in testerArne Döring2018-11-231-0/+1
* Fix overload resolution for pragmas evaluation (#8902)LemonBoy2018-10-093-0/+22
* make tests green againAndreas Rumpf2018-09-242-5/+5
* Bugfix: custom pragmas were not working on public fieldsZahary Karadjov2018-09-171-1/+1
* Merge branch 'devel' into experimentalize-reorderawr12018-09-043-0/+53
|\
| * added missing file to make tests greenAraq2018-08-271-0/+30
| * allow .experimental in a .push/pop environment; refs #8676Araq2018-08-271-0/+13
| * More checks for custom pragmas placement (#8765)LemonBoy2018-08-251-1/+1
| * Validate pragmas attached to for variables (#8749)LemonBoy2018-08-241-0/+10
* | tabling declared() stuffawr2018-09-041-12/+0
* | transformed {.reorder: on.} into {.experimental: codeReordering.}, added testsawr2018-09-042-2/+15
|/
* fixes more nil handling regressionsAraq2018-08-131-1/+1
* fixes #8371, macros.hasCustomPragma doesn't crash anymore (#8378)andri lim2018-07-201-0/+20
* Custom pragmas in proc types (#8205)cooldome2018-07-091-1/+9
* Fix use of custom pragmas in generic procs (#8165)LemonBoy2018-07-011-1/+9
* Adjust some tests to make them passLemonBoy2018-06-251-2/+1
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-2/+5
* hasCustomPragma/getCustomPragmaVal: small fix (#7650)RSDuck2018-04-191-1/+9
* fixes #7451 (#7575)RSDuck2018-04-141-11/+90
* User pragmas hide effect specs bug fix. Fixes #7216 (#7217)cooldome2018-02-271-0/+11
* Custom pragmas in procs bug fix (#7086)cooldome2018-01-181-0/+10
* Implement custom annotations (#6987)cooldome2018-01-092-0/+48
* Allow noreturn procs with void type (#6973)cooldome2017-12-271-0/+4