summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Backpack.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-77/+93
* Refactor -dynamic-too handlingSylvain Henry2020-11-061-2/+5
* Linker: reorganize linker related codeSylvain Henry2020-11-031-1/+1
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-10/+10
* Split GHC.Driver.TypesSylvain Henry2020-10-291-24/+35
* Initial ShortText code and conversion of package db codeWander Hillen2020-10-131-2/+5
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-3/+2
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-7/+7
* Use ADTs for parser errors/warningsSylvain Henry2020-10-011-1/+2
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-291-1/+2
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-0/+1
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-3/+3
* Refactor UnitId pretty-printingSylvain Henry2020-08-261-24/+28
* NCG: Dwarf configurationSylvain Henry2020-08-211-2/+2
* Add HomeUnit typeSylvain Henry2020-08-131-8/+9