summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* Compiling with -S and -fno-code no longer panics (fixes #17143)adithyaov2019-10-161-0/+4
* Always enable the external interpreterJohn Ericson2019-10-041-12/+29
* Refactor iface file generation:Ömer Sinan Ağacan2019-09-301-1/+1
* Use lazyness for FastString's z-encoding memoizationDaniel Gröber2019-09-091-1/+1
* Fix stage 1 warningsÖmer Sinan Ağacan2019-07-021-1/+4
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-111-6/+6
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Remove unused importsSebastian Graf2019-02-021-2/+1
* Load plugins in interactive sessionChristiaan Baaij2018-11-221-5/+12
* Rewrite FastString table in concurrent hashtableZejun Wu2018-10-281-19/+15
* GHC doesn't handle ./ prefixed paths correctly (#12674)roland2018-07-301-3/+17
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-271-0/+14
* ghc-pkg: Configure handle encodingsBen Gamari2018-05-131-12/+2
* Allow users to ignore optimization changesDavid Feuer2017-12-111-3/+9
* Catch a few more typos in commentsGabor Greif2017-10-301-1/+1
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-221-1/+1
* Make -w less aggressive (Trac #12056)Sean Gillespie2017-06-121-4/+4
* Pass -ffrontend-opt arguments to frontend plugin in the correct orderdoug2017-05-041-1/+2
* Prefer #if defined to #ifdefBen Gamari2017-04-281-6/+6
* Have --backpack complain if multiple files are passed.Edward Z. Yang2017-02-231-6/+6
* Ditch static flagsSylvain Henry2017-02-021-19/+3
* Improve suggestion for misspelled flag including '=' (fixes #11789)Daishi Nakajima2017-01-181-1/+10
* ghc/Main.hs: Add import list to DynamicLoadingÖmer Sinan Ağacan2016-10-181-1/+1
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-1/+2
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-2/+2
* The Backpack patch.Edward Z. Yang2016-10-081-5/+9
* Annotate initIfaceCheck with usage information.Edward Z. Yang2016-08-211-1/+1
* Driver: `ghc ../Test` (without file extension) should workThomas Miedema2016-06-181-2/+2
* Abort the build when a Core plugin pass is specified in stage1 compilerÖmer Sinan Ağacan2016-06-171-2/+3
* compiler: Do not suggest nor complete deprecated flags fix trac issue #11454Nikita Kartashov2016-02-111-1/+1
* Export some useful GHC API functions.Edward Z. Yang2015-12-291-7/+1
* ghc/Main: Update list of --print modesBen Gamari2015-12-291-2/+2
* Rename GHCi's UI modules into GHCi.UI(.*)Herbert Valerio Riedel2015-12-211-1/+1
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-23/+23
* Frontend plugins.Edward Z. Yang2015-12-121-0/+27
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-161-17/+2
* 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