summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Solver
Commit message (Expand)AuthorAgeFilesLines
* Generalize breakTyVarCycle to work with TyFamLHSRichard Eisenberg2022-05-263-68/+99
* Consider the stage of typeable evidence when checking stage restrictionMatthew Pickering2022-05-222-11/+77
* TcPlugin: access to irreducible givens + fix passed ev_binds_varPavol Vargovcik2022-05-162-6/+13
* Fix several note referencesKrzysztof Gogolewski2022-05-021-1/+1
* Fix unification of ConcreteTvs, removing IsRefl#sheaf2022-04-284-70/+9
* Add Red Herring to Note [What might equal later?]Richard Eisenberg2022-03-283-87/+130
* Fix isLiftedType_maybe and handle falloutsheaf2022-03-141-0/+2
* Make inert_cycle_breakers into a stack.Richard Eisenberg2022-03-022-18/+75
* Introduce ConcreteTv metavariablessheaf2022-03-023-230/+77
* Kill derived constraintsRichard Eisenberg2022-02-236-1453/+968
* Fix some notesMatthew Pickering2022-02-082-3/+3
* Relax TyEq:N: allow out-of-scope newtype DataConsheaf2022-02-081-8/+20
* Fix a few Note inconsistenciesBen Gamari2022-02-011-3/+3
* Make typechecker trace less strictSimon Peyton Jones2022-01-311-2/+4
* Rework the handling of SkolemInfoMatthew Pickering2022-01-292-15/+18
* Set the TcLclEnv when solving a ForAll constraintSimon Peyton Jones2022-01-272-1/+11
* Fix getHasGivenEqsSimon Peyton Jones2022-01-271-4/+7
* Skip computing superclass origins for equalitiesRichard Eisenberg2021-12-281-4/+13
* Ensure new Ct/evidence invariantChristiaan Baaij2021-11-251-5/+5
* Use local instances with least superclass depthRichard Eisenberg2021-11-123-50/+114
* Improve redundant-constraints warningRichard Eisenberg2021-11-123-59/+65
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-175-33/+198
* Speed up valid hole-fits by adding early abort and checks.Matthías Páll Gissurarson2021-10-051-25/+43
* Use eqType, not tcEqType, in metavar kind checkRichard Eisenberg2021-10-021-1/+1
* Compare FunTys as if they were TyConApps.Richard Eisenberg2021-09-292-15/+42
* Add and use new constructors to TcRnMessageAlfredo Di Napoli2021-09-071-8/+1
* TcPlugins: solve and report contras simultaneouslysheaf2021-08-231-8/+11
* Detect TypeError when checking for insolubilitysheaf2021-08-151-3/+9
* Add rewriting to typechecking pluginssheaf2021-08-133-54/+116
* Use Reductions to keep track of rewritingssheaf2021-08-044-335/+307
* Make CallStacks work better with RebindableSyntaxSimon Peyton Jones2021-07-272-5/+9
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-282-5/+9
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-3/+3
* Fix #19682 by breaking cycles in DerivedsRichard Eisenberg2021-06-054-362/+514
* Rip GHC.Tc.Solver.Monad asunder (only)Richard Eisenberg2021-05-296-1908/+2010
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-122-2/+2
* Fully remove HsVersions.hSylvain Henry2021-05-124-8/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-124-19/+22
* Test #19665 as expect_broken, with commentaryRichard Eisenberg2021-04-101-8/+11
* Clarify commentary around the constraint solverRichard Eisenberg2021-04-102-32/+99
* Kick out fewer equalities by thinking harderRichard Eisenberg2021-04-101-26/+42
* Tweak kick-out condition K2b to deal with LHSsRichard Eisenberg2021-04-101-50/+123
* Avoid fundep-caused loop in the typecheckerSimon Peyton Jones2021-03-312-32/+116
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-1/+1
* Add compiler linting to CIHécate2021-03-251-2/+7
* Unify result type earlier to improve error messagesSimon Peyton Jones2021-03-011-22/+81
* Rewrite.split: Fix reboxingBen Gamari2021-02-271-2/+5
* GHC.Tc.Solver.Rewrite: oneShot-ifyBen Gamari2021-02-271-7/+14
* TcS: oneShot-ifyBen Gamari2021-02-271-8/+16
* Refactor LoggerSylvain Henry2021-02-131-2/+2