summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make globals use sharedCAFMoritz Angermann2016-12-111-22/+22
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-22/+22
* Make globals use sharedCAFMoritz Angermann2016-11-291-22/+22
* GHCi: Unconditionally import System.DirectoryBen Gamari2016-11-171-1/+1
* Fix -fobject-code with -fexternal-interpreterSimon Marlow2016-11-161-3/+15
* Remove CONSTR_STATICSimon Marlow2016-11-141-1/+1
* Some minor linker cleanups.Tamar Christina2016-11-061-1/+1
* Align GHCi's library search order more closely with LDsTamar Christina2016-10-311-3/+4
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-211-1/+2
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-211-1/+1
* Typos in commentsGabor Greif2016-10-171-1/+1
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-12/+15
* Fix #12442.Richard Eisenberg2016-09-231-1/+1
* Codegen for case: Remove redundant void id checksÖmer Sinan Ağacan2016-09-201-8/+10
* Add hook for creating ghci external interpreterAlan Zimmerman2016-09-091-6/+12
* Tag pointers in interpreted constructorsmniip2016-08-301-1/+3
* RtClosureInspect: Fix off-by-one error in cvReconstructTypemniip2016-08-231-4/+3
* Annotate initIfaceCheck with usage information.Edward Z. Yang2016-08-211-1/+1
* Squash space leaks in the result of byteCodeGenSimon Marlow2016-07-222-18/+70
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-213-101/+84
* Fix bytecode generator panicSeraphime Kirkovski2016-07-201-0/+11
* Remove some `undefined`sÖmer Sinan Ağacan2016-06-272-5/+4
* Remote GHCi: comments onlySimon Marlow2016-06-241-0/+7
* Document determinism in pprintClosureCommandBartosz Nitka2016-06-071-1/+4
* Kill two instances of uniqSetToListBartosz Nitka2016-06-071-9/+8
* Use UniqDFM for HomePackageTableBartosz Nitka2016-06-061-2/+1
* Use UniqDSet for finding free names in the LinkerBartosz Nitka2016-06-022-8/+10