summaryrefslogtreecommitdiff
path: root/compiler/ghci/RtClosureInspect.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove CPP in ByteCodeItblsIan Lynagh2013-04-091-2/+2
* typosGabor Greif2012-11-071-1/+1
* Fix the instantiation of data constructors in the GHCi debuggerSimon Peyton Jones2012-11-061-5/+34
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-12/+15
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-28/+29
* Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2Max Bolingbroke2012-05-151-42/+77
* More fixes to kind polymorphism, fixes Trac #6035, #6036Simon Peyton Jones2012-04-251-2/+2
* Be explicit about what we import from Data.MonoidJohan Tibell2012-01-071-1/+1
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-1/+2
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Implement -XConstraintKindMax Bolingbroke2011-09-061-9/+0
* Formatting fixesDavid Terei2011-08-241-1/+2
* Fix #5289 (loading libstdc++.so in GHCi), and also fix some otherSimon Marlow2011-08-031-0/+1
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-171-2/+2
* SafeHaskell: Fix validation errors when unsafe base usedDavid Terei2011-06-171-1/+1
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-1/+1
* SafeHaskell: Update to work with safe baseDavid Terei2011-06-171-2/+2
* Substantial improvements in RtClosureInspectSimon Peyton Jones2011-05-061-152/+129
* Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-301-4/+4
|\
| * Tidy up SigTvSimon Peyton Jones2011-04-201-4/+4
* | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-3/+3
|/
* 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