summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Pipeline
Commit message (Expand)AuthorAgeFilesLines
* Introduce FinderLocations for decoupling Finder from DynFlagsFendor2021-07-231-1/+4
* Use Ways API instead of Set specific functionsFendor2021-07-211-4/+4
* driver: Fix recompilation for modules importing GHC.PrimMatthew Pickering2021-07-211-3/+4
* Make TmpFs independent of DynFlagsSylvain Henry2021-07-191-6/+9
* driver: Convert runPipeline to use a free monadMatthew Pickering2021-07-073-134/+1370
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-1/+1
* Refactor driver code; de-duplicate and split APIs (#14095, !5555)Divam2021-05-251-7/+31
* Always generate ModDetails from ModIfaceMatthew Pickering2021-04-141-5/+4
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-081-1/+1
* Refactor LoggerSylvain Henry2021-02-131-0/+4
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-1/+5
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-4/+10
* Split GHC.Driver.TypesSylvain Henry2020-10-291-2/+10
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-1/+0
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-1/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-0/+122