summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsExpr.hs
Commit message (Expand)AuthorAgeFilesLines
* Put stable pointer names in the name cache.Edward Z. Yang2015-09-201-2/+2
* ApplicativeDo transformationSimon Marlow2015-09-171-4/+37
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-1/+1
* Treat out-of-scope variables as holesSimon Peyton Jones2015-06-261-1/+1
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-1/+1
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-3/+2
* Revert multiple commitsAustin Seipp2015-05-141-2/+3
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-3/+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-061-15/+13
* API Annotations : add Locations in hsSyn were layout occursAlan Zimmerman2015-05-061-13/+15
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-101-2/+1
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-4/+4
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-281-2/+2
* API Annotations tweaks.Alan Zimmerman2015-01-161-8/+19
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-161-2/+2
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-061-1/+1
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+109
* compiler: de-lhs deSugar/Austin Seipp2014-12-031-0/+859