summaryrefslogtreecommitdiff
path: root/compiler/ghci/RtClosureInspect.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove some `undefined`sÖmer Sinan Ağacan2016-06-271-3/+2
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-2/+2
* Overhaul the Overhauled Pattern Match CheckerGeorge Karachalias2016-02-041-3/+0
* TyCoRep: Implement some helpers for dropping/checking Levity argumentsÖmer Sinan Ağacan2016-02-011-1/+1
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-4/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-7/+0
* Adding flags: -ffull-guard-reasoning and too-many-guardsGeorge Karachalias2015-12-271-0/+3
* Fix typechecking for pattern synonym signaturesSimon Peyton Jones2015-12-221-1/+1
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-7/+7
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-26/+33
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-211-1/+1
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-7/+8
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-3/+4
* Revert multiple commitsAustin Seipp2015-05-141-4/+3
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-3/+4
* Make the location in TcLclEnv and CtLoc into a RealSrcSpanSimon Peyton Jones2015-01-061-3/+1
* Update Foreign.* for Safe Haskell now that they're safe by defaultDavid Terei2014-11-211-0/+4
* make TcRnMonad.lhs respect -ddump-to-fileGreg Weber2014-11-191-0/+1
* 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