summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Robustify the setting of implied flagssimonpj@microsoft.com2008-09-101-9/+13
* Check the modification times of libraries in --make link stepSimon Marlow2008-09-012-14/+54
* Disambiguate some names in haddock commentsIan Lynagh2008-08-281-2/+2
* re-fix of #1205, fix #2542Simon Marlow2008-08-272-27/+55
* Give locations of flag warnings/errorsIan Lynagh2008-08-267-48/+67
* Remove a now-redundant commentIan Lynagh2008-08-261-1/+0
* Separate the static flag parser from the static global variablesIan Lynagh2008-08-263-187/+216
* Fix flaggery for RULES (cf Trac #2497)simonpj@microsoft.com2008-08-261-7/+16
* syb is now in its own packageIan Lynagh2008-08-251-0/+1
* Don't use the cc-options from packages when compiling .hc filesSimon Marlow2008-08-211-1/+7
* Follow changes in CabalIan Lynagh2008-08-133-3/+3
* put back -fwarn-depcrecationsSimon Marlow2008-08-121-0/+1
* Improve error message for deprecated flags (Trac #2513)simonpj@microsoft.com2008-08-131-3/+5
* Add -XPackageImports, new syntax for package-qualified importsSimon Marlow2008-08-056-37/+57
* Fix errors with haddock 0.8Ian Lynagh2008-08-072-2/+2
* Document HscTypes, refactor it somewhat, remove unused type and add MonadThingsMax Bolingbroke2008-07-311-338/+532
* Document Packages and a minor refactoringMax Bolingbroke2008-07-311-30/+42
* Document DynFlags and expand APIMax Bolingbroke2008-07-311-62/+93
* Document InteractiveEval and follow OccName changeMax Bolingbroke2008-07-311-2/+2
* Follow Digraph changes in GHC; patch from Max BolingbrokeIan Lynagh2008-08-071-71/+74
* Expand ErrUtils api with another plain variantMax Bolingbroke2008-07-311-1/+5
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-315-6/+6
* Add -fno-implicit-import-qualified (#2452)Simon Marlow2008-08-051-1/+3
* Fix Trac #2467: decent warnings for orphan instancessimonpj@microsoft.com2008-08-041-1/+1
* Fix the bug part of Trac #1930simonpj@microsoft.com2008-08-041-2/+2
* haddock fixesIan Lynagh2008-08-031-1/+1
* Document PackageConfigMax Bolingbroke2008-07-311-5/+18
* Follow changes in the base libraryIan Lynagh2008-07-317-38/+106
* Follow extensible exception changesIan Lynagh2008-07-3010-43/+38
* Complete the changes for #1205Simon Marlow2008-07-281-1/+5
* update the comments about how we find $topdirSimon Marlow2008-07-251-33/+22
* try to fix the way we find $topdirSimon Marlow2008-07-251-14/+12
* Don't prematurely link shared libraries against the RTS packageSimon Marlow2008-07-242-15/+29
* Warn about unrecognised pragmas; these often mean we've typoedIan Lynagh2008-07-221-0/+4
* Add replacements for the -optdep flags, and deprecate the old onesIan Lynagh2008-07-221-6/+15
* First step for getting rid of the old -optdep flagsIan Lynagh2008-07-202-51/+73
* Fix Haddock errors.Thomas Schilling2008-07-206-24/+22
* Add a WARNING pragmaIan Lynagh2008-07-203-32/+32
* Change how inplace detection works, so that it also works on WindowsIan Lynagh2008-07-181-6/+15
* More build system changes; ghc-pkg is now built with CabalIan Lynagh2008-07-181-13/+8
* Fix some argument namesIan Lynagh2008-07-171-1/+1
* Fix the inplace compiler finding package.conf on WindowsIan Lynagh2008-07-161-1/+4
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-162-566/+8
* FIX BUILD on WindowsSimon Marlow2008-07-141-1/+1
* FIX #2248Simon Marlow2008-07-111-3/+12
* FIX #2302: print FastStrings in UTF-8 in error messagesSimon Marlow2008-07-111-4/+9
* FIX #2278: don't complain if the -odir directory doesn't existSimon Marlow2008-07-111-6/+1
* Add PostfixOperators flag for (e op) postfix operators; fixes trac #1824Ian Lynagh2008-07-121-0/+3
* Move -fno-cse flags from Makefile into pragmasIan Lynagh2008-07-114-0/+11
* small improvement to an error messageSimon Marlow2008-07-111-1/+1