summaryrefslogtreecommitdiff
path: root/compiler/main/GHC.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add isImport, isDecl, and isStmt functions to GHC APIRoman Shatsov2015-12-071-0/+1
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-161-1/+1
* Kill redundant importSimon Peyton Jones2015-10-301-1/+0
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-8/+11
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-8/+8
* Prevent GHC from silently dying when preprocessor is not foundTamar Christina2015-10-031-1/+0
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-211-1/+1
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-26/+4
* Injective type familiesJan Stolarek2015-09-031-2/+2
* Ensure DynFlags are consistentBen Gamari2015-08-061-22/+5
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-4/+26
* Add parseExpr and compileParsedExpr and use them in GHC API and GHCiSimon Marlow2015-06-121-2/+7
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-26/+4
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-06-021-6/+35
* Revert "compiler: make sure we reject -O + HscInterpreted" (again)Austin Seipp2015-05-191-35/+6
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-191-6/+35
* Revert D727Austin Seipp2015-05-121-35/+6
* Fix safe haskell bug: instances in safe-inferredDavid Terei2015-05-111-2/+3
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-111-6/+35
* More accurate allocation stats for :set +sSimon Marlow2015-05-111-22/+40
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-4/+26
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* API Annotations tweaks.Alan Zimmerman2015-01-161-1/+2
* Comments onlySimon Peyton Jones2015-01-091-0/+1
* Improve HsBangSimon Peyton Jones2015-01-081-1/+1