summary refs log tree commit diff stats
path: root/compiler/gorgeimpl.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #12337, leaking pipe after gorge (#12339)Ico Doornekamp2019-10-031-0/+2
|
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
|
* styleCheck: make the compiler and large parts of the stdlib compatible with ↵Araq2019-07-101-2/+2
| | | | --styleCheck:error
* Fix gorge caching (#10407)genotrance2019-01-221-2/+2
|
* compiler refactoring; use typesafe path handing; docgen: render symbols ↵Andreas Rumpf2018-09-071-2/+2
| | | | between modules
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+2
|
* preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-1/+1
|
* transf and vmgen compile againAndreas Rumpf2018-05-121-2/+2
|
* move new sha1 module into the new 'std' namespaceAndreas Rumpf2018-02-061-1/+1
|
* fixes #6961Andreas Rumpf2018-02-021-1/+1
|
* made nimresolve part of the compilerAndreas Rumpf2017-10-291-27/+1
|
* implemented new experimental scriptable import mechanismAndreas Rumpf2017-10-011-0/+83