summaryrefslogtreecommitdiff
path: root/compiler/iface/LoadIface.lhs
Commit message (Expand)AuthorAgeFilesLines
* SafeHaskell: Add safe import flag (not functional)David Terei2011-06-171-4/+10
* SafeHaskell: Add Safe & Trustworthy pragmasDavid Terei2011-06-171-0/+5
* Propagate scalar variables and tycons for vectorisation through 'HscTypes.Vec...Manuel M T Chakravarty2011-06-031-3/+7
* Move error-ids to MkCore (from PrelRules)simonpj@microsoft.com2010-09-141-0/+1
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-1/+0
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-201-1/+1
* Make updates to external package state idempotent.Thomas Schilling2009-08-211-0/+1
* Improve fix to Trac #3007simonpj@microsoft.com2009-08-141-14/+36
* Only look up whether a module's SOURCE-imported if it's in the current packageIan Lynagh2009-08-131-3/+5
* Remove unused importsIan Lynagh2009-07-071-5/+0
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-22/+1
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-14/+43
* Add ASSERTs to all calls of nameModulesimonpj@microsoft.com2008-10-031-1/+2
* Add -XPackageImports, new syntax for package-qualified importsSimon Marlow2008-08-051-3/+8
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
* Add a WARNING pragmaIan Lynagh2008-07-201-7/+10
* Use MD5 checksums for recompilation checking (fixes #1372, #1959)Simon Marlow2008-05-281-27/+21
* Make LoadIface warning-freeIan Lynagh2008-05-041-22/+16
* (F)SLIT -> (f)sLit in LoadIfaceIan Lynagh2008-04-121-41/+41
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* DEBUG removalIan Lynagh2008-03-291-8/+10
* Revert an accidental changeIan Lynagh2008-03-171-1/+0
* Print some extra debugging info when doing --show-ifaceIan Lynagh2008-03-171-2/+4
* Eliminate a global variableIan Lynagh2008-03-171-4/+4
* Convert more UniqFM's back to LazyUniqFM'sIan Lynagh2008-02-071-1/+1
* White space onlysimonpj@microsoft.com2008-02-051-1/+2
* Monadify iface/LoadIface: use return and liftIOTwan van Laarhoven2008-01-171-14/+14
* View patterns, record wildcards, and record punsDan Licata2007-10-101-25/+59
* error message fix (#1758)Simon Marlow2007-10-081-2/+2
* FIX #903: mkWWcpr: not a productSimon Marlow2007-09-101-11/+2
* 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
* Adding pushing of hpc translation status through hi files.andy@galois.com2007-07-171-1/+2
* Adapt interface file code for vectorisationRoman Leshchinskiy2007-07-161-6/+6
* Remove unnecessary free-variables from renamersimonpj@microsoft.com2007-06-061-0/+22
* Add data type information to VectInfoManuel M T Chakravarty2007-05-221-2/+9
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-111-2/+1
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-2/+0
* Improved VectInfoManuel M T Chakravarty2007-05-081-6/+8
* IfaceVectInfo and propagation through EPSManuel M T Chakravarty2007-05-041-2/+12
* make opt_HiVersion an Integer instead of Int to prevent overflowwolfgang.thaller@gmx.net2007-04-141-1/+1
* partial fix for #1119Simon Marlow2007-03-271-19/+26
* Comment out debug tracessimonpj@microsoft.com2007-03-161-1/+1
* Fix a nasty recursive loop in typechecking interface filessimonpj@microsoft.com2007-01-111-1/+21
* Zap stray whitespace in lhs formattingSamuel Bronson2006-11-101-1/+1
* 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
* Keep track of family instance modulesManuel M T Chakravarty2006-10-131-5/+12