| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add separate functions for querying DynFlag and ExtensionFlag options | Ian Lynagh | 2010-09-18 | 1 | -4/+4 |
* | Separate the language flags from the other DynFlag's | Ian Lynagh | 2010-07-24 | 1 | -1/+1 |
* | Make tcg_dus behave more sanely; fixes a mkUsageInfo panic | simonpj@microsoft.com | 2010-05-06 | 1 | -4/+5 |
* | Add a HsExplicitFlag to SpliceDecl, to improve Trac #4042 | simonpj@microsoft.com | 2010-05-06 | 1 | -1/+1 |
* | Fix Trac #3943: incorrect unused-variable warning | simonpj@microsoft.com | 2010-04-12 | 1 | -1/+2 |
* | Add comment | simonpj@microsoft.com | 2010-03-09 | 1 | -0/+1 |
* | Refactor part of the renamer to fix Trac #3901 | simonpj@microsoft.com | 2010-03-04 | 1 | -157/+125 |
* | Several TH/quasiquote changes | simonpj@microsoft.com | 2010-02-10 | 1 | -12/+21 |
* | Fix Trac #3640, plus associated refactoring | simonpj@microsoft.com | 2009-11-05 | 1 | -10/+9 |
* | Add 'rec' to stmts in a 'do', and deprecate 'mdo' | simonpj@microsoft.com | 2009-10-28 | 1 | -95/+93 |
* | Improvements to record puns, wildcards | simonpj@microsoft.com | 2009-08-20 | 1 | -6/+27 |
* | Remove GHC's haskell98 dependency | Ian Lynagh | 2009-07-24 | 1 | -3/+1 |
* | Add tuple sections as a new feature | simonpj@microsoft.com | 2009-07-23 | 1 | -5/+17 |
* | Remove unused imports | Ian Lynagh | 2009-07-07 | 1 | -1/+0 |
* | Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263 | Max Bolingbroke | 2009-07-01 | 1 | -2/+2 |
* | Template Haskell: allow type splices | simonpj@microsoft.com | 2009-05-27 | 1 | -2/+2 |
* | Use return instead of returnM, and similar tidy-ups | simonpj@microsoft.com | 2009-04-09 | 1 | -52/+43 |
* | Make some showSDoc's use OneLineMode rather than PageMode | Ian Lynagh | 2009-03-31 | 1 | -1/+1 |
* | Fix Trac #2713: refactor and tidy up renaming of fixity decls | simonpj@microsoft.com | 2008-10-27 | 1 | -1/+1 |
* | Expunge ThFake, cure Trac #2632 | simonpj@microsoft.com | 2008-10-03 | 1 | -24/+9 |
* | Fix Trac #2490: sections should be parenthesised | simonpj@microsoft.com | 2008-08-12 | 1 | -15/+42 |
* | Refactoring: define TcRnMonad.failWith and use it in the renamer | simonpj@microsoft.com | 2008-08-12 | 1 | -7/+3 |
* | Fix Trac #2506: infix assert | simonpj@microsoft.com | 2008-08-11 | 1 | -26/+36 |
* | Fix the stage 1 build | Ian Lynagh | 2008-05-04 | 1 | -3/+1 |
* | Remove a hack from a time when ghc couldn't do seq | Ian Lynagh | 2008-05-03 | 1 | -6/+1 |
* | Make RnExpr warning-free | Ian Lynagh | 2008-05-03 | 1 | -58/+68 |
* | (F)SLIT -> (f)sLit in RnExpr | Ian Lynagh | 2008-04-12 | 1 | -13/+13 |
* | Fix Trac #2188: scoping in TH declarations quotes | simonpj@microsoft.com | 2008-04-04 | 1 | -5/+2 |
* | Fix Trac #2136: reporting of unused variables | simonpj@microsoft.com | 2008-04-03 | 1 | -16/+16 |
* | Fix Trac #2111: improve error handling for 'rec' in do-notation | simonpj@microsoft.com | 2008-02-26 | 1 | -57/+66 |
* | Convert more UniqFM's back to LazyUniqFM's | Ian Lynagh | 2008-02-07 | 1 | -1/+1 |
* | Use isEmptyUniqSet rather than isNullUFM | Ian Lynagh | 2008-02-05 | 1 | -3/+2 |
* | Fix the build | Ian Lynagh | 2008-01-24 | 1 | -0/+22 |