summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Backpack.hs
Commit message (Expand)AuthorAgeFilesLines
* Migrate errors to diagnostics in GHC.Tc.Modulesheaf2023-05-151-3/+3
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-251-1/+3
* Misc cleanupKrzysztof Gogolewski2022-11-161-1/+1
* Allow configuration of error message printingMatthew Pickering2022-10-181-2/+3
* Interface Files with Core DefinitionsMatthew Pickering2022-10-111-1/+1
* Store interfaces in ModIfaceCache more directlyMatthew Pickering2022-08-041-2/+2
* TTG: Move HsModule to L.H.Sromes2022-07-031-7/+9
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-2/+3
* driver: Introduce HomeModInfoCache abstractionMatthew Pickering2022-04-081-2/+2
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-061-1/+2
* driver: Properly add an edge between a .hs and its hs-boot fileMatthew Pickering2022-03-011-1/+6
* Prepare rechecking logic for new type in a few waysJohn Ericson2022-02-231-6/+6
* Multiple Home UnitsMatthew Pickering2021-12-281-33/+45
* package imports: Take into account package visibility when renamingMatthew Pickering2021-12-091-1/+1
* Remove unused module import syntax from .bkp modeMatthew Pickering2021-11-201-18/+4
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-241-2/+3
* Refactor package importsSylvain Henry2021-10-221-5/+8
* Remove IndefiniteSylvain Henry2021-10-221-16/+16
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-191-3/+3
* ghci: Explicitly store and restore interface file cacheMatthew Pickering2021-10-171-2/+2
* Set logger flags in --backpack modesheaf2021-10-131-2/+3
* Use an ADT for RecompReasonSylvain Henry2021-09-171-2/+4
* Driver rework pt3: the upsweepMatthew Pickering2021-08-181-5/+14
* Introduce FinderLocations for decoupling Finder from DynFlagsFendor2021-07-231-2/+5
* driver: Fix recompilation for modules importing GHC.PrimMatthew Pickering2021-07-211-2/+5
* Rename getErrorMessages and getMessages function in parser codewip/adinapoli-issue-19920Alfredo Di Napoli2021-07-081-1/+1
* Dynflags: introduce DiagOptsSylvain Henry2021-07-011-1/+2
* Remove useless .hs-bootSylvain Henry2021-07-011-1/+0
* Parser: make less DynFlags dependentSylvain Henry2021-06-071-1/+2
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-20/+12
* Driver Rework PatchMatthew Pickering2021-06-031-6/+11
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-2/+1
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Add some DriverMessage type constructorsAlfredo Di Napoli2021-05-051-3/+2
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-4/+6
* Read constants header instead of global platformConstantsSylvain Henry2021-04-101-5/+11
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-3/+3
* Move the EPS into UnitEnvSylvain Henry2021-04-011-1/+2
* Move HPT in UnitEnvSylvain Henry2021-04-011-1/+3
* Move unit DBs in UnitEnvSylvain Henry2021-04-011-4/+4
* Encapsulate the EPS IORef in a newtypeSylvain Henry2021-04-011-2/+2
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-1/+2
* Refactor FinderCacheSylvain Henry2021-03-261-2/+7
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-251-4/+2
* GHC Exactprint main commitAlan Zimmerman2021-03-201-2/+3
* Refactor LoggerSylvain Henry2021-02-131-9/+20
* Rename ErrMsg into MsgEnvelopeAlfredo Di Napoli2021-02-011-1/+1
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-091-3/+3
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-281-19/+40