summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsExpr.hs
Commit message (Expand)AuthorAgeFilesLines
* Visible type applicationRichard Eisenberg2015-12-241-2/+6
* Comments and white spaceSimon Peyton Jones2015-12-231-1/+1
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-22/+23
* Major Overhaul of Pattern Match Checking (Fixes #595)George Karachalias2015-12-031-9/+9
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-1/+1
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-2/+3
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-211-1/+1
* Refactor HsExpr.RecordCon, RecordUpdSimon Peyton Jones2015-11-181-18/+22
* Implement OverloadedLabelsAdam Gundry2015-11-171-0/+1
* Implement the Strict language extensionAdam Sandberg Eriksson2015-11-141-21/+24
* APIAnnotations:add Locations in hsSyn for layoutAlan Zimmerman2015-11-131-15/+18
* Remove fun_infix from Funbind, as it is now in MatchAlan Zimmerman2015-11-111-2/+2
* Remove PatSynBuilderIdMatthew Pickering2015-11-071-3/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-301-7/+7
* Disambiguate record selectors by type signatureAdam Gundry2015-10-301-1/+1
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-7/+7
* Generate Typeable info at definition sitesBen Gamari2015-10-291-7/+7
* Record pattern synonymsMatthew Pickering2015-10-291-26/+53
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-13/+13
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-2/+2
* 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