summary refs log tree commit diff stats
path: root/lib/core/macros.nim
Commit message (Expand)AuthorAgeFilesLines
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-271-1/+1
* remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...Timothee Cour2021-03-231-99/+94
* fix #17454 (#17461)Timothee Cour2021-03-231-11/+9
* Fix macros.quote custom op symbol interpolation. (#17256)quantimnot2021-03-051-2/+6
* Replace double backticks with single backticks - Part 2 out of ~6 (#17206)Danil Yarantsev2021-02-281-79/+79
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-2/+2
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-113/+72
* use typeof instead type (#16962)flywind2021-02-081-3/+3
* fix floats slice (#16853)flywind2021-01-291-1/+1
* refactor cmpNimIdentifier (#16611)flywind2021-01-131-5/+2
* macros.quote: document hard to use `op`; add more useful examples (#16489)Timothee Cour2021-01-061-23/+71
* refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)flywind2020-12-311-17/+2
* Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233)Aditya Siram2020-12-031-4/+4
* Correct all eggs (#15906)Miran2020-11-101-2/+2
* enable,document,test getImplTransformed, very useful for understanding how ni...Timothee Cour2020-07-181-2/+5
* Clean up macros (#14959)Juan Carlos2020-07-141-34/+0
* fix #14846; add macros.extractDocCommentsAndRunnables (#14849)Timothee Cour2020-07-011-0/+36
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-3/+4
* add legacy workaround; improve test so that it actually tests for the bugfixTimothee Cour2020-06-191-3/+5
* Update tuple newLitsolo9892020-06-191-5/+12
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-6/+0
* remove compilerproc from `newIdentNode` (#14692)Timothee Cour2020-06-171-1/+1
* Update macros.nim (#14697)solo9892020-06-171-3/+2
* Update newLit set[T] to work when set is empty. (#14662)solo9892020-06-151-0/+4
* remove tyOpt, mOpt (#14636)Timothee Cour2020-06-121-1/+1
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-0/+1
* parseEnum_regression (#14150)cooldome2020-04-281-1/+1
* add nnkMacroDef to RoutineNodes (#13676)Jasper Jenkins2020-03-171-1/+1
* add expectIdent to macros (#12778)Arne Döring2020-03-111-0/+7
* Remove dead magics (#13551)Arne Döring2020-03-031-1/+1
* Minor doc change in macros, future -> sugar (#13475) [ci skip]hlaaftana2020-02-241-1/+1
* expectLen now shows the length that we got (#13387)Clyybber2020-02-111-3/+3
* basename supports pragmaexpr (#13045)b3liever2020-01-071-2/+4
* backtick and export marker handling in `eqIdent` (#12574)Arne Döring2019-11-071-6/+12
* [backport] Add docs to better distinguish among getProjectPath, getCurrentDir...Kaushal Modi2019-10-311-3/+23
* Fix newLit for objects having string fields (#12542) [backport]zah2019-10-281-5/+5
* Prefer relative links for Nim documentationJjp1372019-10-221-2/+2
* Macro docs additions (#12270)Jasper Jenkins2019-10-011-123/+140
* macros.newLit now works for ref object types (#12307)zah2019-09-301-0/+6
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* add nodeId proc to macros (#11456)Arne Döring2019-09-181-0/+6
* fixes a weird quote do regressionAndreas Rumpf2019-09-161-1/+1
* Allow ProcTy in addPragma and friends (#12158)Yuriy Glukhov2019-09-101-6/+12
* Implement isExported for symbols in macros (#11963)nc-x2019-08-181-0/+3
* refs #11956 (#11957)Timothee Cour2019-08-161-1/+1
* Fix compilation warning in macros.nimKaushal Modi2019-07-161-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-8/+8
* change newLit on Seq (#11542)Arne Döring2019-06-191-7/+7
* [refactoring] error instead of quit for basename (#11491)Jasper Jenkins2019-06-131-2/+4
* intVal works now on enum field symbols (#11403)Arne Döring2019-06-051-0/+2