| Commit message (Expand) | Author | Age | Files | Lines |
* | parseExpr/parseStmt accept filename, fixes #13540 (#19182) | hlaaftana | 2021-11-24 | 1 | -6/+8 |
* | `caseStmtMacros` no longer experimental, experimental manual refactor (#19173) | hlaaftana | 2021-11-23 | 1 | -6/+1 |
* | fix for #19020, credit to @ElegantBeef (#19021) | Don-Duong Quach | 2021-11-03 | 1 | -1/+1 |
* | fixes #14511 [backport:1.4] (#18732) | Dankr4d | 2021-08-25 | 1 | -11/+10 |
* | replace wrt with proper word (#18724) | flywind | 2021-08-22 | 1 | -2/+4 |
* | fixes #18543 (#18601) | Andreas Rumpf | 2021-07-27 | 1 | -176/+98 |
* | strformat.fmt now supports non-literal const strings (#18274) | Timothee Cour | 2021-06-18 | 1 | -1/+2 |
* | macros.treeRepr + friends: collapse SymChoice (#18072) | Timothee Cour | 2021-06-05 | 1 | -22/+41 |
* | document macros.unpackVarargs (#18106) | Timothee Cour | 2021-05-31 | 1 | -0/+15 |
* | getCustomPragmaVal priority/override fixes (#17725) | Clyybber | 2021-04-21 | 1 | -38/+40 |
* | Fix getCustomPragmaVal for some multi arg pragmas (#17723) | Clyybber | 2021-04-15 | 1 | -41/+45 |
* | getCustomPragma is split up in more usable chunks (#11526) | Arne Döring | 2021-04-14 | 1 | -93/+165 |
* | new `genAst` as replacement for `quote do` (#17426) | Timothee Cour | 2021-04-02 | 1 | -1/+4 |
* | added nkError to the AST (#17567) | Andreas Rumpf | 2021-03-29 | 1 | -1/+2 |
* | nnkArglist => nnkArgList + special case stylecheck:error (#17529) | Timothee Cour | 2021-03-27 | 1 | -1/+1 |
* | remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger... | Timothee Cour | 2021-03-23 | 1 | -99/+94 |
* | fix #17454 (#17461) | Timothee Cour | 2021-03-23 | 1 | -11/+9 |
* | Fix macros.quote custom op symbol interpolation. (#17256) | quantimnot | 2021-03-05 | 1 | -2/+6 |
* | Replace double backticks with single backticks - Part 2 out of ~6 (#17206) | Danil Yarantsev | 2021-02-28 | 1 | -79/+79 |
* | Change stdlib imports to use std prefix in most examples (#17202) | Danil Yarantsev | 2021-02-28 | 1 | -2/+2 |
* | remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1... | Timothee Cour | 2021-02-17 | 1 | -113/+72 |
* | use typeof instead type (#16962) | flywind | 2021-02-08 | 1 | -3/+3 |
* | fix floats slice (#16853) | flywind | 2021-01-29 | 1 | -1/+1 |
* | refactor cmpNimIdentifier (#16611) | flywind | 2021-01-13 | 1 | -5/+2 |
* | macros.quote: document hard to use `op`; add more useful examples (#16489) | Timothee Cour | 2021-01-06 | 1 | -23/+71 |
* | refactor cmpIgnoreStyle and cmpIgnoreCase (#16399) | flywind | 2020-12-31 | 1 | -17/+2 |
* | Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233) | Aditya Siram | 2020-12-03 | 1 | -4/+4 |
* | Correct all eggs (#15906) | Miran | 2020-11-10 | 1 | -2/+2 |
* | enable,document,test getImplTransformed, very useful for understanding how ni... | Timothee Cour | 2020-07-18 | 1 | -2/+5 |
* | Clean up macros (#14959) | Juan Carlos | 2020-07-14 | 1 | -34/+0 |
* | fix #14846; add macros.extractDocCommentsAndRunnables (#14849) | Timothee Cour | 2020-07-01 | 1 | -0/+36 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 1 | -3/+4 |
* | add legacy workaround; improve test so that it actually tests for the bugfix | Timothee Cour | 2020-06-19 | 1 | -3/+5 |
* | Update tuple newLit | solo989 | 2020-06-19 | 1 | -5/+12 |
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 1 | -6/+0 |
* | remove compilerproc from `newIdentNode` (#14692) | Timothee Cour | 2020-06-17 | 1 | -1/+1 |
* | Update macros.nim (#14697) | solo989 | 2020-06-17 | 1 | -3/+2 |
* | Update newLit set[T] to work when set is empty. (#14662) | solo989 | 2020-06-15 | 1 | -0/+4 |
* | remove tyOpt, mOpt (#14636) | Timothee Cour | 2020-06-12 | 1 | -1/+1 |
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 1 | -0/+1 |
* | parseEnum_regression (#14150) | cooldome | 2020-04-28 | 1 | -1/+1 |
* | add nnkMacroDef to RoutineNodes (#13676) | Jasper Jenkins | 2020-03-17 | 1 | -1/+1 |
* | add expectIdent to macros (#12778) | Arne Döring | 2020-03-11 | 1 | -0/+7 |
* | Remove dead magics (#13551) | Arne Döring | 2020-03-03 | 1 | -1/+1 |
* | Minor doc change in macros, future -> sugar (#13475) [ci skip] | hlaaftana | 2020-02-24 | 1 | -1/+1 |
* | expectLen now shows the length that we got (#13387) | Clyybber | 2020-02-11 | 1 | -3/+3 |
* | basename supports pragmaexpr (#13045) | b3liever | 2020-01-07 | 1 | -2/+4 |
* | backtick and export marker handling in `eqIdent` (#12574) | Arne Döring | 2019-11-07 | 1 | -6/+12 |
* | [backport] Add docs to better distinguish among getProjectPath, getCurrentDir... | Kaushal Modi | 2019-10-31 | 1 | -3/+23 |
* | Fix newLit for objects having string fields (#12542) [backport] | zah | 2019-10-28 | 1 | -5/+5 |