Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | fixes #11958 (#12013) | Andreas Rumpf | 2019-08-23 | 1 | -12/+11 |
| | |||||
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 2 | -4/+2 |
| | |||||
* | rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227) | Arne Döring | 2019-05-11 | 1 | -1/+1 |
| | |||||
* | Fix locals() interaction with generic types | LemonBoy | 2018-09-21 | 1 | -1/+1 |
| | | | | | | | Follow the same logic as semTupleFieldsConstr and only skip skVar since we're gonna add a nkDefer anyway. Fixes #8985 | ||||
* | cleanup import paths | Araq | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | baby steps for incremental compilation | Andreas Rumpf | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | active.nim: fixes the import path so that compilation with --noNimblePath works | Andreas Rumpf | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | refactoring: fewer global variables | Andreas Rumpf | 2018-05-27 | 3 | -9/+16 |
| | |||||
* | remove ast.emptyNode global; cleanup configuration.nim | Araq | 2018-05-16 | 1 | -4/+4 |
| | |||||
* | more modules compile again | Andreas Rumpf | 2018-05-12 | 1 | -5/+5 |
| | |||||
* | warn about inconsistent spacing around binary operators; fixes #7582 | Andreas Rumpf | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | fixes #7522 | Araq | 2018-04-06 | 3 | -7/+6 |
| | |||||
* | big compiler refactoring; avoid globals for multi method dispatcher generation | Andreas Rumpf | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | fixes #3622 | Andreas Rumpf | 2015-12-04 | 2 | -4/+6 |
| | |||||
* | lambda lifting support for iterToProc plugin | Araq | 2015-12-01 | 1 | -0/+49 |
| | |||||
* | added iterToProc plugin | Araq | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | Hopefully fixes nimsuggest building against the compiler package. | Dominik Picheta | 2015-06-04 | 1 | -1/+2 |
| | |||||
* | system.locals is now a plugin for education | Araq | 2015-04-24 | 2 | -0/+55 |