summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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