summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* --make is now the default (#3515), and -fno-code works with --make (#3783)Simon Marlow2010-04-271-9/+26
* The -e flag now has a "SepArg" argument; fixes #3568Ian Lynagh2009-10-121-1/+1
* Print warnings after doMkDependHSIan Lynagh2009-10-121-1/+2
* fix warningsSimon Marlow2009-07-291-3/+2
* Implement "ghc --abi-hash M1 M2 ..."Simon Marlow2009-07-291-0/+57
* Make the --info values printable with "ghc --print-foo"; trac #3122Ian Lynagh2009-07-161-164/+260
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-4/+4
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* GHC new build system megapatchIan Lynagh2009-04-261-2/+0
* Use a per-session data structure for callbacks. Make 'WarnErrLogger'Thomas Schilling2008-11-281-2/+3
* Change 'handleFlagWarnings' to throw exceptions instead of dying.Thomas Schilling2008-11-221-1/+5
* Split ShowVersion etc off into a different type to DoInteractive etcIan Lynagh2008-09-261-52/+56
* Fix the behaviour of flags like --help and --version; fixes trac #2620Ian Lynagh2008-09-251-3/+14
* #2566: emit a warning for 'ghc -c foo.bar'Simon Marlow2008-09-231-2/+9
* Use 'GhcMonad' in ghc/Main.Thomas Schilling2008-09-141-56/+69
* Give locations of flag warnings/errorsIan Lynagh2008-08-261-7/+10
* Separate the static flag parser from the static global variablesIan Lynagh2008-08-261-0/+1
* Add -fno-implicit-import-qualified (#2452)Simon Marlow2008-08-051-1/+8
* Follow extensible exception changesIan Lynagh2008-07-301-11/+10
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-161-0/+563