summaryrefslogtreecommitdiff
path: root/compiler/main/DynamicLoading.hs
Commit message (Expand)AuthorAgeFilesLines
* Support registering Plugins through the GHC APIDaniel Gröber2018-12-111-5/+8
* Fix unused-import warningsDavid Eichmann2018-11-221-2/+3
* Plugin dependency information is stored separatelyChristiaan Baaij2018-08-011-5/+6
* Implement "An API for deciding whether plugins should cause recompilation"Matthew Pickering2018-05-301-8/+10
* Error message and doc improvements for #14335Ömer Sinan Ağacan2018-03-081-4/+18
* Only load plugins onceMatthew Pickering2018-03-021-6/+30
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Prefer #if defined to #ifdefBen Gamari2017-04-281-3/+3
* DynamicLoading: Replace map + zip with zipWithÖmer Sinan Ağacan2016-10-181-2/+2
* Abort the build when a Core plugin pass is specified in stage1 compilerÖmer Sinan Ağacan2016-06-171-0/+23
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-13/+14
* Implement -hide-all-plugin-packages and -plugin-package(-id), fixing #11244Edward Z. Yang2015-12-221-4/+2
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-2/+3
* Frontend plugins.Edward Z. Yang2015-12-121-6/+13
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-4/+3
* 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