summaryrefslogtreecommitdiff
path: root/compiler/iface
Commit message (Expand)AuthorAgeFilesLines
* Iface representation of synonym family instancesManuel M T Chakravarty2007-05-154-25/+49
* Remove the distinction between data and newtype familiesManuel M T Chakravarty2007-05-115-18/+6
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-114-10/+9
* Warning fix for unused and redundant importsMichael D. Adams2007-05-102-3/+0
* FIX BUILD with GHC 6.2.x: VectInfo -> HscTypes.VectInfoSimon Marlow2007-05-101-1/+1
* Improved VectInfoManuel M T Chakravarty2007-05-085-12/+49
* Add VectInfo to HPTManuel M T Chakravarty2007-05-072-4/+11
* IfaceVectInfo and propagation through EPSManuel M T Chakravarty2007-05-043-4/+30
* Generating synonym instance representation tyconsManuel M T Chakravarty2007-04-252-33/+51
* Retain inline-pragma information on unfoldings in interface filessimonpj@microsoft.com2007-04-255-56/+97
* Re-working of the breakpoint supportSimon Marlow2007-04-171-2/+1
* make opt_HiVersion an Integer instead of Int to prevent overflowwolfgang.thaller@gmx.net2007-04-141-1/+1
* Rationalise GhcMode, HscTarget and GhcLinkSimon Marlow2007-04-111-3/+2
* The ru_local field of a CoreRule is False for implicit Idssimonpj@microsoft.com2007-03-301-2/+3
* partial fix for #1119Simon Marlow2007-03-271-19/+26
* Improve pretty-printing for IfaceConDeclsimonpj@microsoft.com2007-03-211-8/+10
* Refactor TcRnDriver, and check exports on hi-boot filessimonpj@microsoft.com2007-03-161-2/+5
* Comment out debug tracessimonpj@microsoft.com2007-03-162-3/+3
* Moved argument position info of ATs into tycon rhs infoManuel M T Chakravarty2007-02-233-11/+11
* Deal more correctly with orphan instancessimonpj@microsoft.com2007-02-213-20/+128
* Slightly improve -ddump-hi-diffs outputsimonpj@microsoft.com2007-01-111-2/+1
* Avoid duplicate defns of 'main' in module Main simonpj@microsoft.com2007-01-111-5/+7
* Sort rules and instances lexicographically in interface filessimonpj@microsoft.com2007-01-101-5/+13
* Log message for: Fix a nasty recursive loop in typechecking interface filessimonpj@microsoft.com2007-01-111-1/+1
* Fix a nasty recursive loop in typechecking interface filessimonpj@microsoft.com2007-01-112-7/+29
* Update commentssimonpj@microsoft.com2007-01-111-2/+2
* fix version checking of .hi filesSimon Marlow2007-01-081-23/+32
* Breakpoint code instrumentationPepe Iborra2006-12-101-1/+3
* TickBox representation changeandy@galois.com2006-11-294-31/+0
* Zap stray whitespace in lhs formattingSamuel Bronson2006-11-101-1/+1
* Trim importssimonpj@microsoft.com2006-11-101-2/+0
* Haskell Program Coverageandy@galois.com2006-10-244-1/+33
* fix indentation wibble to make it compile with 5.04Simon Marlow2006-10-241-2/+2
* Fix show-iface for family instances & add debug ppr for type declarationsManuel M T Chakravarty2006-10-191-0/+1
* Cross-module consistency check for family instancesManuel M T Chakravarty2006-10-181-3/+17
* Add the primitive type Any, and use it for Dynamicssimonpj@microsoft.com2006-10-181-11/+0
* Add assertion checks for mkCoVar/mkTyVarsimonpj@microsoft.com2006-10-131-3/+6
* Keep track of family instance modulesManuel M T Chakravarty2006-10-135-14/+42
* Module header tidyup, phase 1Simon Marlow2006-10-118-285/+172
* Interface file optimisation and removal of nameParentSimon Marlow2006-10-117-687/+763
* Fix another hi-boot fileIan Lynagh2006-10-101-0/+1
* Rough matches for family instancesManuel M T Chakravarty2006-10-107-89/+130
* Update hi-boot files to fix building with old GHCsIan Lynagh2006-10-091-2/+2
* Fix up the typechecking of interface files during --makesimonpj@microsoft.com2006-10-063-58/+78
* Improve comments and error tracingsimonpj@microsoft.com2006-10-061-31/+30
* Undo an accidentally-committed patch by Audreysimonpj@microsoft.com2006-10-061-1/+1
* Improve pretty printing slightlysimonpj@microsoft.com2006-10-041-2/+2
* Remove Linear Implicit Parameters, and all their workssimonpj@microsoft.com2006-09-295-39/+14
* Improve pretty printing of IfaceSynsimonpj@microsoft.com2006-09-291-7/+8
* Re-work the newtype-deriving supportsimonpj@microsoft.com2006-09-231-18/+19