summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-312-2/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-313-14/+0
* Adding flags: -ffull-guard-reasoning and too-many-guardsGeorge Karachalias2015-12-271-0/+3
* Don't drop last char of file if -osuf contains dotThomas Miedema2015-12-241-1/+1
* Fix typechecking for pattern synonym signaturesSimon Peyton Jones2015-12-221-1/+1
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-216-45/+56
* Fix libffi dependency, and remove redundant LibFFI.hscSimon Marlow2015-12-171-138/+0
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-1712-1175/+1168
* DynFlags: remove Opt_StaticThomas Miedema2015-12-151-5/+6
* Add kind equalities to GHC.Richard Eisenberg2015-12-114-49/+83
* Implement more deterministic operations and document themBartosz Nitka2015-12-021-1/+1
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-213-27/+27
* Fix archive loading on Windows by the runtime loaderTamar Christina2015-11-172-21/+44
* Detect invalid foreign imports in bytecode compilerSylvain HENRY2015-11-111-8/+23
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-072-53/+80
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-073-44/+63
* Fix breakage in the GHCi debuggerSimon Marlow2015-10-211-10/+3
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-172-5/+6
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-143-14/+14
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-2/+1
* Fix GHCi on Arm (#10375).Erik de Castro Lopo2015-10-151-5/+5
* Add short library names support to Windows linkerTamar Christina2015-10-101-3/+7
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-30/+16
* Switch from recording IsBootInterface to recording full HscSource.Edward Z. Yang2015-07-221-1/+1
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-16/+30
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-30/+16
* Remove redundant importSimon Peyton Jones2015-06-021-1/+0
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-021-26/+25
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-2/+2
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-06-011-11/+11
* Revert "In ghci linker, link against all previous temp sos (#10322)"Austin Seipp2015-05-191-11/+11
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-05-191-11/+11
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-3/+4