summaryrefslogtreecommitdiff
path: root/compiler/deSugar/Desugar.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-211-1/+1
* Allow proper errors/warnings in core2core passesSimon Peyton Jones2015-08-051-0/+7
* Spit out a little more info with -dppr-debugSimon Peyton Jones2015-07-301-1/+2
* Improve warnings for rules that might not fireSimon Peyton Jones2015-07-271-29/+84
* Switch from recording IsBootInterface to recording full HscSource.Edward Z. Yang2015-07-221-1/+1
* Filter orphan rules based on imports, fixes #10294 and #10420.Edward Z. Yang2015-06-201-1/+2
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-2/+2
* Fix safe haskell bug: instances in safe-inferredDavid Terei2015-05-111-2/+2
* API Annotations tweaks.Alan Zimmerman2015-01-161-4/+4
* Support pattern synonyms in GHCi (fixes #9900)Dr. ERDI Gergo2014-12-281-2/+1
* Generalized Coverage pass to allow adding multiple types of TickishsPeter Wortmann2014-12-161-8/+1
* Source notes (Core support)Peter Wortmann2014-12-161-0/+1
* Make Core Lint check for locally-bound GlobalIdsSimon Peyton Jones2014-12-151-1/+2
* Implement -XStaticValuesFacundo Domínguez2014-12-091-2/+10
* compiler: de-lhs deSugar/Austin Seipp2014-12-031-0/+484