summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsExpr.lhs
Commit message (Expand)AuthorAgeFilesLines
* Implemented MultiWayIf extension.Mikhail Vorozhtsov2012-07-161-0/+13
* Implemented \case expressions.Mikhail Vorozhtsov2012-07-161-0/+9
* Simplify the implementation of Implicit ParametersSimon Peyton Jones2012-06-131-3/+3
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-4/+5
* Merge remote-tracking branch 'origin/unboxed-tuple-arguments2'Paolo Capriotti2012-06-051-28/+3
|\
| * Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2Max Bolingbroke2012-05-151-28/+3
* | Remove a couple of old wrapper functionsIan Lynagh2012-05-291-4/+5
|/
* Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-01-241-5/+5
|\
| * Remove getDOptsDs; use getDynFlags insteadIan Lynagh2012-01-191-1/+1
| * Use nested tuples to desugar recursive do-notationSimon Peyton Jones2012-01-171-4/+4
* | Monadify dsEvTerm in preparation for generating Integer & String evidence.Iavor S. Diatchki2012-01-071-3/+5
|/
* Merge branch 'master' of ../HEADSimon Peyton Jones2011-12-051-19/+18
|\
| * Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-051-19/+18
* | More changes aimed at improving call stacks.Simon Marlow2011-12-021-2/+3
|/
* GHC is now independent of the DPH library structureManuel M T Chakravarty2011-11-101-3/+3
* Fix stage1 warningsIan Lynagh2011-11-051-2/+4
* Fix warnings in deSugar/DsExpr.lhsIan Lynagh2011-11-051-166/+167
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-6/+7
* Implement -XConstraintKindMax Bolingbroke2011-09-061-11/+11
* Major improvement to pattern bindingsSimon Peyton Jones2011-08-161-3/+3
* Separate the warning flags into their own datatypeIan Lynagh2011-07-141-3/+3
* Add equality superclassesSimon Peyton Jones2011-06-221-1/+17
* Merge master into the ghc-new-co branchSimon Peyton Jones2011-05-061-165/+52
|\
| * More on monad-comp; an intermediate state, so don't pullSimon Peyton Jones2011-05-021-2/+6
| * More hacking on monad-comp; now worksSimon Peyton Jones2011-05-021-15/+10
| * Simon's hacking on monad-comp; incompleteSimon Peyton Jones2011-04-291-162/+48
| * Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-281-9/+11
* | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-16/+16
|/
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-201-3/+3
* Tidy up rebindable syntax for MDosimonpj@microsoft.com2010-12-221-36/+32
* Add warning for probable identities (fromIntegral and friends)simonpj@microsoft.com2010-11-161-3/+37
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-221-2/+8
* Move error-ids to MkCore (from PrelRules)simonpj@microsoft.com2010-09-141-1/+0
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-62/+73
* Fix Trac #3813: unused variables in GHCi bindingssimonpj@microsoft.com2010-01-201-0/+3
* Comments onlysimonpj@microsoft.com2009-11-051-0/+4
* Comment onlysimonpj@microsoft.com2009-11-031-0/+1
* Minor refactoringsimonpj@microsoft.com2009-10-301-4/+2
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-2/+4
* A small refactoring in the code for desugaring explicit listssimonpj@microsoft.com2009-10-291-13/+23
* Drop unused importsimonpj@microsoft.com2009-10-281-1/+0
* Add 'rec' to stmts in a 'do', and deprecate 'mdo'simonpj@microsoft.com2009-10-281-18/+52
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-231-10/+20
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Make changes to -fwarn-unused-do-bind and -fwarn-wrong-do-bind suggested by SPJMax Bolingbroke2009-07-021-25/+28
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-23/+65
* Allow RULES for seq, and exploit themsimonpj@microsoft.com2009-06-031-4/+4
* mkErrorAppDs now takes an SDoc rather than a StringIan Lynagh2009-03-311-3/+3
* Add static flag -fsimple-list-literalssimonpj@microsoft.com2008-12-051-1/+19