summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-2/+3
* Change which files --make thinks are 'Haskellish' (#10220)Thomas Miedema2015-04-011-1/+1
* Explicitly check for -C on registerised build (#7563)Thomas Miedema2015-03-311-1/+6
* Rename C(obj)cplusplus to C(obj)cxxThomas Miedema2015-03-281-1/+1
* Rename driver phases C(obj)cpp to C(obj)cplusplusThomas Miedema2015-03-271-1/+1
* Remove mention of `-unreg` in error messageThomas Miedema2015-03-181-1/+1
* Dont call unsafeGlobalDynFlags if it is not setThomas Miedema2015-03-161-3/+6
* Embed Git commit id into `ghc --info` outputHerbert Valerio Riedel2014-11-271-0/+1
* ghc: allow --show-options and --interactive togetherLennart Kolmodin2014-11-211-41/+51
* Filter input to abiHash earlyMateusz Kowalczyk2014-11-191-3/+9
* Delete hack when takeDirectory returns ""Thomas Miedema2014-09-231-3/+3
* `M-x delete-trailing-whitespace` & `M-x untabify`...Herbert Valerio Riedel2014-08-311-1/+1
* Add a ghc -show-packages mode to display ghc's view of the package envDuncan Coutts2014-08-291-3/+13
* Thinning and renaming modules from packages on the command line.Edward Z. Yang2014-08-051-1/+6
* Simplify package dump for -v4Edward Z. Yang2014-06-221-3/+5
* Convert `ghc-bin.cabal` to use others-extensionsHerbert Valerio Riedel2014-05-151-0/+1
* Remove LANGUAGE pragrams implied by Haskell2010Herbert Valerio Riedel2014-05-141-1/+0
* Don't preprocess .s filesSimon Marlow2014-04-081-2/+3
* Typos in commentsGabor Greif2014-03-051-1/+1
* Fix #8754 again.Austin Seipp2014-02-201-0/+25
* Revert "Fix #8754 in a round-about way."Austin Seipp2014-02-181-4/+0
* Revert "Add comments explaining #8754"Austin Seipp2014-02-181-20/+1
* Add comments explaining #8754Austin Seipp2014-02-171-1/+20
* Fix #8754 in a round-about way.Austin Seipp2014-02-171-0/+4
* Make stdout and stderr line-bufferedPatrick Palka2013-08-261-2/+2
* Change which files --make mode thinks are 'Haskellish'Ian Lynagh2013-07-301-3/+2
* --show-options lists all flags. Add user documentation for #7843Jan Stolarek2013-06-131-1/+1
* Add --show-options to list all flags (Fixes #7843)Jan Stolarek2013-06-061-1/+20
* Handle -opt<blah> options more consistently (#7909)Simon Marlow2013-05-211-2/+4
* Remove DynFlags's hscOutName fieldIan Lynagh2013-04-261-2/+0
* Fix the handling of Opt_StaticIan Lynagh2013-03-161-4/+9
* A little polishingIan Lynagh2013-03-161-5/+0
* Set the way to 'dynamic' when running GHCi if GHCi is dynamically linkedIan Lynagh2013-03-151-19/+32
* 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