summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc
Commit message (Expand)AuthorAgeFilesLines
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-2659-328/+328
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-239-70/+96
* Create di_scoped_tvs for associated data family instances properlyRyan Scott2020-04-231-7/+57
* Update commentary and slightly refactor GHC.Tc.Deriv.InferRyan Scott2020-04-221-10/+17
* Do eager instantation in termsSimon Peyton Jones2020-04-2219-712/+762
* Avoid DynFlags in Ppr code (#17957)Sylvain Henry2020-04-211-1/+2
* GHC.Runtime: avoid DynFlags (#17957)Sylvain Henry2020-04-211-0/+7
* Fix a buglet in redundant-constraint warningsSimon Peyton Jones2020-04-201-3/+10
* Modules (#13009)Sylvain Henry2020-04-1842-107/+108
* GHC.Core.Opt renamingSylvain Henry2020-04-181-1/+1
* Add a missing zonk in tcHsPartialTypeSimon Peyton Jones2020-04-181-14/+81
* Use FailOperator in more places, define a couple datatypes (XBindStmtRn and X...Cale Gibbard2020-04-173-17/+33
* Use trees that grow for rebindable operators for `<-` bindsJohn Ericson2020-04-175-28/+27
* Change the fail operator argument of BindStmt to be a MaybeCale Gibbard2020-04-173-13/+23
* Fix #18052 by using pprPrefixOcc in more placesRyan Scott2020-04-151-4/+4
* Change zipWith to zipWithEqual in a few placesKrzysztof Gogolewski2020-04-144-6/+10
* Use conLikeUserTyVarBinders to quantify field selector typesRyan Scott2020-04-121-15/+54
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-0720-159/+10
* Modules: type-checker (#13009)Sylvain Henry2020-04-0765-0/+82661