summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor temp files cleanupDouglas Wilson2017-06-081-2/+6
* Use lengthIs and friends in more placesRyan Scott2017-06-022-4/+4
* Deal with exceptions in dsWhenNoErrsSimon Peyton Jones2017-05-041-7/+3
* Prefer #if defined to #ifdefBen Gamari2017-04-281-7/+7
* askCc should be using the linker, not the compilerSimon Marlow2017-03-311-1/+1
* Spelling in comments only [ci skip]Gabor Greif2017-03-281-1/+1
* ghci/Linker.hs: Fix a typo in error messageÖmer Sinan Ağacan2017-03-241-1/+1
* Introduce putLogMsgBen Gamari2017-03-151-9/+8
* Typos in manual and commentsGabor Greif2017-03-141-1/+1
* Add GCC bin folder to search path.Tamar Christina2017-03-061-2/+4
* Extend Windows runtime loader libsearchTamar Christina2017-03-021-4/+7
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-012-11/+10