Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #2559 | Araq | 2015-09-10 | 1 | -1/+6 |
| | |||||
* | compiler: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -51/+51 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | 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. | ||||
* | nimsuggest: sane dirty buffer handling | Araq | 2015-01-29 | 1 | -2/+2 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | Delete dead file | flaviut | 2014-04-19 | 1 | -2/+0 |
| | |||||
* | implements strongSpaces parsing mode | Araq | 2014-03-07 | 1 | -9/+12 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -2/+2 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -14/+14 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -15/+15 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Fixed openssl lib path on Mac OS X; | Zahary Karadjov | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | fixed a regression: compiling projects not residing in the current directory | Zahary Karadjov | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | CaaS in-memory caching | Zahary Karadjov | 2012-11-28 | 1 | -8/+10 |
| | | | | | removed some redundant filepath params and variables and switched to canonical paths in most places | ||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | 'assert' is now implemented without compiler magic | Araq | 2011-12-04 | 1 | -1/+1 |
| | |||||
* | compiler uses new 'readLine' | Araq | 2011-11-27 | 1 | -4/+5 |
| | |||||
* | deprecated system.copy: use system.substr instead | Araq | 2011-05-14 | 1 | -1/+1 |
| | |||||
* | got rid of some arcane module names | Araq | 2011-04-21 | 1 | -7/+7 |
| | |||||
* | big repo cleanup | Araq | 2011-04-12 | 1 | -0/+173 |