summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsMeta.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-2958/+0
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-3/+4
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+2
* Use splitLHs{ForAll,Sigma}TyInvis throughout the codebaseRyan Scott2020-01-271-12/+20
* Handle local fixity declarations in DsMeta properlyRyan Scott2020-01-251-5/+8
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-121-436/+627
* Replace panic/notHandled with noExtCon in DsMetaRyan Scott2019-12-261-35/+42
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-301-148/+139
* Factor out HsSCC/HsCoreAnn/HsTickPragma into HsPragEwip/hs-pragVladislav Zavialov2019-11-281-3/+3
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-3/+3
* Fix random typos [skip ci]nineonine2019-11-171-2/+2
* Solve constraints from top-level groups soonerRichard Eisenberg2019-10-081-1/+1
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-251-1/+10
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-31/+31
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-021-8/+16
* fix Template Haskell cross compilation on 64 bit compiler with 32 bit targetLuite Stegeman2019-05-221-1/+4
* Use HsTyPats in associated type family defaultsRyan Scott2019-05-221-30/+3
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Stop inferring over-polymorphic kindsSimon Peyton Jones2019-03-091-11/+4
* Be more careful when naming TyCon bindersSimon Peyton Jones2019-03-051-2/+2
* Visible dependent quantificationRyan Scott2019-03-011-5/+12
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-081-3/+3
* Run typed splices in the zonkerMatthew Pickering2019-01-111-0/+1
* Visible kind applicationmynguyen2019-01-031-29/+79
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-182/+209
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-71/+118
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-141-3/+60
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-211-1/+1
* Fix redundant imports of ClassBen Gamari2018-08-211-1/+0
* Add a solveEqualities to tcClassDecl1Simon Peyton Jones2018-08-211-2/+2
* Rename SigTv to TyVarTv (#15480)Joachim Breitner2018-08-161-6/+6
* Remove decideKindGeneralisationPlanRichard Eisenberg2018-08-021-5/+5
* Remove HsEqTy and XEqTyRyan Scott2018-06-201-5/+0
* Fix API Annotations for GADT constructorsAlan Zimmerman2018-06-191-2/+2
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-4/+3
* Introduce DerivingViaRyan Scott2018-06-041-8/+23
* vectorise: Put it out of its miseryBen Gamari2018-06-021-11/+0
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-51/+103
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-131-20/+27
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-92/+102
* Remove HasSourceText and SourceTextX classesAlan Zimmerman2018-04-071-3/+3
* Fix scoped type variables in TH for several constructsHE, Tao2018-03-251-76/+121
* Allow PartialTypeSignatures in standalone deriving contextsRyan Scott2018-03-231-1/+1
* Fix #14888 by adding more special cases for ArrowTRyan Scott2018-03-051-0/+1
* Simplify HsPatSynDetailsSimon Peyton Jones2017-12-211-9/+9
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-071-64/+55
* Revert "trees that grow" workBen Gamari2017-11-211-102/+92
* TTG3 Combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-141-15/+18
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-111-26/+25