summaryrefslogtreecommitdiff
path: root/compiler/rename/RnSplice.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-25/+26
* Remove dead codeKrzysztof Gogolewski2019-06-151-6/+3
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-6/+6
* Run typed splices in the zonkerMatthew Pickering2019-01-111-2/+10
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-13/+18
* Make TcRnMonad independent of TcSplice (#14391)Krzysztof Gogolewski2018-10-041-4/+11
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-2/+4
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-46/+55
* Revert "trees that grow" workBen Gamari2017-11-211-55/+46
* 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