| Commit message (Expand) | Author | Age | Files | Lines |
* | make deprecated statement a no-op (#21836) | metagn | 2023-05-12 | 1 | -13/+2 |
* | adds an experimental `mm:atomicArc` switch (#21798) | ringabout | 2023-05-08 | 1 | -1/+1 |
* | Fix some `styleCheck` bugs (#20095) | quantimnot | 2023-05-06 | 1 | -1/+2 |
* | error on user pragma args (#21776) | metagn | 2023-05-03 | 1 | -1/+5 |
* | implements #21747 (#21748) | Juan M Gómez | 2023-05-02 | 1 | -1/+1 |
* | refactoring in preparation for better, simpler name mangling that wor… (#21... | Andreas Rumpf | 2023-04-24 | 1 | -5/+5 |
* | change compile pragma to use mangled compile objects (#21678) | Jaremy Creechley | 2023-04-17 | 1 | -2/+7 |
* | custom pragmas: correct error condition, remove outdated symkind whitelist (#... | metagn | 2023-04-13 | 1 | -10/+18 |
* | add a prepass for codeReordering (#21513) | ringabout | 2023-03-17 | 1 | -1/+1 |
* | fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa... | ringabout | 2023-02-22 | 1 | -1/+1 |
* | add deprecated warnings for `{.deadcodeelim: on.}` (#21277) | ringabout | 2023-02-16 | 1 | -1/+2 |
* | Check file exists in `{.compile.}` pragma (#21105) | Jake Leahy | 2022-12-15 | 1 | -2/+5 |
* | generic `define` pragma + string alias (#20979) | metagn | 2022-12-13 | 1 | -7/+16 |
* | fixes #20026; marks system procs which can raise defects (#20864) | ringabout | 2022-11-22 | 1 | -1/+3 |
* | 'lock levels' are deprecated, now a noop (#20539) | ringabout | 2022-10-11 | 1 | -18/+1 |
* | pragma for sfCallsite instead of name check + better semantics, test (#20464) | metagn | 2022-10-03 | 1 | -1/+4 |
* | store full definition AST for consts, fix noRewrite (#20115) | metagn | 2022-09-28 | 1 | -3/+3 |
* | no ropes WIP (#20433) | Andreas Rumpf | 2022-09-27 | 1 | -2/+2 |
* | Allow custom pragma on iterators [backport] (#20344) | Tanguy | 2022-09-17 | 1 | -1/+1 |
* | remove unused sfProcvar, "procvar" mentions (#20204) | metagn | 2022-08-24 | 1 | -2/+1 |
* | new .redefine pragma for templates, warn on redefinition without it (#20211) | metagn | 2022-08-23 | 1 | -1/+4 |
* | Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252) | Andrey Makarov | 2022-08-23 | 1 | -1/+4 |
* | remove {.this.} pragma, deprecated since 0.19 (#20201) | metagn | 2022-08-23 | 1 | -9/+0 |
* | remove shallowCopy for ARC/ORC (#20070) | ringabout | 2022-07-26 | 1 | -1/+4 |
* | .forbids pragma: defining forbidden tags (#20050) | Lancer11211 | 2022-07-26 | 1 | -6/+6 |
* | Change `styleCheck` to ignore foreign packages (#19822) | quantimnot | 2022-07-14 | 1 | -4/+2 |
* | Refactor and doc package handling, module name mangling (#19821) | quantimnot | 2022-05-30 | 1 | -1/+2 |
* | fixes #14318 (#14335) | Andreas Rumpf | 2022-03-26 | 1 | -1/+1 |
* | fixes #19603; some pragmas were really only supported as top level statements... | Andreas Rumpf | 2022-03-26 | 1 | -6/+9 |
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+3 |
* | fixes #19078 [backport] (#19090) | Andreas Rumpf | 2021-11-02 | 1 | -1/+3 |
* | Removes deprecated {.injectStmt.}. Fixes #18666 (#18984) | Dominik Picheta | 2021-10-13 | 1 | -7/+1 |
* | strict effects (#18777) | Andreas Rumpf | 2021-09-02 | 1 | -4/+26 |
* | properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein... | Timothee Cour | 2021-08-13 | 1 | -1/+1 |
* | move {.injectStmt.} to experimental; add a test (#18300) | Timothee Cour | 2021-06-20 | 1 | -2/+3 |
* | refs #18278: do not gag fatal msgs (#18290) | Timothee Cour | 2021-06-18 | 1 | -1/+1 |
* | add colon (#17834) | flywind | 2021-04-24 | 1 | -1/+1 |
* | IC: green tests (#17311) | Andreas Rumpf | 2021-03-19 | 1 | -1/+1 |
* | semLambda removed, semProcAux reworked (#17379) | Saem Ghani | 2021-03-17 | 1 | -6/+13 |
* | Remove declPragmas from lambdas [backport:1.0] (#16966) | hlaaftana | 2021-02-09 | 1 | -6/+7 |
* | fix #16752: threadvar now works with importcpp types; osx now uses native TLS... | Timothee Cour | 2021-01-27 | 1 | -1/+3 |
* | `--hintAsError` (#16763) | Timothee Cour | 2021-01-20 | 1 | -0/+1 |
* | IC: next steps (#16632) | Andreas Rumpf | 2021-01-12 | 1 | -3/+3 |
* | IC: next steps (#16550) | Andreas Rumpf | 2021-01-07 | 1 | -0/+4 |
* | big steps torwards an efficient, simple IC implementation (#16543) | Andreas Rumpf | 2021-01-02 | 1 | -6/+4 |
* | refactorings to prepare the compiler for IC (#15935) | Andreas Rumpf | 2020-12-17 | 1 | -1/+3 |
* | cmdline: improve command processing (#16056) | Timothee Cour | 2020-11-26 | 1 | -1/+1 |
* | fix #12558 (#15864) | flywind | 2020-11-09 | 1 | -1/+5 |
* | EnumUtils, speed up findStr in compiler (#15777) | cooldome | 2020-11-03 | 1 | -1/+1 |
* | Use modern enums in compiler (#15775) | cooldome | 2020-11-02 | 1 | -7/+7 |