summaryrefslogtreecommitdiff
path: root/compiler/ghci/RtClosureInspect.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-2/+2
* Remove unnecessary uses of UnboxedTuples pragma (see #13101 / #15454)Michael Sloan2019-04-011-1/+1
* Improve error recovery in the typecheckerSimon Peyton Jones2019-03-161-2/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-231-3/+3
* Support printing `integer-simple` Integers in GHCiAlec Theriault2019-01-161-1/+31
* ghci: Fix unused binder warnings when building with integer-simpleBen Gamari2018-12-171-2/+0
* Fix unused-import warningsDavid Eichmann2018-11-221-3/+2
* Fix BLACKHOLE inspection in RtClosureInspectÖmer Sinan Ağacan2018-10-151-4/+16
* Coercion Quantificationningning2018-09-151-2/+5
* Remove knot-tying bug in TcHsSyn.zonkTyVarOccSimon Peyton Jones2018-08-311-2/+3
* Clean up TcHsSyn.zonkEnvSimon Peyton Jones2018-08-241-12/+3
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-2/+4
* Fix endian issues in ghc-heapPeter Trommler2018-07-271-3/+6
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-51/+127
* Fix nptr field alignment in RtClosureInspectÖmer Sinan Ağacan2018-07-041-4/+7
* RtClosureInspect: add some docs, remove unused stuffÖmer Sinan Ağacan2018-07-041-71/+58
* Add HeapView functionalityPatrick Dougherty2018-05-201-163/+96
* Less Tc inside simplCore (Phase 1 for #14391)Artem Pelenitsyn2018-05-151-4/+4
* Allow packing constructor fieldsMichal Terepeta2017-10-291-29/+60
* RtClosureInspect: Fix inspecting Char# on 64-bit big-endianJames Clarke2017-10-161-1/+4
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Add debugPprTypeSimon Peyton Jones2017-08-311-13/+13
* Fix #13819 by refactoring TypeEqOrigin.uo_thingRichard Eisenberg2017-07-271-2/+2
* Deal with exceptions in dsWhenNoErrsSimon Peyton Jones2017-05-041-7/+3
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-011-6/+5
* Ditch static flagsSylvain Henry2017-02-021-13/+12
* Update levity polymorphismRichard Eisenberg2017-01-191-26/+23
* Remove CONSTR_STATICSimon Marlow2016-11-141-1/+1
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-211-1/+1
* Fix #12442.Richard Eisenberg2016-09-231-1/+1
* RtClosureInspect: Fix off-by-one error in cvReconstructTypemniip2016-08-231-4/+3
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-13/+20
* 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