summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsUtils.hs
Commit message (Expand)AuthorAgeFilesLines
* Add HsEmbellished type to hsSynwip/embelleshed-rdrAlan Zimmerman2017-02-181-1/+1
* Join pointsLuke Maurer2017-02-011-0/+14
* Update levity polymorphismRichard Eisenberg2017-01-191-2/+2
* Ensure nested binders have Internal NamesSimon Peyton Jones2017-01-051-5/+6
* Fix desugaring of pattern bindings (again)Simon Peyton Jones2016-09-301-55/+81
* Fix and refactor strict pattern bindingsSimon Peyton Jones2016-02-261-122/+186
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-2/+2
* Fix desugaring of bang-pattern let-bindingsSimon Peyton Jones2016-02-181-26/+23
* Another batch of typo fixes in non-codeGabor Greif2016-02-111-1/+1
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-5/+5
* Expose enabled language extensions to THBen Gamari2015-12-151-2/+3
* Comment layout onlySimon Peyton Jones2015-12-151-5/+5
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-10/+12
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-2/+3
* Fix inconsistent pretty-printing of type familiesMichał Sośnicki2015-11-181-1/+1
* Implement the Strict language extensionAdam Sandberg Eriksson2015-11-141-21/+65
* Generate Typeable info at definition sitesBen Gamari2015-10-301-7/+7
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-7/+7
* Generate Typeable info at definition sitesBen Gamari2015-10-291-7/+7
* ApplicativeDo transformationSimon Marlow2015-09-171-9/+9
* Define DsUtils.mkCastDs and use itSimon Peyton Jones2015-07-301-4/+23
* Generalized Coverage pass to allow adding multiple types of TickishsPeter Wortmann2014-12-161-5/+4
* compiler: de-lhs deSugar/Austin Seipp2014-12-031-0/+826