summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Solver/Monad.hs
Commit message (Expand)AuthorAgeFilesLines
* Detect TypeError when checking for insolubilitysheaf2021-08-151-3/+9
* Add rewriting to typechecking pluginssheaf2021-08-131-1/+1
* Use Reductions to keep track of rewritingssheaf2021-08-041-49/+39
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-281-4/+5
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-3/+3
* Fix #19682 by breaking cycles in DerivedsRichard Eisenberg2021-06-051-42/+201
* Rip GHC.Tc.Solver.Monad asunder (only)Richard Eisenberg2021-05-291-1904/+41
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-3/+3
* Test #19665 as expect_broken, with commentaryRichard Eisenberg2021-04-101-8/+11
* Clarify commentary around the constraint solverRichard Eisenberg2021-04-101-32/+96
* 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
* 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
* TcS: oneShot-ifyBen Gamari2021-02-271-8/+16
* Refactor LoggerSylvain Henry2021-02-131-2/+2
* Fix a long standing bug in constraint solvingSimon Peyton Jones2021-02-091-8/+28
* Fix typosBrian Wignall2021-02-061-2/+2
* Make matchableGivens more reliably correct.Richard Eisenberg2021-01-231-62/+130
* Establish invariant (GivenInv)Simon Peyton Jones2021-01-021-8/+21
* Kill floatEqualities completelySimon Peyton Jones2020-12-201-201/+360
* Rename the flattener to become the rewriter.Richard Eisenberg2020-12-011-13/+11
* Remove flattening variablesRichard Eisenberg2020-12-011-750/+715
* Move core flattening algorithm to Core.UnifyRichard Eisenberg2020-12-011-1/+3
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-2/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+2
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-1/+1
* Add TyCon Set/Env and use them in a few places.Andreas Klebinger2020-10-091-1/+2
* Omit redundant kind equality check in solverRichard Eisenberg2020-09-301-13/+21
* Care with implicit-parameter superclassesSimon Peyton Jones2020-09-151-2/+1
* Make `tcCheckSatisfiability` incremental (#18645)Sebastian Graf2020-09-121-8/+21
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-8/+8
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-2/+2
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-2/+2
* Avoid unnecessary allocations due to tracing utilitiesBen Gamari2020-05-281-0/+4
* Refactor hole constraints.Richard Eisenberg2020-05-061-9/+2
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-9/+9
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-0/+3643