| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #20067, fix #18976 [backport] (#20069) | metagn | 2022-07-22 | 1 | -0/+28 |
* | fix NimNode comment repr() regression [backport: 1.2] (#19726) | flywind | 2022-04-25 | 1 | -0/+19 |
* | Allow std/macros.params to work with nnkProcTy (#19563) | Tanguy | 2022-02-25 | 1 | -0/+22 |
* | [testcase] genSym fails to make unique identifier for ref object types (#19506) | flywind | 2022-02-14 | 1 | -0/+60 |
* | accept object type node from macros (#19179) | hlaaftana | 2021-11-24 | 1 | -0/+16 |
* | parseExpr/parseStmt accept filename, fixes #13540 (#19182) | hlaaftana | 2021-11-24 | 2 | -0/+15 |
* | `caseStmtMacros` no longer experimental, experimental manual refactor (#19173) | hlaaftana | 2021-11-23 | 1 | -2/+0 |
* | fixes #14511 [backport:1.4] (#18732) | Dankr4d | 2021-08-25 | 1 | -0/+54 |
* | Fix doubly typed forward declarations (#18279) | Clyybber | 2021-06-16 | 1 | -1/+21 |
* | Don't report unused hints for consumed AST (#18270) | Clyybber | 2021-06-16 | 1 | -0/+15 |
* | fixes #18235 - proc annotation type macro sym leak (#18249) | Saem Ghani | 2021-06-14 | 2 | -0/+60 |
* | getType now works with tyInferred (arising from concepts); refs #18220 (#18241) | Timothee Cour | 2021-06-12 | 1 | -22/+78 |
* | macros.treeRepr + friends: collapse SymChoice (#18072) | Timothee Cour | 2021-06-05 | 1 | -28/+108 |
* | Fixes #5034 illformed AST from getImpl with proc returning value (#17976) | Dylan Modesitt | 2021-05-31 | 1 | -0/+31 |
* | fix #17836 (typed macro isNil for proc params) (#17841) | Saem Ghani | 2021-04-25 | 1 | -0/+15 |
* | close #7875 add testcase (#17611) | flywind | 2021-04-02 | 1 | -0/+22 |
* | unify tuple expressions (#13793) | Arne Döring | 2021-03-30 | 1 | -0/+31 |
* | nnkArglist => nnkArgList + special case stylecheck:error (#17529) | Timothee Cour | 2021-03-27 | 1 | -1/+1 |
* | Remove support for named procs with sugar.=> (#17220) | konsumlamm | 2021-03-05 | 1 | -8/+2 |
* | rename case statement macro from match to `case` (#16923) | hlaaftana | 2021-02-08 | 1 | -0/+35 |
* | fix broken => for typed procs with pragmas (#16190) | hlaaftana | 2020-12-01 | 1 | -0/+13 |
* | make megatest consistent with unjoined tests wrt newlines, honor newlines in ... | Timothee Cour | 2020-11-28 | 1 | -0/+1 |
* | More on #16110 (#16130) | cooldome | 2020-11-26 | 1 | -6/+21 |
* | fix #14339, #13511, #14420: fixes limited VM support for addr (#16002) | Timothee Cour | 2020-11-25 | 1 | -0/+25 |
* | fix #16110 (#16117) | cooldome | 2020-11-24 | 1 | -0/+18 |
* | Revert "fix #16110" | Andrey R (cooldome) | 2020-11-24 | 1 | -19/+0 |
* | fix #16110 | Andrey R (cooldome) | 2020-11-24 | 1 | -0/+19 |
* | close #14847(add testcase for #14847) (#16045) | flywind | 2020-11-19 | 1 | -0/+20 |
* | add testcase for #14227 (#15794) | flywind | 2020-10-30 | 1 | -0/+23 |
* | implements https://github.com/nim-lang/RFCs/issues/258 (#15503) | Andreas Rumpf | 2020-10-06 | 1 | -2/+9 |
* | renderer: use the biggest integer type for masking literals (#15482) | alaviss | 2020-10-04 | 1 | -0/+2 |
* | Added std/effecttraits.nim (#15462) | Andreas Rumpf | 2020-10-02 | 1 | -0/+22 |
* | Fix #15389 (#15390) | cooldome | 2020-09-24 | 1 | -0/+17 |
* | Fix forward declarations in shadow scope contexts (#15386) | Clyybber | 2020-09-22 | 1 | -0/+77 |
* | fix #15326 (#15341) | cooldome | 2020-09-16 | 1 | -0/+8 |
* | proc params as syms (#15332) | cooldome | 2020-09-16 | 1 | -0/+8 |
* | "for-loop macros" are no longer an experimental feature (#15288) | Miran | 2020-09-08 | 1 | -1/+1 |
* | Fix #5691 (#15158) | Clyybber | 2020-08-27 | 2 | -0/+17 |
* | Fix forward declaration issues in template/macro context (#15091) | Clyybber | 2020-07-29 | 1 | -0/+114 |
* | enable,document,test getImplTransformed, very useful for understanding how ni... | Timothee Cour | 2020-07-18 | 1 | -0/+20 |
* | Closes #13253 | Clyybber | 2020-07-14 | 1 | -0/+31 |
* | Clean up macros (#14959) | Juan Carlos | 2020-07-14 | 1 | -3/+0 |
* | Add testcase for #12129 (#14940) | Clyybber | 2020-07-08 | 1 | -0/+14 |
* | add legacy workaround; improve test so that it actually tests for the bugfix | Timothee Cour | 2020-06-19 | 1 | -31/+7 |
* | Update tuple newLit | solo989 | 2020-06-19 | 1 | -0/+32 |
* | Implement rendering of `[]=`, `{}`, `{}=` braces (#14539) | cooldome | 2020-06-01 | 1 | -1/+14 |
* | => supports pragmas & names (+ changed behavior) (#14200) | hlaaftana | 2020-05-03 | 1 | -16/+15 |
* | update tests that tested for the 'discard' error messages | Araq | 2020-05-02 | 1 | -8/+8 |
* | Fix typeSym.getImpl for ref types (#13752) | zah | 2020-03-26 | 1 | -2/+82 |
* | fix deprecations and other warnings (#13748) | Miran | 2020-03-25 | 1 | -4/+4 |