summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins
Commit message (Expand)AuthorAgeFilesLines
* Implement BoxedRep proposalAndrew Martin2020-12-144-1/+4
* Optimise nullary type constructor usagewip/tyconapp-optsBen Gamari2020-12-144-5/+2
* Revert "Optimise nullary type constructor usage"Ben Gamari2020-12-144-2/+5
* Optimise nullary type constructor usageBen Gamari2020-12-144-5/+2
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-212-11/+19
* Refactor -dynamic-too handlingSylvain Henry2020-11-061-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-294-5/+4
* Remove unsafeGlobalDynFlags (#17957, #14597)Sylvain Henry2020-09-302-5/+10
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-241-10/+5
* DynFlags: disentangle OutputableSylvain Henry2020-08-122-3/+8
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-2/+2
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-122-7/+9
* Update testsuiteSylvain Henry2020-06-174-8/+4
* Refactor hole constraints.Richard Eisenberg2020-05-061-3/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-264-5/+5
* Modules: type-checker (#13009)Sylvain Henry2020-04-076-8/+8
* simplifier: Kill off ufKeenessFactorBen Gamari2020-04-071-2/+0
* Modules: Types (#13009)Sylvain Henry2020-03-295-9/+9
* Modules: Driver (#13009)Sylvain Henry2020-02-2117-25/+25
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-121-1/+1
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-081-1/+1
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-2/+2
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-121-4/+7
* Monomorphize HsModule to GhcPs (#17642)Ryan Scott2020-01-071-2/+2
* Drop Uniquable constraint for AnnTargetBen Gamari2019-12-032-2/+2
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-272-1/+2
* compiler: introduce DynFlags pluginsAlp Mestanogullari2019-10-237-0/+80
* testsuite: Ensure that makefile tests get runBen Gamari2019-10-172-1/+3
* Break up TcRnTypes, among other modules.Richard Eisenberg2019-10-161-1/+1
* Solve constraints from top-level groups soonerRichard Eisenberg2019-10-081-2/+2
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-203-14/+14
* testsuite: check for RTS linkerPeter Trommler2019-09-111-1/+1
* testsuite: Mark test-hole-plugin as req_thBen Gamari2019-07-181-1/+2
* testsuite: Mark static-plugins as broken in profiled waysBen Gamari2019-07-181-0/+1
* Add -Winferred-safe-imports warningOleg Grenrus2019-06-251-1/+1
* Add HoleFitPlugins and RawHoleFitswip/D5373Matthías Páll Gissurarson2019-06-218-0/+218
* Try againBen Gamari2019-03-201-3/+5
* testsuite/plugins: Increase compile timeout on WindowsBen Gamari2019-03-201-5/+11
* testsuite/plugins: Add multi_cpu_race modifier on WindowsBen Gamari2019-03-201-27/+3
* Add `-fplugin-trustworthy` to avoid marking modules as unsafeZejun Wu2019-02-046-0/+34
* Use ByteString to represent Cmm string literals (#16198)Sylvain Henry2019-01-311-1/+1
* testsuite: Use makefile_testBen Gamari2019-01-301-22/+22
* testsuite: Introduce makefile_testBen Gamari2019-01-301-1/+1
* Revert "Batch merge"Ben Gamari2019-01-301-23/+23
* Batch mergeBen Gamari2019-01-301-23/+23
* testsuite: Normalise styleBen Gamari2019-01-271-6/+7
* testsuite: Add test for #16104Ben Gamari2019-01-279-0/+77
* Skip test when external interpreter missingPeter Trommler2018-12-281-0/+1
* Fix recompilation checking of pure pluginsDaniel Gröber2018-12-123-0/+62
* Support registering Plugins through the GHC APIDaniel Gröber2018-12-114-0/+113