summaryrefslogtreecommitdiff
path: root/compiler/rename/RnSplice.hs
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-8/+8
* Visible type applicationRichard Eisenberg2015-12-241-2/+2
* Expose enabled language extensions to THBen Gamari2015-12-151-2/+4
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-27/+6
* Remove deprecated quasiquoter syntax.Matthew Pickering2015-11-291-19/+0
* Implement new -XTemplateHaskellQuotes pragmaHerbert Valerio Riedel2015-11-291-4/+5
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-2/+3
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-161-27/+48
* Refactor self-boot infoSimon Peyton Jones2015-07-211-1/+1
* Support wild cards in TH splicesThomas Winant2015-07-201-0/+60
* Remove unnecessary loadInterface for TH quoted name.Edward Z. Yang2015-05-281-13/+2
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-3/+3
* Revert multiple commitsAustin Seipp2015-05-141-3/+3
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-3/+3
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-111-157/+151
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-091-151/+157
* RnSplice's staging test should be applied for quotes in stage1.Edward Z. Yang2015-05-091-11/+6
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-091-148/+147
* A bit of refactoring RnSpliceSimon Peyton Jones2015-05-071-6/+12
* Doc: checkCrossStageLifting, RnSplice/TcExpr is untyped/typed brackets (#10384)Edward Z. Yang2015-05-051-0/+3
* Refactor the extra-deps stuff for hs-bootSimon Peyton Jones2015-03-171-3/+1
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-101-157/+243
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-2/+2
* add -th-file which generates a th.hs fileGreg Weber2015-01-131-8/+55
* compiler: de-lhs rename/Austin Seipp2014-12-031-0/+563