summaryrefslogtreecommitdiff
path: root/compiler/main/DynamicLoading.hs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-16/+5
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-5/+16
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-16/+5
* Refactor RdrName.Provenance, to fix #7672Simon Peyton Jones2015-06-031-3/+3
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-5/+16
* Amend TcPluginM interfaceAdam Gundry2014-12-181-4/+10
* Implement typechecker pluginsAdam Gundry2014-11-201-2/+47
* 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