summaryrefslogtreecommitdiff
path: root/libraries/ghci
Commit message (Expand)AuthorAgeFilesLines
...
* Bump base to 4.11.0.0Ben Gamari2017-09-211-1/+1
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-072-6/+6
* Add MonadIO Q - by requiring MonadIO => QuasiOleg Grenrus2017-08-051-1/+4
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-15/+1
* Typos in comments and explanation for unusused importsGabor Greif2017-07-181-5/+5
* [iserv] Fixing the word size for RemotePtr and toWordArrayBen Gamari2017-07-125-51/+122
* ByteCodeGen: use depth instead of offsets in BCEnvMichal Terepeta2017-07-111-3/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-282-3/+3
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-1/+1
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-1/+1
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-1/+1
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-083-4/+6
* Improve documentation for CreateBCOs Message.Moritz Angermann2017-02-281-0/+3
* Move Typeable Binary instances to binary packageBen Gamari2017-02-261-169/+8
* Type-indexed TypeableBen Gamari2017-02-182-1/+176
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-092-1/+5
* Add support for StaticPointers in GHCiBen Gamari2017-02-024-1/+34
* Expose purgeObj in ObjLinkJon Coens2017-01-101-3/+18
* Allow use of the external interpreter in stage1.Shea Levy2016-12-205-82/+116
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-195-116/+82
* Allow use of the external interpreter in stage1.Shea Levy2016-12-175-82/+116
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-1/+1
* ghc: Fix ghc's template-haskell boundBen Gamari2016-11-121-1/+1
* Add option to not retain CAFs to the linker APISimon Marlow2016-10-182-3/+24
* Implement deriving strategiesRyan Scott2016-09-301-0/+2
* Tag pointers in interpreted constructorsmniip2016-08-303-8/+25
* UNPACK the size field of SizedSeqSimon Marlow2016-07-221-1/+1
* Add deepseq dependency and a few NFData instancesSimon Marlow2016-07-222-0/+9
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-062-26/+28
* Remote GHCi: comments onlySimon Marlow2016-06-245-4/+125
* Remote GHCi: separate out message typesSimon Marlow2016-06-242-77/+106
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-1/+1
* Delete libraries/ghci/GNUmakefile [skip ci]Thomas Miedema2016-05-171-4/+0
* Add TH support for pattern synonyms (fixes #8761)Dominik Bollmann2016-05-121-0/+2
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-171-0/+1
* template-haskell: define `MonadFail Q` instanceHerbert Valerio Riedel2016-03-081-0/+4
* Fix a double-free bug in -fexternal-interpreterSimon Marlow2016-02-201-1/+0
* Remote GHCi: parallelise BCO serializationSimon Marlow2016-02-022-3/+4
* Remote GHCi: batch the creation of stringsSimon Marlow2016-02-023-73/+90
* Remote GHCi: Optimize the serialization/deserialization of byte codeSimon Marlow2016-02-021-10/+54
* Remote GHCi: create cost centre stacks in batchesSimon Marlow2016-01-272-17/+18
* A little closer to supporting breakpoints with -fexternal-interpreterSimon Marlow2016-01-132-44/+66
* fix typo causing compilation failure on SPARC (ArchSparc -> ArchSPARC)Karel Gardas2016-01-121-1/+1
* Fix Template Haskell's handling of infix GADT constructorsRyanGlScott2016-01-081-1/+1
* Support for qRecover in TH with -fexternal-interpreterSimon Marlow2016-01-082-22/+31
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-0811-185/+354
* Add Cabal synopses and descriptionsBen Gamari2016-01-051-2/+4
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* fix ghci build on ArchUnknown targetsSergei Trofimovich2015-12-311-3/+20
* Synchronise ghci-package version with ghc-packageHerbert Valerio Riedel2015-12-281-13/+16