summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* Make globals use sharedCAFMoritz Angermann2016-12-111-22/+22
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-22/+22
* Make globals use sharedCAFMoritz Angermann2016-11-291-22/+22
* GHCi: Unconditionally import System.DirectoryBen Gamari2016-11-171-1/+1
* Fix -fobject-code with -fexternal-interpreterSimon Marlow2016-11-161-3/+15
* Remove CONSTR_STATICSimon Marlow2016-11-141-1/+1
* Some minor linker cleanups.Tamar Christina2016-11-061-1/+1
* Align GHCi's library search order more closely with LDsTamar Christina2016-10-311-3/+4
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-211-1/+2
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-211-1/+1
* Typos in commentsGabor Greif2016-10-171-1/+1
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-12/+15
* Fix #12442.Richard Eisenberg2016-09-231-1/+1
* Codegen for case: Remove redundant void id checksÖmer Sinan Ağacan2016-09-201-8/+10
* Add hook for creating ghci external interpreterAlan Zimmerman2016-09-091-6/+12
* Tag pointers in interpreted constructorsmniip2016-08-301-1/+3
* RtClosureInspect: Fix off-by-one error in cvReconstructTypemniip2016-08-231-4/+3
* Annotate initIfaceCheck with usage information.Edward Z. Yang2016-08-211-1/+1
* Squash space leaks in the result of byteCodeGenSimon Marlow2016-07-222-18/+70
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-213-101/+84
* Fix bytecode generator panicSeraphime Kirkovski2016-07-201-0/+11
* Remove some `undefined`sÖmer Sinan Ağacan2016-06-272-5/+4
* Remote GHCi: comments onlySimon Marlow2016-06-241-0/+7
* Document determinism in pprintClosureCommandBartosz Nitka2016-06-071-1/+4
* Kill two instances of uniqSetToListBartosz Nitka2016-06-071-9/+8
* Use UniqDFM for HomePackageTableBartosz Nitka2016-06-061-2/+1
* Use UniqDSet for finding free names in the LinkerBartosz Nitka2016-06-022-8/+10
* Fix bytecode gen to deal with rep-polymorphismSimon Peyton Jones2016-05-261-12/+25
* Use `setSession` instead of `modifySession` when setting `HscEnv`Ömer Sinan Ağacan2016-05-221-1/+1
* Add Windows import library support to the Runtime LinkerTamar Christina2016-04-171-16/+34
* Fix commented out debugging code in ByteCodeGenBartosz Nitka2016-04-141-1/+1
* Typos in non-codeGabor Greif2016-03-301-1/+1
* ErrUtils: Add timings to compiler phasesBen Gamari2016-03-241-7/+8
* Print which warning-flag controls an emitted warningMichael Walker2016-02-252-4/+9
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-2/+2
* GHCi: Fix Windows build (again)Ben Gamari2016-02-051-1/+1
* Overhaul the Overhauled Pattern Match CheckerGeorge Karachalias2016-02-041-3/+0
* Remote GHCi: parallelise BCO serializationSimon Marlow2016-02-022-3/+40
* Remote GHCi: batch the creation of stringsSimon Marlow2016-02-024-8/+58
* Remote GHCi: Optimize the serialization/deserialization of byte codeSimon Marlow2016-02-021-1/+13
* TyCoRep: Implement some helpers for dropping/checking Levity argumentsÖmer Sinan Ağacan2016-02-011-1/+1
* Fix the Windows buildThomas Miedema2016-01-291-0/+1
* Remote GHCi: create cost centre stacks in batchesSimon Marlow2016-01-271-6/+5
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-4/+0
* s/unLifted/unlifted for consistencyÖmer Sinan Ağacan2016-01-271-3/+3
* Enable RemoteGHCi on WindowsTamar Christina2016-01-271-22/+39
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-182-23/+23
* Link command line libs to temp soPeter Trommler2016-01-151-1/+13
* A little closer to supporting breakpoints with -fexternal-interpreterSimon Marlow2016-01-131-19/+25
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-089-145/+237