summary refs log tree commit diff stats
path: root/lib/core/macros.nim
Commit message (Expand)AuthorAgeFilesLines
* intVal works now on enum field symbols (#11403)Arne Döring2019-06-051-0/+2
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-29/+26
* fix doccomment of macros.get{Size,Align,Offset} [ci skip] (#11346)Arne Döring2019-05-281-7/+12
* Allow void macro result (#11286)Arne Döring2019-05-211-1/+1
* fixes macros.quote documentation; doubling of the escape operator never worked!Araq2019-05-051-3/+1
* add progmas to params of macros.newProc (#11025)Lolo Iccl2019-04-271-3/+7
* Add len check for newIfStmt to avoid segfault (#11032)Jasper Jenkins2019-04-151-0/+2
* Compiler plugin for implementing incremental computation in user space (#10819)cooldome2019-04-111-0/+7
* macros: typoAndreas Rumpf2019-03-261-1/+1
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-1/+1
* sizeof alignof offsetof macros api (#10855)Arne Döring2019-03-191-0/+12
* Less warnings in macros (#10799)Arne Döring2019-03-111-10/+32
* Fix corner-case uses of newLit (#10760)zah2019-03-011-5/+11
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-0/+7
* macros.nim: spacingAndreas Rumpf2019-02-211-1/+1
* Prevent crash on pragma templates w/ generics (#10685)LemonBoy2019-02-181-1/+1
* macros: add links in the docs [ci skip]narimiran2019-02-111-0/+4
* Misc macro things (#10612)LemonBoy2019-02-091-13/+18
* macros.nim: minor comment changeAndreas Rumpf2019-02-081-2/+2
* Fix getCustomPragmaVal on `var` fieldsLemonBoy2019-02-061-1/+2
* Fixed getCustomPragmaVal to allow multiple fields in custom annotations (#10289)Ico Doornekamp2019-01-181-3/+12
* Documented error source argument of macros.error() (#10279)Ico Doornekamp2019-01-121-1/+3
* make the stdlib work with the changed docgenAraq2019-01-111-1/+1
* add custom pragma support for var and let symbols (#9582)jcosborn2019-01-071-1/+7
* much simpler implementation of constant tuple declarationsAndreas Rumpf2018-12-191-4/+3
* Const tuple unpacking (#9964)Neelesh Chandola2018-12-191-1/+2
* Add isInstanceOf for generic procs to the macros module (#9730)cooldome2018-11-211-0/+6
* removes deprecated T/P typesAraq2018-11-161-2/+0
* Add proc `[]`(n: NimNode, s: HSlice[T, U]): seq[NimNode] to macros (#7735)Lolo Iccl2018-11-101-0/+12
* newLit works on enum (#9662)Arne Döring2018-11-091-0/+10
* Fix names set and get procs in macrosB3liever2018-10-301-2/+10
* Improve dumpLisp macro (#9515)Kaushal Modi2018-10-271-62/+96
* Change the order of compilation passes, transformation is made lazy at code g...cooldome2018-10-181-0/+4
* changelog entryArne Döring2018-10-181-2/+1
* fix typoArne Döring2018-10-181-1/+1
* fixed commentArne Döring2018-10-181-2/+2
* added test case for `or` operatorArne Döring2018-10-181-3/+3
* or on NimNodeArne Döring2018-10-181-1/+16
* Unchecked arrays now have their own type (#9267)LemonBoy2018-10-101-1/+1
* Fix macro expansion in expandMacros (#8998)LemonBoy2018-10-091-5/+3
* Update macros.nim (#9182)Timothee Cour2018-10-031-1/+3
* some simple sub-expression elimination not applied by the previos authorZahary Karadjov2018-09-171-11/+13
* Bugfix: custom pragmas were not working on public fieldsZahary Karadjov2018-09-171-4/+9
* fixes merge conflictsAndreas Rumpf2018-09-111-164/+306
|\
| * Add sym owner to macros (#8253)cooldome2018-09-031-0/+6
| * Allow `hint` and `warning` to specify its loc info (#8771)LemonBoy2018-08-281-2/+2
| * doAssert, assert now print full path of failing line on error (#8555)Timothee Cour2018-08-251-1/+3
| * fixes #5617, 'copyLineInfo' addition (#8523)andri lim2018-08-051-0/+3
| * fixes #7827, bindSym enhancement (#8499)andri lim2018-08-021-1/+9
| * `lineInfoObj` (and `check`, `expect`) now return absolute paths (#8466)Timothee Cour2018-07-311-0/+1