summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
* Remote GHCi: batch the creation of stringsSimon Marlow2016-02-021-1/+1
* s/unLifted/unlifted for consistencyÖmer Sinan Ağacan2016-01-271-3/+3
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-29/+35
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-4/+0
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-13/+27
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-90/+85
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-2/+29
* Implement more deterministic operations and document themBartosz Nitka2015-12-021-1/+1
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-211-25/+25
* Detect invalid foreign imports in bytecode compilerSylvain HENRY2015-11-111-8/+23
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-3/+4
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-2/+2
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* Convert GHCi sources from .lhs to .hsRodlogic2014-10-291-0/+1688