summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* StaticFlags code cleanup (fixes #7595)Jan Stolarek2013-01-281-1/+0
* Don't make -C imply -fvia-CIan Lynagh2013-01-111-9/+1
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-9/+9
* Do not treat a constructor in a *pattern* as a *use* of that constructorSimon Peyton Jones2012-10-291-2/+0
* Set the default way correctly when dynamic-by-defaultIan Lynagh2012-10-251-1/+1
* Some alpha renamingIan Lynagh2012-10-161-2/+2
* Move ldInputs into DynFlagsIan Lynagh2012-09-031-10/+10
* Refactor the ways code a bitIan Lynagh2012-09-031-2/+2
* Give suggestions for unrecognised command line argumentsJoachim Breitner2012-08-131-2/+7
* Add "Unregisterised" as a field in the settings fileIan Lynagh2012-08-071-6/+6
* Add a separate FastZString typeIan Lynagh2012-07-151-7/+5
* Make a little more of the GHCi internal API configurableDavid Terei2012-07-101-6/+7
* Fix buildIan Lynagh2012-06-191-0/+1
* Build fixesIan Lynagh2012-06-181-1/+1
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-2/+2
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-1/+1
* Pass DynFlags to prettyPrintGhcErrorsIan Lynagh2012-06-111-1/+1
* 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