summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Make 'getModSummary' deterministic.Thomas Schilling2008-10-081-5/+6
* Add accessors to 'HsModule' and haddockify it.Thomas Schilling2008-10-071-15/+27
* Track changes to package dphRoman Leshchinskiy2008-10-081-0/+2
* Revert AutoLinkPackages change for dynamic libraries. Cabal handles that now.Clemens Fruhwirth2008-10-071-2/+2
* Change suffix for dyn. linked executables from _real to .dynClemens Fruhwirth2008-10-071-2/+2
* Add accessors to 'Target' fields and haddockify.Thomas Schilling2008-10-061-3/+5
* Make 'gblock' and 'gunblock' part of 'ExceptionMonad'. This way theThomas Schilling2008-10-063-21/+39
* Add Word8 support to vectoriserRoman Leshchinskiy2008-10-071-4/+20
* removed Data.Generics.Basics, added Data.Data'Jose Pedro Magalhaes2008-10-021-1/+1
* Fix a build problem with GHC 6.4.2Ian Lynagh2008-10-031-0/+5
* No AutoLinkPackages for dynamic library linkingClemens Fruhwirth2008-10-031-2/+2
* use ghcError for error in command lineClemens Fruhwirth2008-10-011-1/+1
* Fix warningssimonpj@microsoft.com2008-10-032-4/+1
* Use a proper exception for IOEnvFailure, not just a UserErrorIan Lynagh2008-10-035-34/+22
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-0311-244/+25
* Expunge ThFake, cure Trac #2632simonpj@microsoft.com2008-10-0310-77/+102
* Make a debug check more refinedsimonpj@microsoft.com2008-10-031-2/+2
* Add ASSERTs to all calls of nameModulesimonpj@microsoft.com2008-10-0316-39/+60
* Let parseModule take a ModSummary like checkAndLoadModule did.Thomas Schilling2008-10-023-7/+14
* TFs: Allow repeated variables in left-hand sides of instancesManuel M T Chakravarty2008-10-021-8/+42
* Clean up some commentsManuel M T Chakravarty2008-10-023-13/+8
* Make the new binder-swap stuff in OccurAnal work right for GlobalIdssimonpj@microsoft.com2008-10-021-40/+70
* Minor refactoring onlysimonpj@microsoft.com2008-10-021-13/+21
* Comments onlysimonpj@microsoft.com2008-10-022-5/+2
* Zap dead-ness info appropriately in SpecConstrsimonpj@microsoft.com2008-10-021-14/+24
* Suppress invalid Core Lint complaint about lack of constructorssimonpj@microsoft.com2008-10-021-0/+1
* Proper error message for unsupported pattern signaturesManuel M T Chakravarty2008-10-012-6/+16
* Prevent excessive inlining with DPHRoman Leshchinskiy2008-10-022-1/+8
* TFs: Fixed InstContextNorm (and simplification of IPs)Manuel M T Chakravarty2008-10-011-4/+54
* TcSimplify.reduceImplication: clean upManuel M T Chakravarty2008-10-013-92/+93
* Make sure to zonk the kind of coercion variablesManuel M T Chakravarty2008-10-016-39/+57
* Fix #2410: carefully generate unique names for CAF CCsSimon Marlow2008-09-301-6/+9
* Type families: need to instantiate flexible skolems before other flexiblesManuel M T Chakravarty2008-09-301-37/+46
* Fix warningsManuel M T Chakravarty2008-09-291-1/+1
* Type families: consider subst rules both wayManuel M T Chakravarty2008-09-291-2/+32
* Clean up a bit and improve an error messagepepe2008-09-261-12/+10
* Don't capture error calls in tryUserpepe2008-09-263-11/+5
* Add -outputdir flag (#2295)Simon Marlow2008-09-271-1/+4
* Make the matching of the filename ghc.exe case insensitive, fixes bug #2603Neil Mitchell2008-09-161-1/+1
* Fix parsing of -ignore-package flag.Bertram Felgenhauer2008-09-251-2/+3
* Remove a redundant options pragmaIan Lynagh2008-09-261-1/+0
* Type families: fixes in flattening & finalisationManuel M T Chakravarty2008-09-251-16/+45
* Follow the integer package changesIan Lynagh2008-09-251-2/+3
* Type families: fix decomposition problemManuel M T Chakravarty2008-09-253-45/+52
* Don't exit ghci if :info is called on an undefined identifier.Judah Jacobson2008-09-241-1/+2
* Fix maintainer-cleanIan Lynagh2008-09-241-4/+4
* Generalise type of 'defaultErrorHandler' so it can be used inside a Ghc session.Thomas Schilling2008-09-212-9/+10
* Disallow package flags in OPTIONS_GHC pragmas (#2499)Simon Marlow2008-09-233-19/+41
* Fix to new executable allocation code (fixed print002 etc.)Simon Marlow2008-09-222-21/+24
* add -XNewQualifiedOperators (Haskell' qualified operator syntax)Simon Marlow2008-09-223-21/+50