summaryrefslogtreecommitdiff
path: root/compiler/main/DynamicLoading.hs
Commit message (Expand)AuthorAgeFilesLines
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-091-11/+15
* Clean up some outdated comments (#8418)Austin Seipp2013-10-091-3/+6
* Restructure compilation pipeline to allow hooksAustin Seipp2013-09-221-6/+17
* Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-301-2/+2
* When using a GHC plugin, load its interface file very partially: just enough ...Daniel Vainsencher2012-12-051-4/+3
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-10/+11
* Refactor to replace hscGetModuleExports by hscGetModuleInterfaceSimon Peyton Jones2011-08-031-15/+15
* Fix #5289 (loading libstdc++.so in GHCi), and also fix some otherSimon Marlow2011-08-031-1/+20
* Add dynamically-linked plugins (see Trac #3843)Simon Peyton Jones2011-06-161-0/+150