summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Pipeline/Monad.hs
Commit message (Expand)AuthorAgeFilesLines
* driver: Honour -x optionMatthew Pickering2022-08-181-0/+1
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-191-40/+0
* Introduce FinderLocations for decoupling Finder from DynFlagsFendor2021-07-231-1/+4
* driver: Convert runPipeline to use a free monadMatthew Pickering2021-07-071-134/+55
* 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