summary refs log tree commit diff stats
path: root/compiler/gorgeimpl.nim
Commit message (Expand)AuthorAgeFilesLines
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-2/+3
* use strictdefs for compiler (#22365)ringabout2023-08-061-1/+2
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+3
* Return error message in output of gorge/staticExec. (#18942)Dominik Picheta2022-10-121-2/+9
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* 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
* Fix gorge caching (#10407)genotrance2019-01-221-2/+2
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-2/+2
* 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