summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins
Commit message (Expand)AuthorAgeFilesLines
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-241-1/+1
* CI: Forbid the fully static build on Alpine to fail.M Farkas-Dyck2022-12-011-6/+11
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-251-9/+9
* Diagnostic codes: acccept test changessheaf2022-09-135-12/+15
* Add support for external static plugins (#20964)Sylvain Henry2022-08-1010-0/+107
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-032-3/+3
* testsuite: Mark T10420 as broken on WindowsBen Gamari2022-04-071-1/+1
* testsuite: Mark test-defaulting-plugin as fragile on WindowsBen Gamari2022-04-061-0/+2
* Add tests and docs on plugin args and order.Phil de Joux2022-04-0116-0/+178
* new datatypes for parsedResultActionJakob Bruenker2022-04-014-22/+18
* Give parsing plugins access to errorsJakob Brünker2022-03-3013-7/+170
* TTG Pull AbsBinds and ABExport out of the main ASTromes2022-03-141-1/+1
* Remove ghc_plugin_wayMatthew Pickering2022-02-031-42/+32
* Add flushes to plugin tests which print to stdoutMatthew Pickering2022-02-033-1/+20
* Accept new output for T14335 testMatthew Pickering2022-02-031-1/+1
* Don't initialise plugins when there are no pipelines to runMatthew Pickering2022-02-031-2/+2
* Frontend01 passes with static GHCMatthew Pickering2022-02-031-2/+1
* Multiple Home UnitsMatthew Pickering2021-12-284-12/+12
* Give plugins a better interface (#17957)Sylvain Henry2021-12-211-1/+3
* Plugin load order should follow the commandline order (fixes #17884)Andrei Barbu2021-12-156-1/+52
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-121-4/+4
* Adapt plugin test caseKai Prott2021-11-261-1/+1
* Improve error message for mis-typed plugins #20671Kai Prott2021-11-261-1/+1
* More support for optional home-unitSylvain Henry2021-11-201-1/+1
* Increase type sharingBen Gamari2021-11-174-4/+1
* Refactor package importsSylvain Henry2021-10-221-1/+1
* Make fields of GlobalRdrElt strictMatthew Pickering2021-10-201-1/+2
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-1/+1
* Add defaulting plugins.Andrei Barbu2021-10-0810-0/+262
* Don't link plugins' units with target code (#20218)Sylvain Henry2021-10-088-0/+95
* Recompilation: Handle -plugin-package correctlyMatthew Pickering2021-09-303-0/+16
* Rules for sized conversion primops (#19769)Sylvain Henry2021-09-304-0/+4
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-301-2/+2
* Refactor module dependencies codeSylvain Henry2021-09-174-4/+4
* Add plugin-recomp-change-2 testMatthew Pickering2021-08-234-0/+29
* driver: Initialise common plugins once, before starting the pipelineMatthew Pickering2021-08-231-3/+1
* Driver rework pt3: the upsweepMatthew Pickering2021-08-181-1/+3
* driver: Convert runPipeline to use a free monadMatthew Pickering2021-07-071-3/+4
* Converts diagnostics for two errors in Ghc.Tc.Module (#19926)Aaron Allen2021-06-236-0/+27
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-1/+1
* Driver Rework PatchMatthew Pickering2021-06-033-0/+7
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-231-1/+1
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-311-1/+1
* Add UnitId to Target recordFendor2021-03-282-2/+2
* GHC Exactprint main commitAlan Zimmerman2021-03-202-2/+3
* Use GHC2021 as default languageJoachim Breitner2021-03-102-0/+2
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-074-1/+4
* Move Hooks into HscEnvSylvain Henry2021-02-221-6/+3
* Separate AST from GhcPass (#18936)John Ericson2021-01-234-3/+4
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-222-3/+3