summary refs log tree commit diff stats
path: root/compiler/pipelineutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* replaces implicit passes array registed at runtime with explicit function ↵ringabout2023-03-031-0/+26
calls; simplify compilation pipeline (#21444) * abolish using passes in the compiler; simplify compilation pipeline * duplicate code * Really cool to have the same signature... * haul * unify other backends * refactor process * introduce PipelinePhase * refactor compiler * fixes passes * fixes nimsuggest * add a sentinel * enable docs checkj * activate doc testing * clean up * complete cleanups