summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Deriv.hs
Commit message (Expand)AuthorAgeFilesLines
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-051-6/+4
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-4/+4
* GHC Exactprint main commitAlan Zimmerman2021-03-201-7/+7
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-1/+1
* Refactor LoggerSylvain Henry2021-02-131-1/+3
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-8/+8
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-11/+8
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-2/+1
* Add flags for annotating Generic{,1} methods INLINE[1] (#11068)Andrzej Rybczak2020-10-151-2/+1
* Introduce and use DerivClauseTys (#18662)Ryan Scott2020-09-151-2/+7
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Pass dit_rep_tc_args to dsm_stock_gen_fnBrandon Chinn2020-07-291-2/+5
* Revamp the treatment of auxiliary bindings for derived instancesRyan Scott2020-06-271-7/+7
* Use HsForAllTelescope to avoid inferred, visible forallsRyan Scott2020-06-131-2/+1
* Modify file paths to module paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-8/+8
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-6/+0
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-0/+2304