summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Utils/Backpack.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-041-3/+3
* Rework the handling of SkolemInfoMatthew Pickering2022-01-291-3/+3
* Multiple Home UnitsMatthew Pickering2021-12-281-31/+11
* More support for optional home-unitSylvain Henry2021-11-201-18/+21
* Refactor package importsSylvain Henry2021-10-221-39/+21
* Remove IndefiniteSylvain Henry2021-10-221-2/+2
* compiler: Rename nameEnvElts -> nonDetNameEnvEltsBen Gamari2021-09-291-1/+1
* Introduce FinderLocations for decoupling Finder from DynFlagsFendor2021-07-231-2/+6
* Remove useless .hs-bootSylvain Henry2021-07-011-1/+0
* Make withException use SDocContext instead of DynFlagsSylvain Henry2021-07-011-2/+5
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-281-5/+8
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-5/+3
* Fail before checking instances in checkHsigIface if exports don't match (#19244)Zubin Duggal2021-06-021-0/+9
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-3/+3
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-4/+3
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-3/+4
* Refactor FinderCacheSylvain Henry2021-03-261-11/+34
* Refactor interface loadingSylvain Henry2021-03-261-6/+9
* GHC Exactprint main commitAlan Zimmerman2021-03-201-3/+3
* Refactor LoggerSylvain Henry2021-02-131-3/+6
* Introduce the DecoratedSDoc typeAlfredo Di Napoli2021-02-011-3/+3
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-3/+3
* Parameterise Messages over eAlfredo Di Napoli2021-01-221-3/+3
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-281-23/+32
* Refactor renamer datastructuresAdam Gundry2020-12-241-3/+4
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-7/+4
* Use tcSplitForAllInvisTyVars (not tcSplitForAllTyVars) in more placesRyan Scott2020-11-151-2/+2
* Name (tc)SplitForAll- functions more consistentlyRyan Scott2020-11-151-2/+2
* Split GHC.Driver.TypesSylvain Henry2020-10-291-31/+49
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-5/+3
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-7/+10
* Remove mAIN completelyFendor2020-10-011-2/+1
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-0/+1
* Refactor UnitId pretty-printingSylvain Henry2020-08-261-29/+26
* Add HomeUnit typeSylvain Henry2020-08-131-10/+12
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-1/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-1/+2
* Rename Package into Unit (2)Sylvain Henry2020-06-131-1/+1
* Rename Package into UnitSylvain Henry2020-06-131-3/+3
* Enhance UnitId useSylvain Henry2020-06-131-1/+1
* Refactor homeUnitSylvain Henry2020-06-131-6/+10
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-041-4/+4
* Unit: split and rename modulesSylvain Henry2020-04-301-2/+2
* Refactoring unit management codeSylvain Henry2020-04-301-53/+50
* Refactor UnitInfoSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-6/+6
* Modules (#13009)Sylvain Henry2020-04-181-1/+1