summaryrefslogtreecommitdiff
path: root/compiler/ghci/Debugger.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove the GHCi debugger's panicking isUnliftedType checkRyan Scott2019-03-151-2/+1
* Fix #15953 by consistently using dumpIfSet_dyn to print debug outputChaitanya Koparkar2018-11-291-11/+5
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-10/+8
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-011-5/+5
* Show explicit quantifiers in conflicting definitions errorPhil de Joux2017-01-201-1/+2
* Update levity polymorphismRichard Eisenberg2017-01-191-2/+1
* Document determinism in pprintClosureCommandBartosz Nitka2016-06-071-1/+4
* Use `setSession` instead of `modifySession` when setting `HscEnv`Ömer Sinan Ağacan2016-05-221-1/+1
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-1/+1
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-2/+2
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-2/+6
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-5/+5
* Remove redundant importSimon Peyton Jones2015-06-021-1/+0
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-021-26/+25
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-281-1/+1
* Fix GHCi/GHC-API tidying and modules (Trac #9424, #9426)Simon Peyton Jones2014-12-171-3/+3
* Some refactoring around endPass and debug dumpingSimon Peyton Jones2014-11-041-0/+1
* Extend `Foldable` class with `length` and `null` methodsHerbert Valerio Riedel2014-09-281-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Improve pretty-printing of typesunknown2013-10-011-3/+2
* Pure refactoringSimon Peyton Jones2013-01-281-2/+3
* Refactor the way dump flags are handledIan Lynagh2012-10-181-2/+2
* Some alpha renamingIan Lynagh2012-10-161-4/+4
* Rename DynFlag to GeneralFlagIan Lynagh2012-10-161-1/+1
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-1/+1
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-1/+1
* Remove more uses of stdout and stderrIan Lynagh2012-05-291-3/+4
* fix bug in :show bindings when a variable is bound to an exceptionSimon Marlow2011-09-211-2/+8
* Add support for all top-level declarations to GHCiSimon Marlow2011-09-211-14/+11
* Formatting fixesDavid Terei2011-08-241-4/+3
* Fix tracking of what RdrNames are used (fixes Trac #5211)Simon Peyton Jones2011-06-111-1/+0
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-4/+1
* Clean up the debugger codesimonpj@microsoft.com2010-10-191-21/+17
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-4/+4
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-3/+2
* Fix a couple of issues with :printpepe2008-09-181-13/+26
* Use 'GhcMonad' in ghci/Debugger.Thomas Schilling2008-09-151-55/+59
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-1/+1
* Follow extensible exception changesIan Lynagh2008-07-301-1/+1
* Fix #2044 (:printing impredicatively typed things)pepe2008-04-211-2/+3
* Fix rendering of references in :print under -fprint-evld-with-show flagPepe Iborra2007-12-191-1/+0
* Refactoring onlyPepe Iborra2007-12-081-5/+4
* Prevent the binding of unboxed things by :printPepe Iborra2007-12-081-2/+4
* Teach :print to follow references (STRefs and IORefs)Pepe Iborra2007-12-041-1/+5
* refactoring onlyPepe Iborra2007-12-021-1/+1
* Try to manage the size of the text rendered for ':show bindings'Pepe Iborra2007-11-141-5/+18
* Fix Trac 1865: GHCi debugger crashes with :printPepe Iborra2007-11-131-1/+1
* Better modelling of newtypes in the Term datatypePepe Iborra2007-09-121-4/+12