summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Quote.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Use LIdP rather than (XRec p (IdP p))Simon Peyton Jones2020-08-251-3/+3
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Remove {-# CORE #-} pragma (part of #18048)Krzysztof Gogolewski2020-07-181-1/+0
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-6/+6
* Desugar quoted uses of DerivingVia and expression type signatures properlyRyan Scott2020-07-011-100/+116
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-9/+25
* Update compilerSylvain Henry2020-06-171-5/+3
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-11/+22
* Use HsForAllTelescope to avoid inferred, visible forallsRyan Scott2020-06-131-9/+8
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Rename GHC.Hs.Types into GHC.Hs.TypeSylvain Henry2020-05-241-1/+1
* Explicit SpecificityGert-Jan Bottu2020-05-211-67/+99
* Factor out HsPatSigType for pat sigs/RULE term sigs (#16762)Ryan Scott2020-05-131-3/+3
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Refactoring unit management codeSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-7/+7
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-1/+1
* Modules (#13009)Sylvain Henry2020-04-181-5/+5
* Use trees that grow for rebindable operators for `<-` bindsJohn Ericson2020-04-171-1/+1
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-69/+2
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-4/+4
* Modules: Types (#13009)Sylvain Henry2020-03-291-19/+14
* DynFlags refactoring IIISylvain Henry2020-03-251-18/+22
* Modules: Core (#13009)Sylvain Henry2020-03-161-3/+3
* Modules: Core (#13009)Sylvain Henry2020-02-261-3/+3
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-241-2/+2
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* TH: wrapGenSyns, don't split the element type too muchMatthew Pickering2020-02-211-3/+5
* Use TTG for HsSplicedT constructorKrzysztof Gogolewski2020-02-201-1/+0
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-0/+2958