summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Make.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove the backend correction logic, as it is already been fixed at this pointDivam2021-06-161-27/+2
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-35/+36
* Driver Rework PatchMatthew Pickering2021-06-031-349/+134
* ghci: Enable -fkeep-going by defaultMatthew Pickering2021-05-291-1/+1
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-1/+1
* Refactor driver code; de-duplicate and split APIs (#14095, !5555)Divam2021-05-251-1/+5
* check-{ppr/exact}: Rewrite more directly to just parse filesMatthew Pickering2021-05-241-0/+1
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-201-4/+3
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-6/+4
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-6/+8
* Ensure assert from Control.Exception isn't usedSylvain Henry2021-05-121-2/+1
* Add some DriverMessage type constructorsAlfredo Di Napoli2021-05-051-75/+18
* visually align expected and actual modules nameiori tsu2021-05-031-1/+1
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-48/+65
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-051-2/+2
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-17/+17
* Move HPT in UnitEnvSylvain Henry2021-04-011-12/+13
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-28/+30
* Add UnitId to Target recordFendor2021-03-281-2/+8
* Refactor FinderCacheSylvain Henry2021-03-261-5/+13
* Move loader state into InterpSylvain Henry2021-03-231-5/+8
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-28/+2
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-081-57/+50
* Move Hooks into HscEnvSylvain Henry2021-02-221-4/+16
* Refactor LoggerSylvain Henry2021-02-131-74/+88
* Introduce the DecoratedSDoc typeAlfredo Di Napoli2021-02-011-1/+1
* Rename ErrMsg into MsgEnvelopeAlfredo Di Napoli2021-02-011-11/+11
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-3/+3
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Parameterise Messages over eAlfredo Di Napoli2021-01-221-1/+1
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-091-27/+28
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-281-260/+424
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-14/+17
* Refactor -dynamic-too handlingSylvain Henry2020-11-061-4/+4
* Linker: reorganize linker related codeSylvain Henry2020-11-031-5/+6
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-14/+31
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-9/+12
* Less DynFlags in Header parsingSylvain Henry2020-10-011-1/+4
* Use ADTs for parser errors/warningsSylvain Henry2020-10-011-1/+5
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-0/+1
* Turn on -XMonoLocalBinds by default (#18430)Sebastian Graf2020-09-021-3/+3
* Add HomeUnit typeSylvain Henry2020-08-131-8/+9
* Add haddock comment for unfilteredEdgescgibbard2020-07-301-9/+8
* For `-fkeep-going` do not duplicate dependency edge codeJohn Ericson2020-07-301-45/+47
* Replace HscTarget with BackendSylvain Henry2020-07-221-41/+39
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-1/+1
* Switch from HscSource to IsBootInterface for module lookup in GhcMakeJohn Ericson2020-06-231-14/+11