summaryrefslogtreecommitdiff
path: root/compiler/main/InteractiveEval.hs
Commit message (Expand)AuthorAgeFilesLines
* A little closer to supporting breakpoints with -fexternal-interpreterSimon Marlow2016-01-131-14/+3
* Reject import declaration with semicolon in GHCiRik Steenkamp2016-01-091-5/+12
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-65/+56
* Refactoring onlySimon Peyton Jones2015-12-241-1/+2
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-16/+18
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-244/+88
* Add `-W(no-)xxx` aliases for `-f(no-)warn-xxx` flagsDavid Luposchainsky2015-12-161-1/+1
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-13/+15
* Add isImport, isDecl, and isStmt functions to GHC APIRoman Shatsov2015-12-071-0/+37
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-1/+2
* APIAnnotations:add Locations in hsSyn for layoutAlan Zimmerman2015-11-131-1/+1
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-1/+1
* Add parseExpr and compileParsedExpr and use them in GHC API and GHCiSimon Marlow2015-06-121-33/+40
* Refactor RdrName.Provenance, to fix #7672Simon Peyton Jones2015-06-031-17/+3
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-021-40/+31
* White space onlySimon Peyton Jones2015-06-021-5/+4
* ghci: Allow :back and :forward to take countsBen Gamari2015-05-191-4/+4
* More accurate allocation stats for :set +sSimon Marlow2015-05-111-39/+92
* driver: split -fwarn-unused-binds into 3 flags (fixes #17)Oleg Grenrus2015-02-231-2/+2
* API Annotations tweaks.Alan Zimmerman2015-01-161-0/+1
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-2/+1
* Make the location in TcLclEnv and CtLoc into a RealSrcSpanSimon Peyton Jones2015-01-061-3/+3
* Fix GHCi/GHC-API tidying and modules (Trac #9424, #9426)Simon Peyton Jones2014-12-171-7/+5
* Rename some of the functions in NameSet, to make the uniform with VarSet etcSimon Peyton Jones2014-11-281-1/+1
* Update Foreign.* for Safe Haskell now that they're safe by defaultDavid Terei2014-11-211-0/+4
* Define mapUnionVarSet, and use itSimon Peyton Jones2014-08-291-2/+2
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Fix a typo in commentGabor Greif2014-01-101-1/+1
* Comments onlySimon Peyton Jones2014-01-091-4/+8
* Refactor the way shadowing in handled in GHCiSimon Peyton Jones2014-01-031-1/+1
* Refactor handleRunStatus some more, add comments and tidy up formattingSimon Marlow2013-11-281-55/+65
* Refactor traceRunStatus/handleRunStatusSimon Peyton Jones2013-11-221-75/+58
* Restructure compilation pipeline to allow hooksAustin Seipp2013-09-221-0/+1
* Revise implementation of overlapping type family instances.Richard Eisenberg2013-06-211-2/+2
* Split off a InteractiveEvalTypes module to remove an import loopIan Lynagh2013-04-061-38/+2
* Implement type family instance support for ":info" (#4175)Patrick Palka2013-03-151-5/+11
* Use throwGhcExceptionIO rather than throwGhcException in InteractiveEval.hsIan Lynagh2013-01-301-7/+10
* Fix to 02c4ab049: use a weak pointer to the sandbox threadSimon Marlow2013-01-301-1/+12
* When printing types in the interactive UI, take account of free variablesSimon Peyton Jones2013-01-221-0/+1
* Redirect asynchronous exceptions to the sandbox thread in runStmt (#1381)Simon Marlow2012-12-201-11/+32
* Add ":info!" to GHCi. This shows all instances without filtering first.Iavor S. Diatchki2012-11-291-4/+6
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-5/+5
* Add -fghci-hist-size=N to set the number of previous steps stored by :traceSimon Marlow2012-11-011-4/+6
* Refactor the way dump flags are handledIan Lynagh2012-10-181-1/+1
* Some alpha renamingIan Lynagh2012-10-161-5/+5
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-1/+2
* GHC 7.4 is now required for building HEADIan Lynagh2012-07-201-4/+0
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-3/+5
* Better error messages for setContext (#5527).Paolo Capriotti2012-06-071-12/+23