summaryrefslogtreecommitdiff
path: root/compiler/deSugar
Commit message (Expand)AuthorAgeFilesLines
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-1/+1
* Spit out a little more info with -dppr-debugSimon Peyton Jones2015-07-301-1/+2
* Define DsUtils.mkCastDs and use itSimon Peyton Jones2015-07-303-12/+31
* Improve warnings for rules that might not fireSimon Peyton Jones2015-07-271-29/+84
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-271-6/+6
* Switch from recording IsBootInterface to recording full HscSource.Edward Z. Yang2015-07-221-1/+1
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-1/+1
* Do not treat prim and javascript imports as C imports in TH and QQLuite Stegeman2015-07-201-3/+5
* Support wild cards in TH splicesThomas Winant2015-07-201-7/+28
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-171-0/+13
* Deferred type errors now throw TypeError (#10284)David Kraeutmann2015-07-071-1/+1
* Treat out-of-scope variables as holesSimon Peyton Jones2015-06-262-12/+10
* Change `Typeable` instance for type-lis to use the Known* classes.Iavor S. Diatchki2015-06-211-9/+16
* Filter orphan rules based on imports, fixes #10294 and #10420.Edward Z. Yang2015-06-202-2/+4
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-1/+1
* Refactor wild card renamingThomas Winant2015-06-091-1/+6
* Refactor RdrName.Provenance, to fix #7672Simon Peyton Jones2015-06-031-1/+1
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-015-14/+22
* Reduce magic for seqIdSimon Peyton Jones2015-05-221-6/+0
* Refactor tuple constraintsSimon Peyton Jones2015-05-187-869/+15
* Revert multiple commitsAustin Seipp2015-05-147-15/+869
* Refactor tuple constraintsSimon Peyton Jones2015-05-137-869/+15
* Fix safe haskell bug: instances in safe-inferredDavid Terei2015-05-111-2/+2
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-111-8/+0
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-091-0/+8
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-091-8/+0
* Revert "API Annotations : add Locations in hsSyn were layout occurs"Austin Seipp2015-05-067-85/+78
* API Annotations : add Locations in hsSyn were layout occursAlan Zimmerman2015-05-067-78/+85
* Permit empty closed type familiesAdam Gundry2015-05-041-6/+8
* Refactor TyCon to eliminate TupleTyConSimon Peyton Jones2015-05-011-1/+2
* Fix superclass generation in an instanceSimon Peyton Jones2015-04-221-3/+4
* Fixes (hopefully!) T9858Iavor S. Diatchki2015-04-161-1/+5
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* Make the evidence in a CtGiven into an EvIdSimon Peyton Jones2015-04-091-10/+4
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-1/+1
* Do not quantify over the function itself in a RULESimon Peyton Jones2015-04-071-17/+26
* Remove unused parameter to `EvTypeableTyCon`Iavor S. Diatchki2015-03-191-4/+3
* Custom `Typeable` solver, that keeps track of kinds.Iavor S. Diatchki2015-03-071-1/+127
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-104-10/+11
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-093-7/+7
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-281-2/+2
* Expose source locations via Implicit Parameters of type GHC.Location.LocationEric Seidel2015-01-191-4/+60
* API Annotations tweaks.Alan Zimmerman2015-01-169-66/+86
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-161-2/+2
* Refactor handling of SPECIALISE pragmas (Trac #5821)Simon Peyton Jones2015-01-141-39/+3
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-131-0/+23
* Improve HsBangSimon Peyton Jones2015-01-081-3/+3
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-1/+1
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-063-13/+20
* Support pattern synonyms in GHCi (fixes #9900)Dr. ERDI Gergo2014-12-281-2/+1