summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/Convert.lhs
Commit message (Expand)AuthorAgeFilesLines
* Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-281-3/+3
* Add unboxed tuple support to Template HaskellIan Lynagh2011-02-101-0/+14
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-221-2/+2
* Template Haskell: add view patterns (Trac #2399)Reiner Pope2010-10-101-0/+1
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-0/+1
* Implement TH reification of instances (Trac #1835)simonpj@microsoft.com2010-09-151-1/+6
* Implement INLINABLE pragma simonpj@microsoft.com2010-09-151-1/+5
* * Add StringPrimL as a constructor for Template Haskell (Trac #4168)simonpj@microsoft.com2010-07-301-5/+6
* Comments onlysimonpj@microsoft.com2010-03-041-8/+15
* Keep track of explicit kinding in HsTyVarBndr; plus fix Trac #3845simonpj@microsoft.com2010-02-101-1/+1
* Improve the handling of default methodssimonpj@microsoft.com2010-01-061-1/+2
* Substantial improvements to coercion optimisationsimonpj@microsoft.com2010-01-041-0/+1
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-6/+8
* Fix Trac #3600: Template Haskell bug in Convertsimonpj@microsoft.com2009-10-201-4/+10
* Refactor, and improve error messages (cf Trac #3395)simonpj@microsoft.com2009-08-111-154/+147
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* Rewrite the foreign import string parser using ReadPSimon Marlow2009-07-231-64/+8
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-231-1/+1
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-3/+4
* New syntax for GADT-style record declarations, and associated refactoringsimonpj@microsoft.com2009-07-021-20/+29
* Fix #3319, and do various tidyups at the same timeSimon Marlow2009-06-261-14/+29
* Template Haskell: improve lifting for stringssimonpj@microsoft.com2009-05-271-1/+19
* fix typo: TH.ModName -> TH.PkgNameSimon Marlow2009-05-181-1/+1
* Template Haskell: added bang patternsManuel M T Chakravarty2009-03-261-0/+1
* Template Haskell: support for kind annotationsManuel M T Chakravarty2009-03-261-31/+59
* Template Haskell: support for INLINE and SPECIALISE pragmasManuel M T Chakravarty2009-03-241-7/+53
* Template Haskell support for equality constraintsManuel M T Chakravarty2009-03-191-7/+28
* Template Haskell: support for type family declarationsManuel M T Chakravarty2009-03-191-35/+125
* When converting TH syntax to GHC syntax, need to put sections in parenthesesIan Lynagh2009-01-211-2/+4
* Fix Trac #2817 (TH syntax -> HsSyn conversion)simonpj@microsoft.com2008-11-261-0/+2
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-2/+17
* Fix Trac #2674: in TH reject empty case expressions and function definitionssimonpj@microsoft.com2008-10-301-1/+8
* Fix Trac #2597 (second bug): complain about an empty DoE blocksimonpj@microsoft.com2008-09-201-2/+4
* Follow OccName changes in ConvertMax Bolingbroke2008-07-311-4/+4
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
* Fix Trac #2358: 1-tuples in Template Haskellsimonpj@microsoft.com2008-06-141-7/+11
* Add 123## literals for Word#Ian Lynagh2008-04-231-0/+1
* (F)SLIT -> (f)sLit in ConvertIan Lynagh2008-04-121-11/+9
* Fixed warnings in hsSyn/Convert, except for incomplete pattern matchesTwan van Laarhoven2008-02-041-16/+32
* Add quasi-quotation, courtesy of Geoffrey Mainlandsimonpj@microsoft.com2008-01-181-1/+8
* Fix Trac #2017simonpj@microsoft.com2008-01-071-1/+1
* View patterns, record wildcards, and record punsDan Licata2007-10-101-3/+3
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Unbreak the stage-2 compiler (record-type changes)simonpj@microsoft.com2007-06-211-8/+13
* Add several new record featuresLemmih2007-06-211-3/+3
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-111-1/+1
* Make records work properly with type familiessimonpj@microsoft.com2007-05-021-1/+1
* Make HsRecordBinds a data type instead of a synonym.lennart@augustsson.net2007-02-041-2/+2