summaryrefslogtreecommitdiff
path: root/compiler/rename/RnSplice.hs
Commit message (Expand)AuthorAgeFilesLines
* TTG3 Combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-141-29/+38
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-111-9/+9
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-8/+8
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-8/+8
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-8/+8
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-30/+33
* Split up RnEnv into 4 modules, RnUnbound, RnUtils and RnFixityMatthew Pickering2017-04-121-0/+2
* Spelling only [ci skip]Gabor Greif2017-02-231-1/+1
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-101-6/+0
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-22/+0
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-0/+22
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-22/+0
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-8/+8
* Make traceRn behave more like traceTcMatthew Pickering2016-10-261-13/+17
* RnExpr: Actually fail if patterns found in expressionBen Gamari2016-10-121-1/+4
* Don't ignore addTopDecls in module finalizers.Facundo Domínguez2016-09-051-0/+1
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-061-11/+124
* Add Note [Running splices in the Renamer]Owen Stephens2016-03-111-1/+43
* 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