Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactorings to prepare the compiler for IC (#15935) | Andreas Rumpf | 2020-12-17 | 1 | -2/+1 |
| | | | | | | | | | | | | | | * added ic specific Nim code; WIP * make the symbol import mechanism lazy; WIP * ensure that modules can be imported multiple times * ambiguity checking * handle converters and TR macros properly * make 'enum' test category green again * special logic for semi-pure enums * makes nimsuggest tests green again * fixes nimdata * makes nimpy green again * makes more important packages work | ||||
* | explicit ID generation for easier IC (#15559) | Andreas Rumpf | 2020-10-25 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | * refactoring: idents don't need inheritance * refactoring: adding an IdGenerator (part 1) * refactoring: adding an IdGenerator (part 2) * refactoring: adding an IdGenerator (part 3) * refactoring: adding an IdGenerator (part 4) * refactoring: adding an IdGenerator (part 5) * refactoring: adding an IdGenerator (part 5) * IdGenerator must be a ref type; hello world works again * make bootstrapping work again * progress: add back the 'exactReplica' ideas * added back the missing exactReplica hacks * make tcompilerapi work again * make important packages green * attempt to fix the build for 32 bit machines (probably need a better solution here) | ||||
* | 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 |