summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsMeta.hs
Commit message (Expand)AuthorAgeFilesLines
* Do dependency analysis when kind-checking type declarationssimonpj@microsoft.com2011-01-101-1/+1
* White space onlysimonpj@microsoft.com2010-12-101-1/+1
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-221-2/+2
* Template Haskell: add view patterns (Trac #2399)Reiner Pope2010-10-101-3/+9
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-2/+6
* Implement INLINABLE pragma simonpj@microsoft.com2010-09-151-6/+8
* Put liftStringName into the known-key namessimonpj@microsoft.com2010-09-061-2/+3
* Refactoring of hsXxxBinderssimonpj@microsoft.com2010-05-061-11/+1
* Fix Trac #3920: Template Haskell kindssimonpj@microsoft.com2010-03-171-1/+1
* Refactor part of the renamer to fix Trac #3901simonpj@microsoft.com2010-03-041-6/+6
* Keep track of explicit kinding in HsTyVarBndr; plus fix Trac #3845simonpj@microsoft.com2010-02-101-6/+7
* Several TH/quasiquote changessimonpj@microsoft.com2010-02-101-32/+45
* Fix Trac #3813: unused variables in GHCi bindingssimonpj@microsoft.com2010-01-201-7/+13
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-041-2/+2
* Fix Trac #3626: TH should reject unboxed tuplessimonpj@microsoft.com2009-10-301-1/+3
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-16/+19
* Three improvements to Template Haskell (fixes #3467)simonpj@microsoft.com2009-09-101-44/+54
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-231-2/+4
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-8/+0
* New syntax for GADT-style record declarations, and associated refactoringsimonpj@microsoft.com2009-07-021-4/+4
* Fix #3319, and do various tidyups at the same timeSimon Marlow2009-06-261-2/+1
* Add missing StgPrimCallOp case in repCCallConvDuncan Coutts2009-06-111-1/+1
* Template Haskell: improve lifting for stringssimonpj@microsoft.com2009-05-271-6/+11
* Template Haskell: added bang patternsManuel M T Chakravarty2009-03-261-3/+9
* Template Haskell: support for kind annotationsManuel M T Chakravarty2009-03-261-51/+141
* Template Haskell: support for INLINE and SPECIALISE pragmasManuel M T Chakravarty2009-03-241-16/+115
* Template Haskell support for equality constraintsManuel M T Chakravarty2009-03-191-20/+57
* Template Haskell: support for type family declarationsManuel M T Chakravarty2009-03-191-79/+207
* Rollback INLINE patchesSimon Marlow2008-12-161-3/+4
* Completely new treatment of INLINE pragmas (big patch)simonpj@microsoft.com2008-12-051-4/+3
* Add ASSERTs to all calls of nameModulesimonpj@microsoft.com2008-10-031-1/+3
* Remove redundant fromIntegral callsMax Bolingbroke2008-08-071-2/+2
* Handle introduction of MkCore in DsMetaMax Bolingbroke2008-07-311-0/+1
* FIX validate: Fix warnings in new literal codeRoman Leshchinskiy2008-05-071-0/+1
* Add a comment about why DsMeta needs the warning kludgeIan Lynagh2008-05-061-0/+1
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-061-4/+7
* Make DsMeta almost warning-freeIan Lynagh2008-05-041-43/+125
* Add 123## literals for Word#Ian Lynagh2008-04-231-4/+8
* (F)SLIT -> (f)sLit in DsMetaIan Lynagh2008-04-121-131/+129
* Add quasi-quotation, courtesy of Geoffrey Mainlandsimonpj@microsoft.com2008-01-181-3/+17
* Complain sensibly if you try to use scoped type variables in Template Haskellsimonpj@microsoft.com2008-01-161-1/+13
* View patterns, record wildcards, and record punsDan Licata2007-10-101-6/+6
* 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/+6
* Unbreak the stage-2 compiler (record-type changes)simonpj@microsoft.com2007-06-211-8/+9
* Add several new record featuresLemmih2007-06-211-8/+8
* Make records work properly with type familiessimonpj@microsoft.com2007-05-021-1/+1
* remove unused importsSimon Marlow2007-04-241-3/+0