summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsExpr.lhs
Commit message (Expand)AuthorAgeFilesLines
* Haddockify documentation in HsBinds and HsExprDan Frumin2013-08-301-24/+36
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-03-041-2/+2
|\
| * Fix missing backticks and parentheses in error messages; fixes #7734Ian Lynagh2013-03-031-2/+2
* | Rearrange the typechecking of arrows, especially arrow "forms"Simon Peyton Jones2013-03-041-3/+10
|/
* Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-141-5/+7
* Add support for *named* holes; an extension of -XTypeHolesSimon Peyton Jones2013-01-301-5/+6
* Refactor HsExpr.MatchGroupSimon Peyton Jones2013-01-041-15/+13
* Whitespace only in hsSyn/HsExpr.lhsIan Lynagh2012-10-211-105/+98
* Improve pretty-printing for holesSimon Peyton Jones2012-10-041-0/+2
* This big patch re-factors the way in which arrow-syntax is handledSimon Peyton Jones2012-10-031-157/+276
* Add type "holes", enabled by -XTypeHoles, Trac #5910Simon Peyton Jones2012-09-171-0/+3
* Convert prefix uses of (<>) to infix <>Ian Lynagh2012-08-051-1/+1
* Improve pretty printing for 'rec' Stmts, using pprDeeperSimon Peyton Jones2012-07-161-2/+2
* Implemented MultiWayIf extension.Mikhail Vorozhtsov2012-07-161-0/+12
* Implemented \case expressions.Mikhail Vorozhtsov2012-07-161-0/+6
* Simplify the implementation of Implicit ParametersSimon Peyton Jones2012-06-131-1/+1
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-1/+1
* Wibble to pretty printingSimon Peyton Jones2012-05-011-3/+1
* Tidy up a remaining glitch in unificationSimon Peyton Jones2012-05-011-11/+22
* Mainly tidying up pretty printing of typesSimon Peyton Jones2012-02-161-8/+3
* fix #5022: polymorphic definitions inside arrow recRoss Paterson2011-12-191-4/+5
* Tidy up pretty-printing for variablesSimon Peyton Jones2011-12-191-5/+5
* Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-051-0/+1
* Removing the default grouping clause from the SQL-like comprehension notation ;George Giorgidze2011-11-171-15/+4
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-6/+4
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-9/+5
* Implement -XConstraintKindMax Bolingbroke2011-09-061-1/+1
* Replace use of 'asTypeOf' by type signaturesSimon Peyton Jones2011-08-031-14/+9
* Fix comments and documentation on monad comprehensionsSimon Peyton Jones2011-07-271-4/+4
* A bit of refactoring on handling HsPar and friendsSimon Peyton Jones2011-07-271-26/+51
* Improve pretty printing of infix HsOpApp (fixes #5318)Simon Peyton Jones2011-07-151-1/+1
* Comments and layoutSimon Peyton Jones2011-06-221-1/+0
* Fix renaming of guardsSimon Peyton Jones2011-05-091-4/+6
* Final batch of monad-comprehension stuffSimon Peyton Jones2011-05-041-21/+20
* More hacking on monad-compmonad-compSimon Peyton Jones2011-05-031-56/+38
* More on monad-comp; an intermediate state, so don't pullSimon Peyton Jones2011-05-021-6/+12
* More hacking on monad-comp; now worksSimon Peyton Jones2011-05-021-63/+89
* Simon's hacking on monad-comp; incompleteSimon Peyton Jones2011-04-291-30/+44
* Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-281-18/+95
* Refine incomplete-pattern checks (Trac #4905)simonpj@microsoft.com2011-01-271-3/+6
* Comments onlysimonpj@microsoft.com2011-01-251-1/+2
* Tidy up rebindable syntax for MDosimonpj@microsoft.com2010-12-221-12/+7
* Fix Trac #4534: renamer bugsimonpj@microsoft.com2010-12-101-7/+10
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-221-8/+19
* Improve HsSyn pretty printingsimonpj@microsoft.com2010-09-151-4/+4
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-15/+24
* Fix printing of splices; part of #4124Ian Lynagh2010-06-131-2/+10
* Add Data and Typeable instances to HsSynDavid Waern2010-03-301-2/+18
* Comments onlysimonpj@microsoft.com2010-03-041-6/+23