| Commit message (Expand) | Author | Age | Files | Lines |
* | Give language pragma suggestions without -X | Joachim Breitner | 2013-09-14 | 1 | -6/+6 |
* | Fix #7918 | Edsko de Vries | 2013-09-03 | 1 | -2/+4 |
* | Tidy up the segmentation of mdo expressions | Simon Peyton Jones | 2013-06-24 | 1 | -72/+93 |
* | Untabify | Geoffrey Mainland | 2013-06-03 | 1 | -388/+381 |
* | Rearrange the typechecking of arrows, especially arrow "forms" | Simon Peyton Jones | 2013-03-04 | 1 | -1/+3 |
* | Add OverloadedLists, allowing list syntax to be overloaded | Simon Peyton Jones | 2013-02-14 | 1 | -14/+31 |
* | typos | Gabor Greif | 2013-01-30 | 1 | -1/+1 |
* | Add support for *named* holes; an extension of -XTypeHoles | Simon Peyton Jones | 2013-01-30 | 1 | -7/+13 |
* | Refactor HsExpr.MatchGroup | Simon Peyton Jones | 2013-01-04 | 1 | -1/+1 |
* | Rename remaining FastBytes usages to ByteString | Ian Lynagh | 2012-12-14 | 1 | -1/+1 |
* | Refactoring: Make a HasModule class for getModule | Ian Lynagh | 2012-11-02 | 1 | -0/+1 |
* | Some alpha renaming | Ian Lynagh | 2012-10-16 | 1 | -1/+1 |
* | This big patch re-factors the way in which arrow-syntax is handled | Simon Peyton Jones | 2012-10-03 | 1 | -202/+204 |
* | Add type "holes", enabled by -XTypeHoles, Trac #5910 | Simon Peyton Jones | 2012-09-17 | 1 | -2/+9 |
* | Some comments and false starts to do with ArrForm | Simon Peyton Jones | 2012-09-03 | 1 | -0/+5 |
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-07-19 | 1 | -1/+9 |
|\ |
|
| * | Implemented MultiWayIf extension. | Mikhail Vorozhtsov | 2012-07-16 | 1 | -1/+5 |
| * | Implemented \case expressions. | Mikhail Vorozhtsov | 2012-07-16 | 1 | -0/+4 |
* | | Small refactoring for FastZStrings | Ian Lynagh | 2012-07-15 | 1 | -2/+1 |
* | | HsStringPrim now contains FastBytes, not FastString | Ian Lynagh | 2012-07-14 | 1 | -1/+2 |
|/ |
|
* | Simplify the implementation of Implicit Parameters | Simon Peyton Jones | 2012-06-13 | 1 | -2/+1 |
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-06-13 | 1 | -9/+16 |
|\ |
|
| * | Revive 'mdo' expressions, per discussion in Trac #4148 | Simon Peyton Jones | 2012-06-12 | 1 | -9/+16 |
* | | Pass DynFlags down to showSDocOneLine | Ian Lynagh | 2012-06-11 | 1 | -5/+7 |
|/ |
|
* | Change how macros like ASSERT are defined | Ian Lynagh | 2012-06-05 | 1 | -1/+1 |
* | Tidy up a remaining glitch in unification | Simon Peyton Jones | 2012-05-01 | 1 | -15/+14 |
* | Hurrah! This major commit adds support for scoped kind variables, | Simon Peyton Jones | 2012-03-02 | 1 | -5/+4 |
* | Remove getDOpts; use getDynFlags instead | Ian Lynagh | 2012-01-19 | 1 | -1/+1 |
* | Removing the default grouping clause from the SQL-like comprehension notation ; | George Giorgidze | 2011-11-17 | 1 | -5/+2 |
* | Add dependencies on all .hs-boot TyCons in rnTyClDecls | Jose Pedro Magalhaes | 2011-11-16 | 1 | -1/+3 |
* | New kind-polymorphic core | Jose Pedro Magalhaes | 2011-11-11 | 1 | -13/+12 |
* | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 1 | -0/+7 |
* | Change error message slightly | Simon Peyton Jones | 2011-10-04 | 1 | -1/+1 |
* | Implement -XConstraintKind | Max Bolingbroke | 2011-09-06 | 1 | -3/+3 |
* | Fix renaming of guards | Simon Peyton Jones | 2011-05-09 | 1 | -0/+2 |
* | Do-notation in an arrow context is not rebindable | Simon Peyton Jones | 2011-05-04 | 1 | -3/+18 |
* | Final batch of monad-comprehension stuff | Simon Peyton Jones | 2011-05-04 | 1 | -62/+91 |
* | More hacking on monad-compmonad-comp | Simon Peyton Jones | 2011-05-03 | 1 | -66/+28 |
* | More on monad-comp; an intermediate state, so don't pull | Simon Peyton Jones | 2011-05-02 | 1 | -47/+49 |
* | More hacking on monad-comp; now works | Simon Peyton Jones | 2011-05-02 | 1 | -125/+100 |
* | Simon's hacking on monad-comp; incomplete | Simon Peyton Jones | 2011-04-29 | 1 | -44/+162 |
* | Preliminary monad-comprehension patch (Trac #4370) | Simon Peyton Jones | 2011-04-28 | 1 | -38/+85 |
* | Fix Trac #5038 (missing free variable in ifThenElse rebindable syntax) | simonpj | 2011-04-19 | 1 | -7/+4 |
* | Ignore names introduced "implicitly" in unused-variable warnings (Fix #4404)wip/T4404 | Max Bolingbroke | 2011-04-02 | 1 | -1/+3 |
* | Produce an error message, not a crash, for HsOpApp with non-var operator | simonpj@microsoft.com | 2011-01-12 | 1 | -2/+6 |
* | Tidy up rebindable syntax for MDo | simonpj@microsoft.com | 2010-12-22 | 1 | -39/+15 |
* | Fix Trac #4534: renamer bug | simonpj@microsoft.com | 2010-12-10 | 1 | -1/+3 |
* | Add rebindable syntax for if-then-else | simonpj@microsoft.com | 2010-10-22 | 1 | -8/+12 |
* | Implement auto-specialisation of imported Ids | simonpj@microsoft.com | 2010-10-07 | 1 | -3/+3 |
* | Remove use of lambda with a refutable pattern | simonpj@microsoft.com | 2010-09-23 | 1 | -1/+2 |