Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | explicit ID generation for easier IC (#15559) | Andreas Rumpf | 2020-10-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | * 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 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * 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 | -3/+1 |
| | |||||
* | baby steps for incremental compilation | Andreas Rumpf | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | refactoring: fewer global variables | Andreas Rumpf | 2018-05-27 | 1 | -4/+2 |
| | |||||
* | 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 |
| | |||||
* | fixes #7522 | Araq | 2018-04-06 | 1 | -4/+3 |
| | |||||
* | fixes #3622 | Andreas Rumpf | 2015-12-04 | 1 | -2/+4 |
| | |||||
* | lambda lifting support for iterToProc plugin | Araq | 2015-12-01 | 1 | -0/+49 |