summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/ListComp.hs
Commit message (Expand)AuthorAgeFilesLines
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-7/+4
* Refactor HsStmtContext and remove HsDoRnArtyom Kuznetsov2021-08-101-4/+4
* Reword: representation instead of levitysheaf2021-06-101-3/+3
* Introduce `hsExprType :: HsExpr GhcTc -> Type` in the new modulewip/hsExprTypeRyan Scott2021-06-081-1/+1
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-031-2/+2
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-4/+4
* GHC Exactprint main commitAlan Zimmerman2021-03-201-3/+3
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-221-4/+4
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-4/+3
* Add long-distance info for pattern bindings (#18572)Sebastian Graf2020-09-101-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Add some tests for fail messages in do-expressions and monad-comprehensions.Cale Gibbard2020-08-071-1/+1
* A fix to an error message in monad comprehensions, and a move of dsHandleMona...Cale Gibbard2020-08-071-2/+2
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-1/+1
* Expunge GhcTcIdSimon Peyton Jones2020-06-251-1/+1
* Various performance improvementsKrzysztof Gogolewski2020-06-171-1/+0
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-22/+23
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-4/+4
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-1/+1
* Modules (#13009)Sylvain Henry2020-04-181-2/+2
* Use FailOperator in more places, define a couple datatypes (XBindStmtRn and X...Cale Gibbard2020-04-171-2/+2
* Use trees that grow for rebindable operators for `<-` bindsJohn Ericson2020-04-171-3/+3
* Change the fail operator argument of BindStmt to be a MaybeCale Gibbard2020-04-171-2/+2
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-7/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-2/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-2/+2
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* pretty-printer: Properly parenthesise LastStmtKirill Elagin2020-03-121-1/+1
* Modules: Core (#13009)Sylvain Henry2020-02-261-3/+3
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-0/+676