| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler: de-lhs deSugar/ | Austin Seipp | 2014-12-03 | 1 | -1197/+0 |
* | De-tabify and remove trailing whitespace | Simon Peyton Jones | 2014-09-26 | 1 | -223/+217 |
* | When desugaring Use the smart mkCoreConApps and friends | Simon Peyton Jones | 2014-08-07 | 1 | -2/+2 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 1 | -1/+2 |
* | Instead of tracking Origin in LHsBindsLR, track it in MatchGroup | Dr. ERDI Gergo | 2014-04-13 | 1 | -2/+2 |
* | Roleify TcCoercion | Joachim Breitner | 2013-11-27 | 1 | -1/+1 |
* | Add support for pattern splices. | Geoffrey Mainland | 2013-10-04 | 1 | -0/+1 |
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 1 | -1/+1 |
* | Rearrange the typechecking of arrows, especially arrow "forms" | Simon Peyton Jones | 2013-03-04 | 1 | -211/+275 |
* | Add OverloadedLists, allowing list syntax to be overloaded | Simon Peyton Jones | 2013-02-14 | 1 | -1/+1 |
* | Refactor HsExpr.MatchGroup | Simon Peyton Jones | 2013-01-04 | 1 | -8/+7 |
* | rename do_map_arrow as do_premap (no semantic change) | Ross Paterson | 2012-12-23 | 1 | -38/+38 |
* | This big patch re-factors the way in which arrow-syntax is handled | Simon Peyton Jones | 2012-10-03 | 1 | -57/+63 |
* | Tidy up a remaining glitch in unification | Simon Peyton Jones | 2012-05-01 | 1 | -2/+2 |
* | fix #5022: polymorphic definitions inside arrow rec | Ross Paterson | 2011-12-19 | 1 | -95/+143 |
* | Allow full constraint solving under a for-all (Trac #5595) | Simon Peyton Jones | 2011-12-05 | 1 | -0/+1 |
* | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 1 | -0/+7 |
* | Overhaul of infrastructure for profiling, coverage (HPC) and breakpoints | Simon Marlow | 2011-11-02 | 1 | -3/+2 |
* | Implement -XConstraintKind | Max Bolingbroke | 2011-09-06 | 1 | -1/+1 |
* | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics | Jose Pedro Magalhaes | 2011-05-04 | 1 | -7/+8 |
|\ |
|
| * | Simon's hacking on monad-comp; incomplete | Simon Peyton Jones | 2011-04-29 | 1 | -6/+7 |
| * | Preliminary monad-comprehension patch (Trac #4370) | Simon Peyton Jones | 2011-04-28 | 1 | -2/+2 |
* | | Remove HsNumTy and TypePati. | Jose Pedro Magalhaes | 2011-05-04 | 1 | -1/+0 |
|/ |
|
* | Tidy up rebindable syntax for MDo | simonpj@microsoft.com | 2010-12-22 | 1 | -2/+2 |
* | Remove the now-unused constructor VarPatOut | simonpj@microsoft.com | 2010-11-05 | 1 | -2/+0 |
* | Add rebindable syntax for if-then-else | simonpj@microsoft.com | 2010-10-22 | 1 | -9/+15 |
* | Move error-ids to MkCore (from PrelRules) | simonpj@microsoft.com | 2010-09-14 | 1 | -1/+0 |
* | Super-monster patch implementing the new typechecker -- at last | simonpj@microsoft.com | 2010-09-13 | 1 | -6/+15 |
* | minor fix to comment | Ross Paterson | 2010-08-22 | 1 | -1/+1 |
* | fix #3822: desugaring case command in arrow notation | Ross Paterson | 2010-06-15 | 1 | -17/+11 |
* | Fix Trac #3964: view patterns in DsArrows | simonpj@microsoft.com | 2010-04-09 | 1 | -1/+2 |
* | Refactor part of the renamer to fix Trac #3901 | simonpj@microsoft.com | 2010-03-04 | 1 | -22/+18 |
* | Minor refactoring | simonpj@microsoft.com | 2009-10-30 | 1 | -1/+1 |
* | Add 'rec' to stmts in a 'do', and deprecate 'mdo' | simonpj@microsoft.com | 2009-10-28 | 1 | -1/+3 |
* | Add tuple sections as a new feature | simonpj@microsoft.com | 2009-07-23 | 1 | -10/+5 |
* | Handle introduction of MkCore in DsArrows | Max Bolingbroke | 2008-07-31 | 1 | -0/+1 |
* | Split the Id related functions out from Var into Id, document Var and some of Id | Max Bolingbroke | 2008-07-31 | 1 | -0/+1 |
* | Make DsArrows warning-free | Ian Lynagh | 2008-05-04 | 1 | -25/+33 |
* | Monadify deSugar/DsArrows: use do, return, applicative, standard monad functions | Twan van Laarhoven | 2008-01-17 | 1 | -402/+344 |
* | Implement generalised list comprehensions | simonpj@microsoft.com | 2007-12-20 | 1 | -41/+41 |
* | View patterns, record wildcards, and record puns | Dan Licata | 2007-10-10 | 1 | -1/+1 |
* | Fix CodingStyle#Warnings URLs | Ian Lynagh | 2007-09-04 | 1 | -1/+1 |
* | Use OPTIONS rather than OPTIONS_GHC for pragmas | Ian Lynagh | 2007-09-03 | 1 | -2/+2 |
* | FIX for #1080 | Ross Paterson | 2007-09-03 | 1 | -2/+64 |
* | Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules | Ian Lynagh | 2007-09-01 | 1 | -0/+7 |
* | Remove mapAccumL, mapAccumR, mapAccumB | Ian Lynagh | 2007-07-02 | 1 | -0/+2 |
* | Breakpoints: get the names of the free variables right | Simon Marlow | 2007-04-24 | 1 | -2/+2 |
* | Adding arrows to the acceptable code for hpc | andy@galois.com | 2006-10-25 | 1 | -0/+6 |
* | Module header tidyup, phase 1 | Simon Marlow | 2006-10-11 | 1 | -30/+23 |
* | Global renamings in HsSyn | simonpj@microsoft.com | 2006-09-29 | 1 | -2/+2 |