summaryrefslogtreecommitdiff
path: root/compiler/ghci/RtClosureInspect.hs
Commit message (Expand)AuthorAgeFilesLines
* Major refactoring of the type inference enginesimonpj@microsoft.com2011-01-121-5/+2
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-5/+0
* Tidy up RuntimeUnkSkols a bit moresimonpj@microsoft.com2010-10-211-7/+18
* Clean up the debugger codesimonpj@microsoft.com2010-10-191-77/+90
* Beautiful new approach to the skolem-escape check and untouchablesimonpj@microsoft.com2010-10-081-2/+2
* Remove use of lambda with a refutable patternsimonpj@microsoft.com2010-09-231-2/+3
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-5/+5
* avoid Foreign.unsafePerformIORoss Paterson2010-09-091-2/+2
* account for the new BLACKHOLEs in the GHCi debuggerSimon Marlow2010-04-061-3/+6
* trim Data.Sequence import, in preparation for expanding its APIRoss Paterson2009-08-241-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Make the Integer library used directly configurable in GHC and baseIan Lynagh2009-07-221-4/+7
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-3/+2
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-2/+2
* Fix the GHCi debugger so that it can recognise Integers againIan Lynagh2009-06-231-8/+5
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-1/+6
* Really fix Trac #2611 this timepepe iborra2009-04-191-10/+22
* Fix Trac #2611pepe iborra2009-04-181-15/+26
* add final newlinesSimon Marlow2009-03-051-1/+1
* Fix #3067: GHCi panics with 'initTc:LIE' while :stepping on code with funny t...pepe iborra2009-03-031-2/+2
* Clean up a bit and improve an error messagepepe2008-09-261-12/+10
* Fix a couple of issues with :printpepe2008-09-181-255/+542
* wibblepepe2008-04-181-1/+1
* Minor refactoring to get rid of Type.splitNewTyConAppsimonpj@microsoft.com2008-09-151-4/+4
* Minor refactoring in RtClosureInspectMax Bolingbroke2008-07-311-1/+1
* Rename maybeTyConSingleCon to tyConSingleDataCon_maybeMax Bolingbroke2008-07-311-2/+2
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
* Remove an ifdefIan Lynagh2008-06-161-11/+11
* (F)SLIT -> (f)sLit in RtClosureInspectIan Lynagh2008-04-121-3/+3
* Fix #2044 (:printing impredicatively typed things)pepe2008-04-211-25/+25
* Remove GADT refinements, part 5Manuel M T Chakravarty2008-04-071-1/+1
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* fix unregisterised stage 2 buildSimon Marlow2008-02-191-0/+4
* Support for using libffi to implement FFI calls in GHCi (#631)Simon Marlow2008-02-041-4/+3
* Fix the buildIan Lynagh2008-01-241-1/+1
* Replace ioToTcRn with liftIOTwan van Laarhoven2008-01-171-3/+2
* Comments onlyPepe Iborra2007-12-081-40/+31
* Refactoring onlyPepe Iborra2007-12-081-21/+15
* Change the format used by :print to show the content of referencesPepe Iborra2007-12-081-1/+8
* Teach :print to follow references (STRefs and IORefs)Pepe Iborra2007-12-041-25/+55
* refactoring onlyPepe Iborra2007-12-021-8/+10
* wibblePepe Iborra2007-11-141-2/+2
* Try to manage the size of the text rendered for ':show bindings'Pepe Iborra2007-11-141-1/+1
* Make the Term ppr depth awarePepe Iborra2007-11-141-29/+31
* Use paragraph fill sep where possiblePepe Iborra2007-11-141-4/+4
* Fix Trac 1865: GHCi debugger crashes with :printPepe Iborra2007-11-131-7/+11
* Replaced two uses of head b explicit pattern matchingPepe Iborra2007-10-131-2/+2
* Following an indirection doesn't count as a RTTI stepPepe Iborra2007-09-281-1/+1
* fix :print when !tablesNextToCodeSimon Marlow2007-10-181-0/+8
* Finally, I managed to squash an infamous bug in :printPepe Iborra2007-09-271-20/+28