summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Module.hs
Commit message (Expand)AuthorAgeFilesLines
* Improve out-of-order inferred type variablessheaf2022-03-021-2/+2
* Error on anon wildcards in tcAnonWildCardOccsheaf2022-02-261-1/+0
* GHCi: don't normalise partially instantiated typessheaf2022-02-251-7/+30
* Kill derived constraintsRichard Eisenberg2022-02-231-1/+6
* Tag inference work.Andreas Klebinger2022-02-121-0/+1
* Refine tcSemigroupWarnings to work in ghc-primMatthew Pickering2022-02-101-4/+7
* Fix some notesMatthew Pickering2022-02-081-1/+1
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-041-11/+10
* Rework the handling of SkolemInfoMatthew Pickering2022-01-291-10/+6
* Define and use restoreLclEnvSimon Peyton Jones2022-01-271-40/+41
* Multiple Home UnitsMatthew Pickering2021-12-281-9/+9
* Give plugins a better interface (#17957)Sylvain Henry2021-12-211-5/+5
* Ghci environment: Do not remove shadowed idsJoachim Breitner2021-12-141-19/+0
* package imports: Take into account package visibility when renamingMatthew Pickering2021-12-091-2/+2
* Misc cleanupKrzysztof Gogolewski2021-11-251-1/+1
* Export `withTcPlugins` and `withHoleFitPlugins`Ziyang Liu2021-11-061-0/+2
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-241-2/+2
* Refactor package importsSylvain Henry2021-10-221-9/+8
* InteractiveContext: Smarter caching when rebuilding the ic_rn_gbl_envJoachim Breitner2021-10-191-4/+4
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-1/+1
* Add defaulting plugins.Andrei Barbu2021-10-081-15/+28
* compiler: occEnvElts -> nonDetOccEnvEltsBen Gamari2021-09-291-2/+2
* compiler: Rewrite all eltsUFM occurrences to nonDetEltsUFMBen Gamari2021-09-291-1/+1
* TH stage restriction check for constructors, selectors, and class methodsAndrea Condoluci2021-09-291-4/+6
* Add rewriting to typechecking pluginssheaf2021-08-131-7/+12
* Refactoring module dependenciesSylvain Henry2021-08-131-1/+2
* Refactor HsStmtContext and remove HsDoRnArtyom Kuznetsov2021-08-101-2/+2
* Use Reductions to keep track of rewritingssheaf2021-08-041-2/+3
* Dynflags: introduce DiagOptsSylvain Henry2021-07-011-1/+3
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-281-19/+32
* Converts diagnostics for two errors in Ghc.Tc.Module (#19926)Aaron Allen2021-06-231-7/+2
* Reword: representation instead of levitysheaf2021-06-101-1/+2
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-5/+4
* Specify the reason for import for the backpack's extra importsDivam2021-06-021-4/+8
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-201-2/+2
* Remove wired-in names hs-boot check bypass (#19855)Sylvain Henry2021-05-191-3/+0
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-191-11/+9
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-7/+8
* Bring tcTyConScopedTyVars into scope in tcClassDecl2Ryan Scott2021-04-301-5/+10
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-15/+21
* More accurate SrcSpan when reporting redundant constraintsSimon Peyton Jones2021-04-121-2/+2
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-051-3/+2
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-2/+2
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-311-1/+1
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-17/+17
* GHC Exactprint main commitAlan Zimmerman2021-03-201-25/+26
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-7/+10
* Fixes to dealing with the export of mainSimon Peyton Jones2021-03-091-303/+317
* Fix two places where TcGblEnv was retainedMatthew Pickering2021-02-281-3/+4