summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Quote.hs
Commit message (Expand)AuthorAgeFilesLines
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-1/+6
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-4/+5
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-5/+35
* Fix #19377 by using lookupLOcc when desugaring TH-quoted ANNsRyan Scott2021-02-171-4/+7
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+3
* Make PatSyn immutableSimon Peyton Jones2021-01-291-1/+1
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Factorize and document binder collect functionsSylvain Henry2021-01-221-7/+7
* Refactor renamer datastructuresAdam Gundry2020-12-241-4/+4
* Implement type applications in patternsCale Gibbard2020-12-141-7/+8
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-3/+2
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-101/+116
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-5/+4
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-301-46/+38
* Split GHC.Driver.TypesSylvain Henry2020-10-291-22/+30
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-141-4/+4
* Fall back to types when looking up data constructors (#18740)wip/ghc-18740-lookup-updateDaniel Rogozin2020-10-111-2/+5
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-11/+10
* Introduce and use DerivClauseTys (#18662)Ryan Scott2020-09-151-4/+9
* Remove GENERATED pragma, as it is not being usedAlan Zimmerman2020-09-091-1/+0
* 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