summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Change how pprPanic worksIan Lynagh2012-06-111-0/+3
* Tweak to flag parsing (#5921)Simon Marlow2012-03-131-0/+5
* GHCi: add :seti, for options that apply only at the prompt (#3217)Simon Marlow2012-03-011-0/+2
* Abstract out the hFlush calls in the GHC APIIan Lynagh2012-02-241-1/+1
* Ignore -C when not unregisterised (reported on ghc-users)Simon Marlow2012-02-071-2/+9
* Tabs -> SpacesDavid Terei2011-12-191-65/+58
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Formatting wibbles.David Terei2011-10-171-16/+16
* Remove cruft code from old Safe Haskell implementation methodDavid Terei2011-10-171-22/+22
* Teach GHC to compile objective-c++ files as well (trac #5150)Peter Wortmann2011-08-061-1/+1
* Factor the GHC version into the hash generated by --abi-hash (#5328)Simon Marlow2011-07-201-0/+3
* defaultErrorHandler now only takes LogActionIan Lynagh2011-07-031-2/+1
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-171-22/+23
* Initialise Settings before DynFlagsIan Lynagh2011-04-221-1/+2
* Rename "extra-gcc-opts" to "settings", and start generalising itIan Lynagh2011-04-211-13/+26
* Teach GHC to compile objective-c files; trac #5025Austin Seipp2011-04-031-1/+1
* Remove references to Haskell 98Ian Lynagh2010-11-231-1/+1
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-16/+12
* Refactor the command-line argument parsing (again)simonpj@microsoft.com2010-08-161-23/+4
* Add support for Haskell98 and Haskell2010 "languages"Ian Lynagh2010-07-241-1/+1
* Rename "language" varibles etc to "extension", and add --supported-extensionsIan Lynagh2010-07-241-15/+17
* Separate language option handling into 2 phasesIan Lynagh2010-07-241-2/+3
* --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