Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #9120 | Araq | 2018-12-16 | 1 | -10/+0 |
| | |||||
* | fixes #9420 | Araq | 2018-12-16 | 1 | -1/+1 |
| | |||||
* | fixes #8991, fixes #4446 | Araq | 2018-12-16 | 1 | -1/+1 |
| | |||||
* | restore the old .nims processing behaviour; fixes #9989; fixes #9995 | Araq | 2018-12-16 | 1 | -6/+1 |
| | |||||
* | fixes #9995 | Andreas Rumpf | 2018-12-15 | 1 | -5/+2 |
| | |||||
* | fixes yet another NimScript regression | Araq | 2018-12-14 | 1 | -0/+2 |
| | |||||
* | fixes #9965 | Araq | 2018-12-14 | 1 | -15/+20 |
| | |||||
* | Undefine some symbols and globalOptions when processing nimscript (#9945) ↵ | Neelesh Chandola | 2018-12-13 | 1 | -0/+12 |
| | | | | | | | | [backport] * Undefine some symbols when processing nimscript * Undefine taintMode when processing nimscript * Reload .cfg configuration | ||||
* | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 1 | -16/+23 |
| | | | | between modules | ||||
* | make config.nims behave like nim.cfg in terms of where these scripts are ↵ | Timothee Cour | 2018-08-30 | 1 | -0/+85 |
searched / run (#8682) * run project config.nims if exists, then inputfile.nims if exists * ~/.config/nim/config.nims can now be used * also check in getSystemConfigPath for config.nims * refactor handleCmdLine for nim and nimsuggest |