summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Move GHC.Platform into the compilerSylvain Henry2020-07-251-4/+4
* Rename GHC.Driver.Ways into GHC.Platform.WaysSylvain Henry2020-07-251-1/+1
* Replace HscTarget with BackendSylvain Henry2020-07-221-19/+17
* DynFlags: don't store buildTagSylvain Henry2020-06-271-1/+1
* Rename Package into Unit (2)Sylvain Henry2020-06-131-11/+11
* Rename Package into UnitSylvain Henry2020-06-131-3/+3
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-041-1/+1
* Move Config module into GHC.SettingsSylvain Henry2020-05-241-1/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-2/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-12/+12
* Modules (#13009)Sylvain Henry2020-04-181-4/+4
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Store ComponentId detailsSylvain Henry2020-03-291-3/+3
* Modules: Types (#13009)Sylvain Henry2020-03-291-6/+5
* Use a Set to represent WaysSylvain Henry2020-03-111-2/+3
* Refactor GHC.Driver.Session (Ways and Flags)Sylvain Henry2020-03-111-4/+5
* Modules: Driver (#13009)Sylvain Henry2020-02-211-12/+12
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-2/+2
* compiler: Qualify imports of Data.ListBen Gamari2020-02-081-1/+1
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-3/+3
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-2/+2
* 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