summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-0/+2
* Fix a bug in the recompilation checking logic.Thomas Schilling2008-11-132-54/+77
* Perform case-insensitive matching of path components in getBaseDir on Windows...Neil Mitchell2008-11-051-3/+4
* Documentation only. Clarify that 'load*' may indeed throw SourceErrors.Thomas Schilling2008-11-101-1/+9
* Add 'packageDbModules' function to GHC API.Thomas Schilling2008-11-101-0/+21
* Replace couple of fromJust with expectJustClemens Fruhwirth2008-11-071-2/+2
* Bugfix for patch "Do not filter the rts from linked libraries..." (#2745)Simon Marlow2008-11-071-1/+1
* Export typeclasses for accessing compiler results.Thomas Schilling2008-10-281-0/+1
* Minor refactoring.Thomas Schilling2008-10-282-4/+2
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-307-12/+188
* Move documentation within 80 column boundary.Thomas Schilling2008-10-141-24/+25
* Improve haddock documentation for 'GHC.topSortModuleGraph'.Thomas Schilling2008-10-141-4/+5
* Re-export Located(..) and related functionsSimon Marlow2008-10-201-0/+14
* Undefine __PIC__ before defining it to work around "multiple definitions of _...Clemens Fruhwirth2008-10-141-4/+4
* Do not filter the rts from linked libraries in linkDynLib as Windows does not...Clemens Fruhwirth2008-10-131-1/+7
* Fix #2685: two Bool arguments to tidyTypeEnv were the wrong way aroundSimon Marlow2008-10-131-1/+1
* fix #2636: throw missing module errors as SourceErrors, not ErrMsgSimon Marlow2008-10-104-40/+19
* Make 'getModSummary' deterministic.Thomas Schilling2008-10-081-5/+6
* 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-061-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
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-034-104/+5
* Add ASSERTs to all calls of nameModulesimonpj@microsoft.com2008-10-031-3/+3
* Let parseModule take a ModSummary like checkAndLoadModule did.Thomas Schilling2008-10-021-5/+12
* Prevent excessive inlining with DPHRoman Leshchinskiy2008-10-021-0/+4
* 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
* 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
* add -XNewQualifiedOperators (Haskell' qualified operator syntax)Simon Marlow2008-09-221-1/+3
* Remove fno-method-sharing from the list of static flagsIan Lynagh2008-09-201-1/+0
* Fix a couple of issues with :printpepe2008-09-184-46/+63
* RichTokenStream supportChaddai Fouche2008-09-182-6/+86
* When passing gcc -B, also tell it where the mingw include directory isIan Lynagh2008-09-181-2/+3
* Re-adjust interaction between -ddump flags and force-recompilationsimonpj@microsoft.com2008-09-171-11/+18
* Add Outputable GhcMode instancesimonpj@microsoft.com2008-09-171-0/+5
* Change 'loadWithCompiler' callback argument to just print warnings.Thomas Schilling2008-09-171-49/+34
* Improve handling of -fdph-* flagsRoman Leshchinskiy2008-09-161-3/+9
* Add -fdph-thisRoman Leshchinskiy2008-09-161-4/+9
* Remove last traces of package ndpRoman Leshchinskiy2008-09-161-2/+1
* Expose the dph packages automatically if -dph-* is setRoman Leshchinskiy2008-09-121-5/+11
* -Odph implies -fno-spec-constr-countRoman Leshchinskiy2008-09-101-0/+2
* Do not use the Static Arg Transformation by default with -O2simonpj@microsoft.com2008-09-151-1/+10
* Use 'GhcMonad' in InteractiveEval.Thomas Schilling2008-09-141-169/+166
* Use 'GhcMonad' in GHC and split up checkModule into phases.Thomas Schilling2008-09-141-431/+612
* Use 'GhcMonad' in DriverPipeline. Also haddockify a bit while we're at it.Thomas Schilling2008-09-141-117/+133