summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to have different UniqSupply strategiesBartosz Nitka2015-10-271-0/+2
* Driver: `ghci -e` should behave like `ghc -e` (#9360)Thomas Miedema2015-10-191-0/+13
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-2/+2
* Fix error msg: ghci can't be used with -prof or -static (#10936)Thomas Miedema2015-10-101-1/+1
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-211-2/+17
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-3/+2
* Respect GHC_CHARENC environment variable #10762Michael Snoyman2015-08-291-2/+12
* Transliterate unknown characters at outputMichael Snoyman2015-08-181-0/+3
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-2/+3
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-3/+2
* 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