summaryrefslogtreecommitdiff
path: root/docs/users_guide/extending_ghc.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update docs to reflect changes to DeriveDataTypeableChris Martin2017-06-271-1/+1
* Fix incorrect statement about plugin packages.Edward Z. Yang2017-01-011-4/+4
* Make globals use sharedCAFMoritz Angermann2016-12-111-13/+0
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-0/+13
* Make globals use sharedCAFMoritz Angermann2016-11-291-13/+0
* users-guide: Begin documenting --frontendBen Gamari2016-01-191-1/+1
* users_guide: Use semantic directive/role for command line optionsBen Gamari2016-01-091-24/+26
* Implement -hide-all-plugin-packages and -plugin-package(-id), fixing #11244Edward Z. Yang2015-12-221-3/+48
* Frontend plugins.Edward Z. Yang2015-12-121-0/+50
* extending_ghc.rst: fix broken link (Trac #10950)Sergei Trofimovich2015-12-031-1/+1
* Move user's guide to ReStructuredTextBen Gamari2015-10-031-0/+535