Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | documentation generator works again | Andreas Rumpf | 2018-05-15 | 1 | -1/+1 |
| | |||||
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -18/+18 |
| | |||||
* | move more global variables into ConfigRef | Andreas Rumpf | 2018-05-11 | 1 | -5/+5 |
| | |||||
* | avoid more global variables | Andreas Rumpf | 2018-05-11 | 1 | -2/+2 |
| | |||||
* | big refactoring: parser compiles again | Andreas Rumpf | 2018-05-10 | 1 | -50/+55 |
| | |||||
* | compiler refactoring, pass config around explicitly | Andreas Rumpf | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | remove obsolete nimrod.cfg configuration files | Andreas Rumpf | 2018-04-24 | 1 | -4/+0 |
| | |||||
* | fixes #499 | Andreas Rumpf | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | refactoring: explict config state instead of globals | Andreas Rumpf | 2017-02-01 | 1 | -53/+53 |
| | |||||
* | make tests green again | Araq | 2016-11-01 | 1 | -1/+1 |
| | |||||
* | big refactoring: step 1 | Araq | 2016-10-31 | 1 | -11/+15 |
| | |||||
* | improvements for NimScript support | Araq | 2015-09-03 | 1 | -57/+49 |
| | |||||
* | Introduce NotesVerbosity defining verbosity levels | Adam Strzelecki | 2015-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This solves two issues: 1. Some notes were enabled explicitly for some verbosity levels, so --hintName:on has no effect if verbosity level was too low. 2. Verbosity level for notes is not longer scattered across the source code, instead if now lives in msgs.nim NotesVerbosity array 3. Individual note settings have stronger effect than verbosity setting, so --hintName:off will disable hint regardless of high verbosity setting, and vice-versa --hintName:on will enable hint even on low verbosity setting. | ||||
* | Merge pull request #2058 from def-/nimrod-cfgs | Andreas Rumpf | 2015-02-07 | 1 | -5/+10 |
|\ | | | | | Rename *.nimrod.cfg to *.nim.cfg | ||||
| * | Add support for nimcfg and warning for nimrod.cfg | def | 2015-02-04 | 1 | -3/+8 |
| | | |||||
| * | Typos | def | 2015-02-04 | 1 | -2/+2 |
| | | |||||
* | | configuration system supports %= to access environment variables | Araq | 2015-02-07 | 1 | -9/+15 |
|/ | |||||
* | the codegen doesn't emit deepCopy for parallel statements | Araq | 2014-11-08 | 1 | -3/+5 |
| | |||||
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 1 | -4/+5 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -2/+2 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -3/+3 |
| | |||||
* | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -3/+3 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -1/+1 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -7/+7 |
| | |||||
* | case consistency part 2 | Araq | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | Updated cfg file processing | Erik O'Leary | 2013-12-02 | 1 | -5/+0 |
| | | | | | No longer look at deprecated file.cfg, compiler will only look at file.nimrod.cfg | ||||
* | fixes #459 | Araq | 2013-08-31 | 1 | -2/+5 |
| | |||||
* | fixes token's column information | Araq | 2013-07-30 | 1 | -2/+2 |
| | |||||
* | next steps for the new parser/grammar | Araq | 2013-04-20 | 1 | -1/+1 |
| | |||||
* | first steps to the new parser/grammar | Araq | 2013-04-19 | 1 | -1/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | caas is now drivable through stdin | Zahary Karadjov | 2012-11-28 | 1 | -9/+10 |
| | | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character | ||||
* | first steps to make templates hygienic | Araq | 2012-08-20 | 1 | -20/+22 |
| | |||||
* | project wide configuration file now with suffix '.nimrod.cfg' | Araq | 2012-01-15 | 1 | -1/+4 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | cleaned up configuration file handling and documented the new behaviour | Araq | 2011-11-30 | 1 | -10/+19 |
| | |||||
* | further steps to get rid of deprecated endOfFile and readLine | Araq | 2011-11-29 | 1 | -2/+2 |
| | |||||
* | New algorithm for locating and loading nimrod config files. | Zahary Karadjov | 2011-11-25 | 1 | -18/+20 |
| | | | | Some new options added to the compiler (see news.txt for details) | ||||
* | lexer, parser cleanup; boehm gc for mac os x | Araq | 2011-05-17 | 1 | -19/+19 |
| | |||||
* | got rid of some arcane module names | Araq | 2011-04-21 | 1 | -1/+1 |
| | |||||
* | := templatable; lexer improvements | Araq | 2011-04-17 | 1 | -57/+33 |
| | |||||
* | big repo cleanup | Araq | 2011-04-12 | 1 | -0/+257 |