summaryrefslogtreecommitdiff
path: root/compiler/main/GHC.hs
Commit message (Expand)AuthorAgeFilesLines
* Normalize GHC Trac URLsHerbert Valerio Riedel2014-04-191-1/+1
* Export runTcInteractive from TcRnDriver, and from GHC (Trac #8878)Simon Peyton Jones2014-03-131-0/+2
* Fix ./validate failure due to unused result.Austin Seipp2014-01-271-2/+5
* Abort when binutils ld is used with dynamic linking on ARMBen Gamari2014-01-271-0/+31
* Make initGhcMonad call setUnsafeGlobalDynFlagsSimon Peyton Jones2014-01-101-10/+11
* Don translate UserInterrupt into ExitFailure 1, let it propagateDuncan Coutts2013-11-141-1/+4
* Load all modules before reporting errors (#8322)Joachim Breitner2013-11-021-3/+3
* Restructure compilation pipeline to allow hooksAustin Seipp2013-09-221-1/+0
* Revise implementation of overlapping type family instances.Richard Eisenberg2013-06-211-3/+3
* Remove extCoreName from DynFlagsIan Lynagh2013-04-261-3/+5
* Remove DynFlags's hscOutName fieldIan Lynagh2013-04-261-3/+3
* Implement type family instance support for ":info" (#4175)Patrick Palka2013-03-151-0/+2
* Refactor the pipeline/hsc interactionIan Lynagh2013-03-071-6/+4
* Remove printExceptionAndWarnings (deprecated since 7.2)Ian Lynagh2013-02-201-1/+0
* Use throwIO rather than throwIan Lynagh2013-01-301-6/+6
* Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-301-2/+2
* StaticFlags code cleanup (fixes #7595)Jan Stolarek2013-01-281-3/+2
* Implement overlapping type family instances.Richard Eisenberg2012-12-211-2/+2
* Invalidate the ModSummary cache in setSessionDynFlags (#7478)Simon Marlow2012-12-071-0/+27
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-1/+1
* fix some typosGabor Greif2012-11-211-2/+2
* fix off-by-one-column in showRichTokenStream (#7351)Simon Marlow2012-10-251-1/+1
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Rename DynFlag to GeneralFlagIan Lynagh2012-10-161-1/+1
* Put the DynFlags in a global variable for tracing; fixes #7304Ian Lynagh2012-10-081-1/+1
* Make a start towards eta-rules and injective familiesSimon Peyton Jones2012-09-181-1/+1
* Fix :issafe command (#7172).David Terei2012-08-231-0/+6
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-4/+5
* GhcApiError now contains a String, not an SDocIan Lynagh2012-06-121-3/+6
* Pass DynFlags down to mk_err_msgIan Lynagh2012-06-121-3/+7
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-7/+7
* Change how pprPanic worksIan Lynagh2012-06-111-0/+1
* Remove some commented out codeIan Lynagh2012-05-291-9/+0
* Add experimental GHCi monad.David Terei2012-04-241-0/+20
* Revert "Added ':runmonad' command to GHCi"Simon Peyton Jones2012-04-131-13/+0
* Added ':runmonad' command to GHCiDavid Terei2012-04-121-0/+13
* --amendDavid Terei2012-04-041-9/+9
* Fix GHC API with respect to safe haskell. (#5989)David Terei2012-04-041-25/+45
* GHCi: add :seti, for options that apply only at the prompt (#3217)Simon Marlow2012-03-011-8/+55
* Abstract out the hFlush calls in the GHC APIIan Lynagh2012-02-241-4/+5
* Switch to using the time package, rather than old-timeIan Lynagh2012-01-141-2/+2
* Major refactoring of CoAxiomsSimon Peyton Jones2012-01-031-4/+4
* Fix safe imports to work in GHCi.David Terei2011-12-221-10/+16
* Tabs -> SpacesDavid Terei2011-12-191-212/+206
* Export CoreModule(..) (#5698)Simon Marlow2011-12-141-2/+5
* Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-051-1/+1
* Track #included files for recompilation checking (#4900, #3589)Simon Marlow2011-11-181-4/+7
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-2/+2
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Make a new type synonym CoreProgram = [CoreBind]Simon Peyton Jones2011-09-231-1/+1