summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* Clean up `#include`s in the compilerJohn Ericson2019-10-052-2/+1
* Refactor bad coercion checking in a few placesÖmer Sinan Ağacan2019-09-111-2/+3
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-105-8/+8
* GHCi supports not-necessarily-lifted join pointsRichard Eisenberg2019-08-143-32/+117
* Fix #8487: Debugger confuses variablesRoland Senn2019-07-212-4/+6
* ghci: Load static objects in batchesBen Gamari2019-06-231-13/+31
* linker: Disable code unloadingBen Gamari2019-06-211-1/+5
* Move 'Platform' to ghc-bootJohn Ericson2019-06-193-3/+3
* Maintain separate flags for C++ compiler invocationsBen Gamari2019-06-131-1/+1
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-122-8/+4
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-111-5/+5
* Remove trailing whitespaceMatthew Pickering2019-06-081-1/+1
* Fix space leaks in dynLoadObjs (#16708)Ryan Scott2019-05-311-7/+7
* Inline `Settings` into `DynFlags`John Ericson2019-05-291-1/+1
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-213-95/+181
* Update a panic messageÖmer Sinan Ağacan2019-04-111-2/+2
* Remove unnecessary uses of UnboxedTuples pragma (see #13101 / #15454)Michael Sloan2019-04-012-2/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* Improve error recovery in the typecheckerSimon Peyton Jones2019-03-161-2/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-153-6/+6
* Remove the GHCi debugger's panicking isUnliftedType checkRyan Scott2019-03-151-2/+1
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-232-4/+4
* Support printing `integer-simple` Integers in GHCiAlec Theriault2019-01-161-1/+31
* Check that libs found by GCC aren't foldersAlec Theriault2019-01-071-1/+2
* ghci: Fix unused binder warnings when building with integer-simpleBen Gamari2018-12-171-2/+0
* Merge sections in profiling .a to .p_o and use it whenever it existsZejun Wu2018-12-171-7/+4
* RTS linker: don't crash early when not finding extra-librariesKyrill Briantsev2018-12-111-9/+68
* Fix #15953 by consistently using dumpIfSet_dyn to print debug outputChaitanya Koparkar2018-11-291-11/+5
* Fix unused-import warningsDavid Eichmann2018-11-222-4/+2
* Rename literal constructorsSylvain Henry2018-11-222-31/+31
* Add Int8# and Word8#Michal Terepeta2018-11-021-6/+11
* Fix BLACKHOLE inspection in RtClosureInspectÖmer Sinan Ağacan2018-10-151-4/+16
* Add RubbishLit for absent bindings of UnliftedRepSebastian Graf2018-10-142-0/+5
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-091-11/+6
* Add Int8# and Word8#Michal Terepeta2018-10-071-6/+11
* Coercion Quantificationningning2018-09-151-2/+5
* Remove knot-tying bug in TcHsSyn.zonkTyVarOccSimon Peyton Jones2018-08-311-2/+3
* Clean up TcHsSyn.zonkEnvSimon Peyton Jones2018-08-241-12/+3
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-072-5/+10
* Stop the linker panicMoritz Angermann2018-08-061-25/+34
* linker: Nub rpathsMoritz Angermann2018-08-011-10/+8
* Fix endian issues in ghc-heapPeter Trommler2018-07-271-3/+6
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-163-61/+149
* Fix space leaksSimon Marlow2018-07-161-14/+19
* Fix nptr field alignment in RtClosureInspectÖmer Sinan Ağacan2018-07-041-4/+7
* RtClosureInspect: add some docs, remove unused stuffÖmer Sinan Ağacan2018-07-041-71/+58
* Built-in Natural literals in CoreSylvain Henry2018-06-152-25/+29
* Add HeapView functionalityPatrick Dougherty2018-05-204-298/+98
* Less Tc inside simplCore (Phase 1 for #14391)Artem Pelenitsyn2018-05-152-15/+13
* Fix #9438 by converting a panic to an error messageRyan Scott2018-04-131-2/+13