| Commit message (Expand) | Author | Age | Files | Lines |
* | Preliminary monad-comprehension patch (Trac #4370) | Simon Peyton Jones | 2011-04-28 | 1 | -3/+3 |
* | Add unboxed tuple support to Template Haskell | Ian Lynagh | 2011-02-10 | 1 | -0/+14 |
* | Add rebindable syntax for if-then-else | simonpj@microsoft.com | 2010-10-22 | 1 | -2/+2 |
* | Template Haskell: add view patterns (Trac #2399) | Reiner Pope | 2010-10-10 | 1 | -0/+1 |
* | Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4 | Edward Z. Yang | 2010-09-19 | 1 | -0/+1 |
* | Implement TH reification of instances (Trac #1835) | simonpj@microsoft.com | 2010-09-15 | 1 | -1/+6 |
* | Implement INLINABLE pragma | simonpj@microsoft.com | 2010-09-15 | 1 | -1/+5 |
* | * Add StringPrimL as a constructor for Template Haskell (Trac #4168) | simonpj@microsoft.com | 2010-07-30 | 1 | -5/+6 |
* | Comments only | simonpj@microsoft.com | 2010-03-04 | 1 | -8/+15 |
* | Keep track of explicit kinding in HsTyVarBndr; plus fix Trac #3845 | simonpj@microsoft.com | 2010-02-10 | 1 | -1/+1 |
* | Improve the handling of default methods | simonpj@microsoft.com | 2010-01-06 | 1 | -1/+2 |
* | Substantial improvements to coercion optimisation | simonpj@microsoft.com | 2010-01-04 | 1 | -0/+1 |
* | The Big INLINE Patch: totally reorganise way that INLINE pragmas work | simonpj@microsoft.com | 2009-10-29 | 1 | -6/+8 |
* | Fix Trac #3600: Template Haskell bug in Convert | simonpj@microsoft.com | 2009-10-20 | 1 | -4/+10 |
* | Refactor, and improve error messages (cf Trac #3395) | simonpj@microsoft.com | 2009-08-11 | 1 | -154/+147 |
* | Remove GHC's haskell98 dependency | Ian Lynagh | 2009-07-24 | 1 | -1/+1 |
* | Rewrite the foreign import string parser using ReadP | Simon Marlow | 2009-07-23 | 1 | -64/+8 |
* | Add tuple sections as a new feature | simonpj@microsoft.com | 2009-07-23 | 1 | -1/+1 |
* | Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263 | Max Bolingbroke | 2009-07-01 | 1 | -3/+4 |
* | New syntax for GADT-style record declarations, and associated refactoring | simonpj@microsoft.com | 2009-07-02 | 1 | -20/+29 |
* | Fix #3319, and do various tidyups at the same time | Simon Marlow | 2009-06-26 | 1 | -14/+29 |
* | Template Haskell: improve lifting for strings | simonpj@microsoft.com | 2009-05-27 | 1 | -1/+19 |
* | fix typo: TH.ModName -> TH.PkgName | Simon Marlow | 2009-05-18 | 1 | -1/+1 |
* | Template Haskell: added bang patterns | Manuel M T Chakravarty | 2009-03-26 | 1 | -0/+1 |
* | Template Haskell: support for kind annotations | Manuel M T Chakravarty | 2009-03-26 | 1 | -31/+59 |
* | Template Haskell: support for INLINE and SPECIALISE pragmas | Manuel M T Chakravarty | 2009-03-24 | 1 | -7/+53 |
* | Template Haskell support for equality constraints | Manuel M T Chakravarty | 2009-03-19 | 1 | -7/+28 |
* | Template Haskell: support for type family declarations | Manuel M T Chakravarty | 2009-03-19 | 1 | -35/+125 |
* | When converting TH syntax to GHC syntax, need to put sections in parentheses | Ian Lynagh | 2009-01-21 | 1 | -2/+4 |
* | Fix Trac #2817 (TH syntax -> HsSyn conversion) | simonpj@microsoft.com | 2008-11-26 | 1 | -0/+2 |
* | Add (a) CoreM monad, (b) new Annotations feature | simonpj@microsoft.com | 2008-10-30 | 1 | -2/+17 |
* | Fix Trac #2674: in TH reject empty case expressions and function definitions | simonpj@microsoft.com | 2008-10-30 | 1 | -1/+8 |
* | Fix Trac #2597 (second bug): complain about an empty DoE block | simonpj@microsoft.com | 2008-09-20 | 1 | -2/+4 |
* | Follow OccName changes in Convert | Max Bolingbroke | 2008-07-31 | 1 | -4/+4 |
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 1 | -1/+1 |
* | Fix Trac #2358: 1-tuples in Template Haskell | simonpj@microsoft.com | 2008-06-14 | 1 | -7/+11 |
* | Add 123## literals for Word# | Ian Lynagh | 2008-04-23 | 1 | -0/+1 |
* | (F)SLIT -> (f)sLit in Convert | Ian Lynagh | 2008-04-12 | 1 | -11/+9 |
* | Fixed warnings in hsSyn/Convert, except for incomplete pattern matches | Twan van Laarhoven | 2008-02-04 | 1 | -16/+32 |
* | Add quasi-quotation, courtesy of Geoffrey Mainland | simonpj@microsoft.com | 2008-01-18 | 1 | -1/+8 |
* | Fix Trac #2017 | simonpj@microsoft.com | 2008-01-07 | 1 | -1/+1 |
* | View patterns, record wildcards, and record puns | Dan Licata | 2007-10-10 | 1 | -3/+3 |
* | 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 |
* | Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules | Ian Lynagh | 2007-09-01 | 1 | -0/+7 |
* | Unbreak the stage-2 compiler (record-type changes) | simonpj@microsoft.com | 2007-06-21 | 1 | -8/+13 |
* | Add several new record features | Lemmih | 2007-06-21 | 1 | -3/+3 |
* | Store a SrcSpan instead of a SrcLoc inside a Name | Simon Marlow | 2007-05-11 | 1 | -1/+1 |
* | Make records work properly with type families | simonpj@microsoft.com | 2007-05-02 | 1 | -1/+1 |
* | Make HsRecordBinds a data type instead of a synonym. | lennart@augustsson.net | 2007-02-04 | 1 | -2/+2 |