summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Fix #9066.Richard Eisenberg2014-11-121-21/+36
* Move expansion of 'assert' from renamer to typecheckerSimon Peyton Jones2014-11-061-37/+1
* A little refactoring of HsSplice and friendsSimon Peyton Jones2014-11-041-26/+27
* Tweak the error message for pattern synonym methods,Dr. ERDI Gergo2014-11-021-1/+1
* Bring unbound tyvars into scope during reifyInstances.Richard Eisenberg2014-11-011-0/+7
* rnMethodBind: reject pattern synonyms in instance definitions (fixes #9705)Dr. ERDI Gergo2014-11-011-0/+10
* remove old .NET related codeYuras Shumovich2014-10-311-4/+0
* Implementation of hsig (module signatures), per #9252Edward Z. Yang2014-10-243-89/+190
* Fix comment typos: lll -> ll, THe -> TheJan Stolarek2014-10-141-1/+1
* Complain about illegal type literals in renamer, not parserSimon Peyton Jones2014-09-261-2/+1
* Remove a few redundant `-fno-warn-tabs`sHerbert Valerio Riedel2014-09-251-6/+0
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-22/+22
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-212-0/+5
* Add -fwarn-context-quantification (#4426)Krzysztof Gogolewski2014-09-182-5/+57
* Make Applicative a superclass of MonadAustin Seipp2014-09-093-12/+12
* PostTcType replaced with TypeAnnotAlan Zimmerman2014-09-067-255/+282
* Typos in commentsGabor Greif2014-08-291-1/+1
* Two buglets in record wild-cards (Trac #9436 and #9437)Simon Peyton Jones2014-08-252-10/+25
* Add note about renaming of pattern synonym wrappersDr. ERDI Gergo2014-07-291-0/+27
* Refactor PatSynBind so that we can pass around PSBs instead of several argumentsDr. ERDI Gergo2014-07-291-22/+32
* When computing minimal recursive sets of bindings, don't include references i...Dr. ERDI Gergo2014-07-291-1/+1
* Add renamer support for explicitly-bidirectional pattern synonymsDr. ERDI Gergo2014-07-291-5/+9
* Refactor FFI error messagesSimon Peyton Jones2014-07-251-36/+36
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-212-14/+14
* Entirely re-jig the handling of default type-family instances (fixes Trac #9063)Simon Peyton Jones2014-07-151-15/+30
* Remove unused parameter in rnHsTyVarJan Stolarek2014-07-111-10/+9
* Replace thenM/thenM_ with do-notation in RnExprJan Stolarek2014-07-011-126/+104
* Overlapable pragmas for individual instances (#9242)Iavor S. Diatchki2014-06-291-2/+5
* 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