Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls | ||||
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | [bugfix] fix #11532, nimpretty should ignore source code filters (#11603) | Miran | 2019-06-26 | 1 | -1/+1 |
| | |||||
* | Replace countup(x, y) with x .. y | Clyybber | 2019-05-07 | 1 | -3/+3 |
| | |||||
* | nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] | Andreas Rumpf | 2018-11-11 | 1 | -7/+11 |
| | |||||
* | removed the undocumented #? strongSpaces parsing mode | Araq | 2018-11-06 | 1 | -7/+5 |
| | |||||
* | nimpretty: fixes #9384 | Araq | 2018-10-17 | 1 | -6/+10 |
| | |||||
* | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 1 | -6/+6 |
| | | | | between modules | ||||
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |
| | |||||
* | preparations of making compiler/msgs.nim free of global variables | Andreas Rumpf | 2018-05-17 | 1 | -2/+2 |
| | |||||
* | remove ast.emptyNode global; cleanup configuration.nim | Araq | 2018-05-16 | 1 | -3/+1 |
| | |||||
* | fixes testament compilation | Araq | 2018-05-14 | 1 | -0/+4 |
|\ | |||||
* | | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -1/+1 |
| | | |||||
* | | big refactoring: magicsys compiles again | Andreas Rumpf | 2018-05-10 | 1 | -16/+18 |
|/ | |||||
* | compiler refactoring, pass config around explicitly | Andreas Rumpf | 2018-05-05 | 1 | -16/+13 |
| | |||||
* | the compiler does not rely on the zero terminator anymore | Andreas Rumpf | 2018-04-29 | 1 | -5/+5 |
| | |||||
* | refactoring: make FileIndex a distinct type; make line information an ↵ | Andreas Rumpf | 2018-04-21 | 1 | -2/+2 |
| | | | | uint16; fixes #7654 | ||||
* | big refactoring: step 1 | Araq | 2016-10-31 | 1 | -38/+27 |
| | |||||
* | implements #?braces syntax | Araq | 2016-10-16 | 1 | -3/+3 |
| | |||||
* | Removed `#!` handling (was deprecated long enought) | Hans Raaf | 2016-02-26 | 1 | -4/+1 |
| | |||||
* | 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 |