summaryrefslogtreecommitdiff
path: root/compiler/rename/RnSplice.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs rename/Austin Seipp2014-12-031-574/+0
* compiler: add new modules pulling in FunFlagsSergei Trofimovich2014-11-271-1/+1
* Fix #1476 by making splice patterns work.Richard Eisenberg2014-11-211-7/+31
* A little refactoring of HsSplice and friendsSimon Peyton Jones2014-11-041-26/+27
* Bring unbound tyvars into scope during reifyInstances.Richard Eisenberg2014-11-011-0/+7
* PostTcType replaced with TypeAnnotAlan Zimmerman2014-09-061-2/+5
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Extend runRnSpliceHook to decls and patternsEdsko de Vries2014-01-081-11/+13
* Add hook for splicing in renamerEdsko de Vries2013-12-271-4/+11
* Comment onlyGabor Greif2013-11-271-1/+1
* Another raft of Template Haskell clean-upSimon Peyton Jones2013-11-251-202/+152
* Wibble to RnSplice (really belongs with b7f35733)Simon Peyton Jones2013-11-221-2/+2
* A raft of changes driven by Trac #8540Simon Peyton Jones2013-11-221-54/+107
* Tidy up the error messages we get from TH in stage1 (Trac #8312)Simon Peyton Jones2013-11-061-36/+17
* Add full support for declaration splices.Geoffrey Mainland2013-10-041-9/+47
* Add support for pattern splices.Geoffrey Mainland2013-10-041-3/+53
* Clean up error context when checking brackets/splices.Geoffrey Mainland2013-10-041-2/+6
* Track TH stage in the renamer.Geoffrey Mainland2013-10-041-101/+280
* Check the staging restriction in the renamer.Geoffrey Mainland2013-10-041-25/+133
* Differentiate typed and untyped splices and brackets in the abstract syntax.Geoffrey Mainland2013-10-041-2/+5
* Consolidate TH renaming.Geoffrey Mainland2013-10-041-11/+41
* Move renamer splice functionality into a separate module.Geoffrey Mainland2013-10-041-0/+132