summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeLink.lhs
Commit message (Expand)AuthorAgeFilesLines
* Handle HValues slightly nicerIan Lynagh2011-10-031-10/+9
* Fix warnings in ghci/ByteCodeLink.lhsIan Lynagh2011-09-271-19/+10
* Whitespace only in ghci/ByteCodeLink.lhsIan Lynagh2011-09-271-68/+68
* Add support for all top-level declarations to GHCiSimon Marlow2011-09-211-1/+1
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-171-1/+1
* SafeHaskell: Update to work with safe baseDavid Terei2011-06-171-5/+4
* More modules that need LANGUAGE BangPatternssimonpj@microsoft.com2010-11-121-0/+1
* Fix the 64k insns overflow check in ghci, and add more checksIan Lynagh2009-08-011-4/+8
* Fix space problems in ghciIan Lynagh2009-07-301-2/+5
* Make the types we use when creating GHCi bytecode better match realityIan Lynagh2009-07-291-3/+5
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-241-3/+3
* Add ASSERTs to all calls of nameModulesimonpj@microsoft.com2008-10-031-1/+1
* Follow extensible exception changesIan Lynagh2008-07-301-2/+1
* Another change for GHC.PrimopWrappers moving from base to ghc-primIan Lynagh2008-03-241-1/+1
* We seem to use Outputable unconditionally these dayssven.panne@aedion.de2007-09-081-3/+0
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Follow Array changes (adding numElements field)Ian Lynagh2007-08-101-3/+4
* FIX: Linker.getHValue should be linking in any dependencies it requiresSimon Marlow2007-05-091-1/+1
* use Any as the HValue type, this should be a bit safer than forall a.aSimon Marlow2007-04-251-1/+1
* Re-working of the breakpoint supportSimon Marlow2007-04-171-6/+13
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-271-24/+13
* Handle breakpoint jumps while splicing TH functions in ghciPepe Iborra2006-12-101-0/+3
* Retrieving the datacon of an arbitrary closurePepe Iborra2006-12-101-0/+1
* MERGE: Fix Windows DEP violations (bug #885)Simon Marlow2006-12-121-3/+3
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-13/+11
* Remove HasBounds-instance and implement MArray.getBounds insteadEsa Ilari Vuokko2006-08-091-3/+1
* fix symbols for GHC.PrimopWrappersSimon Marlow2006-07-271-1/+1
* fix DEBUG buildSimon Marlow2006-07-261-3/+5
* Generalise Package SupportSimon Marlow2006-07-251-6/+17
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+268