summary refs log tree commit diff stats
path: root/compiler/modulegraphs.nim
Commit message (Collapse)AuthorAgeFilesLines
* completed VM support for incremental compilationsAndreas Rumpf2018-06-041-1/+7
|
* incremental compilation: implemented basic replay logicAndreas Rumpf2018-06-021-0/+5
|
* document how the incremental compilation scheme could workAndreas Rumpf2018-06-011-1/+1
|
* refactoring: move DB model to incremental.nimAndreas Rumpf2018-05-301-4/+7
|
* vm now free of global variablesAndreas Rumpf2018-05-281-0/+2
|
* refactoring: remove idents.legacy global variable and pass the IdentCache ↵Andreas Rumpf2018-05-271-7/+6
| | | | around explicitly
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
|
* remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-0/+2
|
* options.nim: no global variables anymoreAndreas Rumpf2018-05-131-1/+1
|
* sem pass compiles againAndreas Rumpf2018-05-121-1/+8
|
* big refactoring: magicsys compiles againAndreas Rumpf2018-05-101-0/+9
|
* refactoring: make FileIndex a distinct type; make line information an ↵Andreas Rumpf2018-04-211-19/+21
| | | | uint16; fixes #7654
* symbol files: implemented accurate module dependency trackingAraq2018-02-211-1/+4
|
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-0/+8
|
* nimsuggest uses multithreading and full project recompilesAndreas Rumpf2017-02-131-0/+4
|
* disable transitive closure computations; only semcheck procs that have the ↵Andreas Rumpf2017-02-091-1/+1
| | | | cursor
* attempt to make nimble work againAndreas Rumpf2017-02-021-1/+4
|
* refactoring: explict config state instead of globalsAndreas Rumpf2017-02-011-2/+4
|
* happy new yearAraq2017-01-071-1/+1
|
* refactoring: C codegen with fewer global variablesAraq2016-12-051-0/+1
|
* disallow recursive module dependenciesAraq2016-11-231-0/+4
|
* nimsuggest supports include files properly; added the compiler itself as a ↵Andreas Rumpf2016-11-061-1/+17
| | | | testcase
* added missing moduleAraq2016-11-051-0/+92