summaryrefslogtreecommitdiff
path: root/compiler/ghci/RtClosureInspect.hs
Commit message (Expand)AuthorAgeFilesLines
* Simplify the API for tcInstTyVars, and make it more consistent with other sim...Simon Peyton Jones2014-11-041-5/+5
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-211-0/+2
* ghci: detabify/dewhitespace RtClosureInspectAustin Seipp2014-07-201-89/+81
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+3
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-291-0/+2
* Unify, rather than match, in GND processing (fixes Trac #8865)Simon Peyton Jones2014-03-101-2/+1
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-091-1/+5
* Some popular typos in commentsGabor Greif2013-12-021-1/+1
* Fix the deugger (fixing Trac #8557)Simon Peyton Jones2013-11-281-28/+36
* TyposKrzysztof Gogolewski2013-10-121-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Implement an unlifted Proxy type, Proxy#Austin Seipp2013-09-271-0/+1
* Restructure compilation pipeline to allow hooksAustin Seipp2013-09-221-1/+1
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-181-1/+1
* 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