summaryrefslogtreecommitdiff
path: root/compiler/main/InteractiveEval.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix #10963 and #11975 by adding new cmds to GHCi.Richard Eisenberg2016-06-231-4/+4
* Give lookupGRE_Name a better APISimon Peyton Jones2016-06-231-2/+1
* Use UniqDFM for HomePackageTableBartosz Nitka2016-06-061-9/+10
* Kill nameSetElems in getInfoBartosz Nitka2016-06-021-1/+1
* Use `setSession` instead of `modifySession` when setting `HscEnv`Ömer Sinan Ağacan2016-05-221-8/+8
* Reduce use of instances in hs-boot filesSimon Peyton Jones2016-04-201-2/+4
* Kill some unnecessary varSetElemsBartosz Nitka2016-04-151-4/+3
* Fix typos: tyars -> tyvarsBartosz Nitka2016-04-141-1/+1
* GHCi: Fix load/reload space leaks (#4029)Jason Eisenberg2016-03-051-2/+2
* Avoid mangled/derived names in GHCi autocomplete (fixes #11328)Adam Gundry2016-02-011-1/+4
* Rename "open" subst functionsBartosz Nitka2016-01-271-3/+3
* Construct in_scope set in mkTopTCvSubstBartosz Nitka2016-01-261-2/+2
* Comments onlySimon Peyton Jones2016-01-211-0/+10
* substTy to substTyUnchecked to fix Travis buildBartosz Nitka2016-01-201-2/+3
* Hide derived OccNames from userBen Gamari2016-01-191-3/+5
* 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