summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove splitEithers, use partitionEithers from baseÖmer Sinan Ağacan2018-03-121-1/+2
* Fix interpreter with profilingSimon Marlow2018-03-061-7/+4
* Allow top level ticked string literalsBartosz Nitka2018-03-061-2/+2
* Linker: ignore empty paths in addEnvPathsÖmer Sinan Ağacan2018-01-261-6/+13
* Support LIBRARY_PATH and LD_LIBRARY_PATH in rtsBen Gamari2018-01-151-6/+31
* Tweak link order slightly to prefer user shared libs before system ones.Tamar Christina2018-01-151-12/+36
* Fix #14608 by restoring an unboxed tuple checkRyan Scott2018-01-021-0/+5
* Allow packing constructor fieldsMichal Terepeta2017-10-294-48/+192
* RtClosureInspect: Fix inspecting Char# on 64-bit big-endianJames Clarke2017-10-161-1/+4
* Optimize linker by minimizing calls to tryGCC to avoid fork/exec overhead.Tamar Christina2017-10-031-20/+105
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-1911-0/+22
* Add debugPprTypeSimon Peyton Jones2017-08-311-13/+13
* Drop GHC 7.10 compatibilityRyan Scott2017-08-015-48/+1
* ByteCodeGen: use byte indexing for BCenvMichal Terepeta2017-07-281-184/+283
* Fix #13819 by refactoring TypeEqOrigin.uo_thingRichard Eisenberg2017-07-271-2/+2
* Avoid linear lookup in unload_wkr in the LinkerBartosz Nitka2017-07-221-2/+2
* Spelling fixesGabor Greif2017-07-201-4/+4
* [iserv] Fixing the word size for RemotePtr and toWordArrayBen Gamari2017-07-123-16/+6
* ByteCodeGen: use depth instead of offsets in BCEnvMichal Terepeta2017-07-111-29/+31
* Allow bytecode interpreter to make unsafe foreign callsBen Gamari2017-06-272-7/+16