summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsMeta.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix #11648.Richard Eisenberg2016-03-141-6/+13
* Refactor visible type application.Richard Eisenberg2016-03-141-2/+2
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-5/+5
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-1/+1
* Work SourceText in for all integer literalsAlan Zimmerman2016-01-161-6/+6
* Fix #11405.Richard Eisenberg2016-01-151-0/+1
* Fix Template Haskell's handling of infix GADT constructorsRyanGlScott2016-01-081-2/+4
* Change Template Haskell representation of GADTs.Jan Stolarek2016-01-061-17/+7
* Comments and white spaceSimon Peyton Jones2015-12-231-3/+3
* Refactor named wildcards (again)Simon Peyton Jones2015-12-221-7/+0
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-221-13/+22
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-211-203/+143
* Use Cxt for deriving clauses in TH (#10819)Ben Gamari2015-12-141-14/+14
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-48/+45
* Refactor ConDeclAlan Zimmerman2015-12-071-21/+77
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-72/+112
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-20/+20
* Refactor HsExpr.RecordCon, RecordUpdSimon Peyton Jones2015-11-181-2/+2
* Implement OverloadedLabelsAdam Gundry2015-11-171-0/+1
* APIAnnotations:add Locations in hsSyn for layoutAlan Zimmerman2015-11-131-16/+19
* Remove PatSynBuilderIdMatthew Pickering2015-11-071-1/+1
* Disambiguate record selectors by type signatureAdam Gundry2015-10-301-1/+5
* Record pattern synonymsMatthew Pickering2015-10-291-1/+1
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-161-5/+19
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-5/+20
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-1/+1
* Allow TH quoting of assoc type defaults.Richard Eisenberg2015-09-201-10/+19
* ApplicativeDo transformationSimon Marlow2015-09-171-1/+1
* Injective type familiesJan Stolarek2015-09-031-56/+124
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-271-6/+6
* Do not treat prim and javascript imports as C imports in TH and QQLuite Stegeman2015-07-201-3/+5
* Support wild cards in TH splicesThomas Winant2015-07-201-7/+28
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-171-0/+13
* Refactor wild card renamingThomas Winant2015-06-091-1/+6
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-5/+7
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-837/+3
* Revert multiple commitsAustin Seipp2015-05-141-3/+837
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-837/+3
* Revert "API Annotations : add Locations in hsSyn were layout occurs"Austin Seipp2015-05-061-19/+16
* API Annotations : add Locations in hsSyn were layout occursAlan Zimmerman2015-05-061-16/+19
* Permit empty closed type familiesAdam Gundry2015-05-041-6/+8
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-101-5/+10
* API Annotations tweaks.Alan Zimmerman2015-01-161-28/+33
* Improve HsBangSimon Peyton Jones2015-01-081-3/+3
* Fix dll-split problem with patch 'Make Core Lint check for locally-bound Glob...Simon Peyton Jones2014-12-151-9/+9
* Implement -XStaticValuesFacundo Domínguez2014-12-091-3/+6
* Implement Partial Type SignaturesThomas Winant2014-11-281-5/+5
* Capture original source for literalsAlan Zimmerman2014-11-211-20/+20
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-41/+59
* Make calling conventions in template haskell Syntax.hs consistent with those ...Luite Stegeman2014-11-191-24/+33