summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Better debug printingSimon Peyton Jones2014-06-121-4/+9
* supress warning of bang wildcard pattern-binding (i.e. let !_ = rhs). This fi...Guido Zayas2014-06-061-2/+3
* Report all possible results from related name spacesJoachim Breitner2014-06-061-5/+9
* Suggest Int when user writes intJoachim Breitner2014-06-061-0/+1
* Tweak commentsGabor Greif2014-06-051-4/+4
* Emit error in case of duplicate GRE; fixes #7241Yuras Shumovich2014-06-051-7/+14
* Fix egregious instantiation bug in matchOneConLike (fixing Trac #9023)Simon Peyton Jones2014-06-051-1/+1
* Do pretty-printing of TyThings via IfaceDecl (Trac #7730)Simon Peyton Jones2014-06-031-19/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-158-7/+14
* Second go at fixing #9061Simon Peyton Jones2014-05-061-22/+24
* Fix over-zealous unused-import warningSimon Peyton Jones2014-05-051-4/+20
* Take account of the AvailTC invariant when importingSimon Peyton Jones2014-04-181-32/+48
* Instead of tracking Origin in LHsBindsLR, track it in MatchGroupDr. ERDI Gergo2014-04-132-16/+15
* Small issue with signatures in a TH splice (fixes Trac #8932)Simon Peyton Jones2014-04-071-2/+10
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-251-1/+1
* Cleaned up Maybes.lhsBaldur Blöndal2014-02-131-1/+1
* Issue an error for pattern synonyms defined in a local scope (#8757)Dr. ERDI Gergo2014-02-092-1/+13
* Squash some spelling issuesGabor Greif2014-01-263-5/+5
* Implement pattern synonymsDr. ERDI Gergo2014-01-205-65/+165
* s/warn-type-holes/warn-typed-holes/gAustin Seipp2014-01-151-2/+2
* Turn -XTypeHoles into a (on by default) warningAustin Seipp2014-01-141-2/+2
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-092-12/+13
* Extend runRnSpliceHook to decls and patternsEdsko de Vries2014-01-081-11/+13
* Refactor the way shadowing in handled in GHCiSimon Peyton Jones2014-01-032-21/+21
* Improve error message when using qualified names in GHCiSimon Peyton Jones2014-01-031-34/+41
* Add hook for splicing in renamerEdsko de Vries2013-12-271-4/+11
* Fix #8607.Richard Eisenberg2013-12-262-4/+7
* Suggest TemplateHaskell after encountering a naked top-level expressionPatrick Palka2013-12-051-0/+1
* Comment onlyGabor Greif2013-11-271-1/+1
* Another raft of Template Haskell clean-upSimon Peyton Jones2013-11-254-210/+157
* 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-227-138/+189
* Tidy up the error messages we get from TH in stage1 (Trac #8312)Simon Peyton Jones2013-11-066-69/+19
* Fix checking of shadowed names (fixes Trac #8499)Simon Peyton Jones2013-11-051-13/+19
* Load all modules before reporting errors (#8322)Joachim Breitner2013-11-021-2/+2
* Fix Trac #8485.Richard Eisenberg2013-10-292-29/+45
* Fix Trac #8448Simon Peyton Jones2013-10-231-3/+11
* Reject negative type-level integers created via TH (#8412)Krzysztof Gogolewski2013-10-121-2/+7
* Remove tab.Geoffrey Mainland2013-10-041-1/+1
* Allow splices to add additional top-level declarations.Geoffrey Mainland2013-10-041-3/+12
* Add full support for declaration splices.Geoffrey Mainland2013-10-043-10/+55
* Add support for pattern splices.Geoffrey Mainland2013-10-043-5/+66
* Clean up error context when checking brackets/splices.Geoffrey Mainland2013-10-041-2/+6
* Track TH stage in the renamer.Geoffrey Mainland2013-10-043-104/+299
* 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-044-29/+50
* Move renamer splice functionality into a separate module.Geoffrey Mainland2013-10-044-117/+151
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-014-4/+4
* RnNames.lhs : Reuse existing function.Erik de Castro Lopo2013-09-281-10/+3