summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsArrows.hs
Commit message (Expand)AuthorAgeFilesLines
* Make `UniqDSet` a newtypeSebastian Graf2018-11-131-12/+11
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-1/+1
* vectorise: Put it out of its miseryBen Gamari2018-06-021-1/+0
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-17/+27
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-36/+44
* Revert "trees that grow" workBen Gamari2017-11-211-44/+36
* TTG3 Combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-141-14/+19
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-111-7/+10
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-15/+15
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-15/+15
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-15/+15
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Use field names for all uses of datacon MatchSimon Peyton Jones2017-07-311-5/+5
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-35/+36
* Fix #13233 by checking for lev-poly primopsRichard Eisenberg2017-05-021-2/+2
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-011-10/+11
* Update levity polymorphismRichard Eisenberg2017-01-191-24/+79
* Fix 'SPECIALISE instance'Simon Peyton Jones2016-12-211-2/+2
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-1/+1
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-0/+1
* Make Arrow desugaring deterministicBartosz Nitka2016-05-241-31/+32
* Remove some varSetElems in dsCmdStmtBartosz Nitka2016-05-111-3/+5
* Kill some unnecessary varSetElemsBartosz Nitka2016-04-151-1/+1
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-7/+6
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-2/+1
* Visible type applicationRichard Eisenberg2015-12-241-2/+2
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-11/+9
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-1/+1
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-3/+3
* APIAnnotations:add Locations in hsSyn for layoutAlan Zimmerman2015-11-131-8/+10
* ApplicativeDo transformationSimon Marlow2015-09-171-8/+3
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-1/+1
* Revert multiple commitsAustin Seipp2015-05-141-1/+1
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-1/+1
* Revert "API Annotations : add Locations in hsSyn were layout occurs"Austin Seipp2015-05-061-16/+14
* API Annotations : add Locations in hsSyn were layout occursAlan Zimmerman2015-05-061-14/+16
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-101-1/+0
* API Annotations tweaks.Alan Zimmerman2015-01-161-4/+5
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-061-2/+2
* compiler: de-lhs deSugar/Austin Seipp2014-12-031-0/+1177