summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/Convert.lhs
Commit message (Expand)AuthorAgeFilesLines
* Hurrah! This major commit adds support for scoped kind variables,Simon Peyton Jones2012-03-021-6/+10
* Remove support for CTYPE pragmas on type synonymsIan Lynagh2012-02-221-2/+2
* Implement the CTYPE pragma; part of the CApiFFI extensionIan Lynagh2012-02-161-6/+10
* Refactor HsDecls again, to put family instances in InstDeclSimon Peyton Jones2012-02-061-9/+11
* Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-121-10/+10
* Changes to the kind checkerJose Pedro Magalhaes2011-11-161-1/+1
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-7/+15
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-1/+2
* Handle newtypes and type functions correctly in FFI types; fixes #3008Ian Lynagh2011-10-011-2/+2
* Fix parenthesisation in conversion from TH.Exp to HsExpr.HsExprSimon Peyton Jones2011-09-291-1/+5
* Merge branch 'no-pred-ty'Max Bolingbroke2011-09-091-30/+18
|\
| * Implement -XConstraintKindMax Bolingbroke2011-09-061-30/+18
* | Implement associated type defaultsMax Bolingbroke2011-09-091-1/+1
|/
* Make Convert.thRdrName give a decent source locations (fixes Trac #5434)Simon Peyton Jones2011-09-021-8/+18
* Fix Trac #5404: looking up signature binders in RnEnvSimon Peyton Jones2011-08-151-11/+2
* Another run at binders in Template Haskell (fixes Trac #5379)Simon Peyton Jones2011-08-051-4/+5
* A bit of refactoring on handling HsPar and friendsSimon Peyton Jones2011-07-271-33/+52
* Add support for unresolved infix expressions and patternsReiner Pope2011-07-251-7/+99
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-211-4/+0
|\
| * Fix #5332 (more): unboxed singleton tuples are fineSimon Peyton Jones2011-07-201-3/+0
| * Fix #5332: (# 0 #), unlike ( 0 ), is not the same as 0Ian Lynagh2011-07-191-1/+0
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-181-2/+1
|\ \ | |/
| * Remove 'threadsafe' FFI importsIan Lynagh2011-07-131-2/+1
* | Extend Template Haskell to support the UNPACk pragma on data constructorsSimon Peyton Jones2011-07-151-0/+1
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-06-171-27/+73
|\
| * Re-do (again) the handling of binders in Template HaskellSimon Peyton Jones2011-06-161-27/+73
* | Change TypeSig and GenericSig to take a list of names (fixes #1595).David Waern2011-06-101-1/+1
|/
* Use FractionalLit more extensively to improve other pretty printersMax Bolingbroke2011-05-151-3/+6
* Record the original text along with parsed Rationals: fixes #2245Max Bolingbroke2011-05-151-1/+1
* More hacking on monad-comp; now worksSimon Peyton Jones2011-05-021-5/+8
* 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