summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Load `pthreads` by default on WindowsTamar Christina2017-02-261-1/+13
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* Ditch static flagsSylvain Henry2017-02-022-16/+17
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-0/+7
* Typos and grammar in manual/commentsGabor Greif2017-01-231-1/+1
* Always use -Xlinker for -rpathBartosz Nitka2017-01-211-4/+9
* Show explicit quantifiers in conflicting definitions errorPhil de Joux2017-01-201-1/+2
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-202-18/+62
* Update levity polymorphismRichard Eisenberg2017-01-195-68/+58
* Fix abort and import lib search on WindowsTamar Christina2017-01-151-1/+3
* Simplify CPP logic as we now need v7.10 for bootstrappingGabor Greif2017-01-131-5/+1
* Allow use of the external interpreter in stage1.Shea Levy2016-12-205-2/+72
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-195-49/+2
* Allow use of the external interpreter in stage1.Shea Levy2016-12-175-2/+49