summaryrefslogtreecommitdiff
path: root/docs/users_guide/extending_ghc.rst
Commit message (Expand)AuthorAgeFilesLines
* Add support for external static plugins (#20964)Sylvain Henry2022-08-101-1/+13
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-0/+113
* TcPlugin: access to irreducible givens + fix passed ev_binds_varPavol Vargovcik2022-05-161-4/+9
* Update extending_ghc for TcPlugin changessheaf2022-05-121-6/+6
* Update docs for change to type-checking pluginssheaf2022-04-271-2/+2
* Add tests and docs on plugin args and order.Phil de Joux2022-04-011-1/+30
* new datatypes for parsedResultActionJakob Bruenker2022-04-011-22/+23
* Give parsing plugins access to errorsJakob Brünker2022-03-301-6/+23
* docs: fix error in annotation guide code snippetHugo2022-02-221-2/+2
* Plugin load order should follow the commandline order (fixes #17884)Andrei Barbu2021-12-151-3/+5
* Add defaulting plugins.Andrei Barbu2021-10-081-0/+58
* Documentation: use https linksKrzysztof Gogolewski2021-09-081-2/+2
* TcPlugins: solve and report contras simultaneouslysheaf2021-08-231-11/+13
* Add rewriting to typechecking pluginssheaf2021-08-131-18/+94
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-6/+3
* Separate AST from GhcPass (#18936)John Ericson2021-01-231-2/+2
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-7/+11
* Various documentation fixesKrzysztof Gogolewski2020-09-251-2/+2
* ghc-bignum librarySylvain Henry2020-06-171-8/+4
* docs: fix formatting in users guideAdam Sandberg Ericsson2020-06-171-1/+1
* Rename TcHoleErrors to GHC.Tc.Errors.HoleJan Hrček2020-06-161-2/+2
* Fix typos and formatting in user guideJan Hrček2020-06-161-1/+1
* Implement extensible interface filesJosh Meredith2020-04-121-0/+27
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-4/+4
* Modules: Driver (#13009)Sylvain Henry2020-02-211-14/+14
* compiler: introduce DynFlags pluginsAlp Mestanogullari2019-10-231-0/+106
* users-guide: Fix links and formats for GHC 8.10Takenobu Tani2019-09-231-4/+4
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-5/+5
* Add HoleFitPlugins and RawHoleFitswip/D5373Matthías Páll Gissurarson2019-06-211-0/+323
* users-guide: Fix a variety of broken links and syntaxBen Gamari2019-06-191-3/+4
* users-guide: Update Wiki URLs to point to GitLabTakenobu Tani2019-03-191-2/+2
* Add `-fplugin-trustworthy` to avoid marking modules as unsafeZejun Wu2019-02-041-0/+10
* A few typofixesGabor Greif2019-01-231-1/+1
* Add -Wmissing-deriving-strategieschessai2019-01-061-0/+1
* Fix recompilation checking of pure pluginsDaniel Gröber2018-12-121-4/+15
* Fixed plugin example to workabc2018-12-071-14/+14
* docs: fix example codejohn2018-09-191-2/+2
* Run the renamed source plugin after each HsGroupMatthew Pickering2018-07-121-9/+10
* Typofixes in docs and comments [ci skip]Gabor Greif2018-06-181-1/+1
* Replace `showSDocUnsafe` with `showSDoc` in extending_ghc.rstHE, Tao2018-06-141-6/+15
* docs: Add mentions of new plugins mechanisms to users guideBen Gamari2018-06-121-1/+1
* Run typeCheckResultAction and renamedResultAction in TcM rather than HscMatthew Pickering2018-06-071-38/+38
* Extended the plugin system to run plugins on more representationsBoldizsar Nemeth2018-06-021-0/+203
* vectorise: Put it out of its miseryBen Gamari2018-06-021-1/+1
* Implement "An API for deciding whether plugins should cause recompilation"Matthew Pickering2018-05-301-0/+57
* Error message and doc improvements for #14335Ömer Sinan Ağacan2018-03-081-0/+3
* Prevent "C--" translating to "C–" in the User's Guide.Steven Shaw2018-01-021-1/+1
* Implement TH addCorePlugin.Facundo Domínguez2017-09-211-0/+12
* users_guide: Convert mkUserGuidePart generation to a Sphinx extensionPatrick Dougherty2017-08-181-1/+19
* users-guide: Standardize and repair all flag referencesPatrick Dougherty2017-07-231-33/+32