summaryrefslogtreecommitdiff
path: root/compiler/main/GHC.hs
Commit message (Expand)AuthorAgeFilesLines
* Revert "ghc: Remove warning of StaticPointers not being supported by GHCi"Ben Gamari2018-09-121-3/+12
* ghc: Remove warning of StaticPointers not being supported by GHCiBen Gamari2018-09-071-10/+3
* Explicitly tell 'getNameToInstances' mods to loadAlec Theriault2018-08-211-5/+13
* Avoid redundant invocation of 'findTopDir'Michael Sloan2018-07-201-2/+4
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-041-0/+3
* Extract hard-coded LLVM opt flags into a fileKavon Farvardin2018-05-301-2/+2
* Simplify -ddump-json implementationMatthew Pickering2018-05-131-5/+3
* Haddock needs to pass visible modules for instance filteringAlec Theriault2018-01-261-4/+7
* Implement TH addCorePlugin.Facundo Domínguez2017-09-211-4/+7
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-2/+2
* Remove redundant/obsolete CPP usageHerbert Valerio Riedel2017-09-191-2/+0
* Clean up opt and llcMoritz Angermann2017-09-061-1/+2
* Remember the AvailInfo for each IEalexbiehl2017-09-051-1/+1
* Make module membership on ModuleGraph fasterBartosz Nitka2017-07-181-4/+8
* Fix -fno-code for modules that use -XQuasiQuotesDouglas Wilson2017-07-031-10/+1
* Revert "Make module membership on ModuleGraph faster"Ben Gamari2017-06-271-9/+14
* Make module membership on ModuleGraph fasterBartosz Nitka2017-06-271-14/+9
* Add mapMG to allow making ModuleGraph abstractBartosz Nitka2017-06-141-2/+3
* Make -w less aggressive (Trac #12056)Sean Gillespie2017-06-121-3/+4
* Improve getNameToInstancesIndexDouglas Wilson2017-06-121-8/+10
* Add tcRnGetNameToInstancesIndexDouglas Wilson2017-06-081-0/+41
* Refactor temp files cleanupDouglas Wilson2017-06-081-1/+2
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-4/+4
* Print warnings on parser failures (#12610).Dave Laing2017-05-151-6/+7
* Fix crash in isModuleInterpreted for HsBoot (fixes #13591)Lennart Spitzner2017-05-121-1/+1
* Optimise common cases of GHC.setProgramDynFlagsSimon Marlow2017-04-011-5/+25
* Eliminate ListSetOps from imp_trust_pkgsDavid Feuer2017-03-021-1/+2
* Ditch static flagsSylvain Henry2017-02-021-5/+1
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-2/+15
* Add a flag to emit error messages as JSONMatthew Pickering2017-01-301-0/+1
* Remove deprecated InteractiveEval APIDavid Feuer2017-01-101-5/+0
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-32/+6
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-6/+32
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-32/+6
* Add infix flag for class and data declarationsAlan Zimmerman2016-12-121-0/+1
* Kill Type pretty-printerBen Gamari2016-11-131-1/+1
* Uninstall signal handlersSylvain HENRY2016-11-021-7/+3
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-3/+3
* GHC: Expose installSignalHandlers, withCleanupSessionBen Gamari2016-08-311-2/+5
* Fix #10963 and #11975 by adding new cmds to GHCi.Richard Eisenberg2016-06-231-1/+1
* Use UniqDFM for HomePackageTableBartosz Nitka2016-06-061-5/+4
* Rework parser to allow use with DynFlagsDave Laing2016-05-181-1/+1
* Reject import declaration with semicolon in GHCiRik Steenkamp2016-01-091-1/+1
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-2/+1
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-6/+1
* Various API Annotations fixesAlan Zimmerman2015-12-311-0/+1
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-2/+1
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-20/+31
* Expose enabled language extensions to THBen Gamari2015-12-151-1/+2
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-37/+36