Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reset macrocache after each script evaluation (#22195) | Juan M Gómez | 2023-06-30 | 1 | -0/+27 |
| | |||||
* | fixes #14409; fixes #10674 VM callbacks switch to table-index seqs (#21297) | ringabout | 2023-01-26 | 1 | -1/+1 |
| | | | | | | | * fixes #14409; fixes#10674 VM callbacks switch to table-index seqs * fixes package name * reduce runtime cost | ||||
* | big steps torwards an efficient, simple IC implementation (#16543) | Andreas Rumpf | 2021-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | * reworked ID handling * the packed AST now has its own ID mechanism * basic serialization code works * extract rodfiles to its own module * rodfiles: store and compare configs * rodfiles: store dependencies * store config at the end * precise dependency tracking * dependency tracking for rodfiles * completed loading of PSym, PType, etc * removed dead code * bugfix: do not realloc seqs when taking addr into an element * make IC opt-in for now * makes tcompilerapi green again * final cleanups Co-authored-by: Andy Davidoff <github@andy.disruptek.com> | ||||
* | nimeval errorHook support (#15255) | Scott Wadden | 2020-09-07 | 1 | -13/+28 |
| | |||||
* | hotfix: make tcompilerapi green again | Araq | 2020-04-30 | 1 | -2/+3 |
| | |||||
* | make addQuoted work on nimscript (#12717) [backport] | Jasper Jenkins | 2019-11-28 | 1 | -0/+1 |
| | |||||
* | make tests green again | Araq | 2019-05-27 | 1 | -0/+1 |
| | |||||
* | megatest can be executed | Arne Döring | 2018-12-11 | 1 | -2/+1 |
| | |||||
* | test case for #9180 and re-enables the disabled tcompilerapi test (#9181) | Timothee Cour | 2018-10-11 | 1 | -22/+22 |
| | | | | | | * add findNimStdLibCompileTime and un-disable tcompilerapi test; add test case for #9180 * address comments | ||||
* | attempt to make travis green for 'koch testinstall' | Andreas Rumpf | 2018-09-18 | 1 | -1/+8 |
| | |||||
* | compiler API: final cleanups; improve security by diabling 'gorge' and friends | Andreas Rumpf | 2018-05-29 | 1 | -1/+12 |
| | |||||
* | rewrote nimeval.nim; added tcompilerapi example to show how the compiler can ↵ | Andreas Rumpf | 2018-05-29 | 1 | -0/+36 |
be used as an API |