summary refs log tree commit diff stats
path: root/tests/pragmas
Commit message (Expand)AuthorAgeFilesLines
* defaults to ORC (#19972)ringabout2022-09-232-1/+3
* Allow custom pragma on iterators [backport] (#20344)Tanguy2022-09-171-0/+7
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-011-1/+1
* fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)flywind2022-04-261-0/+3
* Clonkk fix2 11923 (#19451)Regis Caillaud2022-02-021-0/+6
* New/better macro pragmas, mark some as experimental (#19406)metagn2022-01-202-9/+143
* Fix #11923 (#19427)Regis Caillaud2022-01-201-0/+10
* Accept nnkTypeSection from typedef macro pragmas (#19168)hlaaftana2021-11-221-0/+66
* fixes another effect inference bug [backport:1.6] (#19100)Andreas Rumpf2021-11-071-0/+1
* Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)Dominik Picheta2021-10-131-51/+0
* strict effects (#18777)Andreas Rumpf2021-09-021-1/+2
* improvements to `addInt` and `$` for integer types (#18592)Timothee Cour2021-08-191-5/+8
* fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ...Timothee Cour2021-08-111-0/+52
* fixes #18543 (#18601)Andreas Rumpf2021-07-271-12/+13
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-273-0/+129
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-264-0/+73
* move {.injectStmt.} to experimental; add a test (#18300)Timothee Cour2021-06-201-0/+48
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-261-1/+1
* getCustomPragmaVal priority/override fixes (#17725)Clyybber2021-04-211-0/+10
* Fix getCustomPragmaVal for some multi arg pragmas (#17723)Clyybber2021-04-151-0/+9
* simplify asyncfutures, asyncmacro (#17633)Timothee Cour2021-04-141-13/+7
* getCustomPragma is split up in more usable chunks (#11526)Arne Döring2021-04-141-3/+27
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-042-2/+18
* disable hint:processing in tests (#16713)Timothee Cour2021-01-141-0/+1
* use doAssert in tests (#16486)flywind2020-12-282-35/+35
* fix #12558 (#15864)flywind2020-11-091-0/+15
* close #8457 (#15844)flywind2020-11-051-0/+11
* fix #12640 (#15829)flywind2020-11-031-0/+25
* implements https://github.com/nim-lang/RFCs/issues/260 (#15505)Andreas Rumpf2020-10-072-0/+13
* Add test-cases for #12576 and #12523 (#15085)Danil Yarantsev2020-07-271-2/+23
* 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