Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * honor --errorMax even for tools (eg drnim, nim doc) (#14546) | Timothee Cour | 2020-06-02 | 1 | -1/+2 |
| | | | * fix a bug that prevented nim doc compiler/nim on windows | ||||
* | fix #12293 findNimStdLibCompileTime should not break with nimble install ↵ | Timothee Cour | 2020-05-18 | 1 | -2/+5 |
| | | | | | | | compiler (#14334) * fix #12293 findNimStdLibCompileTime should not break with nimble install compiler * address comment to unblock PR | ||||
* | Improve nimeval, changes some defaults (#14351) | PMunch | 2020-05-15 | 1 | -3/+7 |
| | | | | | | | | | | * Improve nimeval, changes some defaults This improves nimeval to make it easier to use NimScript as an embedded scripting languages. It does change some of the defaults, so in case anything used the old version and depended on the old behaviour these would have to be changed. * Remove dependency on nimhcr for nimscript | ||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | Added nimscript support to repl (#10834) | sealmove | 2019-03-13 | 1 | -2/+7 |
| | | | | | * added nimscript support to repl * added bool parameter to runRepl en/disabling nimscript support | ||||
* | Fixed order of output in repl and added a proc for opening a custom repl ↵ | sealmove | 2019-03-10 | 1 | -1/+23 |
| | | | | (#10802) | ||||
* | test case for #9180 and re-enables the disabled tcompilerapi test (#9181) | Timothee Cour | 2018-10-11 | 1 | -0/+7 |
| | | | | | | * add findNimStdLibCompileTime and un-disable tcompilerapi test; add test case for #9180 * address comments | ||||
* | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 1 | -3/+3 |
| | | | | between modules | ||||
* | make tests green again | Andreas Rumpf | 2018-06-11 | 1 | -2/+2 |
| | |||||
* | incremental compilation: implemented basic replay logic | Andreas Rumpf | 2018-06-02 | 1 | -0/+1 |
| | |||||
* | compiler API: final cleanups; improve security by diabling 'gorge' and friends | Andreas Rumpf | 2018-05-29 | 1 | -3/+6 |
| | |||||
* | rewrote nimeval.nim; added tcompilerapi example to show how the compiler can ↵ | Andreas Rumpf | 2018-05-29 | 1 | -23/+104 |
| | | | | be used as an API | ||||
* | rename 'nimrodVM' to 'nimVM' | Andreas Rumpf | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | fixes #7522 | Araq | 2018-04-06 | 1 | -0/+1 |
| | |||||
* | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 1 | -2/+2 |
| | |||||
* | Fix compilation error in nimeval. | Aditya Siram | 2016-11-27 | 1 | -5/+6 |
| | |||||
* | compiler: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Make nimeval compile | def | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -2/+2 |
| | |||||
* | xmltree.`<>` macro works again | Araq | 2014-02-27 | 1 | -4/+4 |
| | |||||
* | first steps to a new evaluation engine | Araq | 2013-07-24 | 1 | -0/+33 |