summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Print constraints in quotes (#21167)Swann Moreau2022-08-19189-639/+641
* Fix #22048 where we failed to drop rules for -fomit-interface-pragmas.Andreas Klebinger2022-08-192-0/+12
* tc: warn about lazy annotations on unlifted arguments (fixes #21951)Zachary Wood2022-08-195-0/+33
* testsuite: Add test for #21583Bryan Richter2022-08-183-0/+113
* Be more careful in chooseInferredQuantifiersSimon Peyton Jones2022-08-185-0/+100
* driver: Honour -x optionMatthew Pickering2022-08-183-0/+12
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-114-2/+13
* Add support for external static plugins (#20964)Sylvain Henry2022-08-1012-0/+109
* base: Fix races in IOManager (setNumCapabilities,closeFdWith)Douglas Wilson2022-08-101-1/+0
* testsuite: 21651 add test for closeFdWith + setNumCapabilitiesDouglas Wilson2022-08-103-1/+135
* Cleanups around pretty-printingKrzysztof Gogolewski2022-08-091-1/+0
* testsuite: Add test for #21962Ben Gamari2022-08-082-0/+12
* dataToTag#: Skip runtime tag check if argument is infered taggedAndreas Klebinger2022-08-083-0/+462
* NCG(x86): Compile add+shift as lea if possible.wip/andreask/add_mul_leaAndreas Klebinger2022-08-083-0/+59
* Change `-fprof-late` to insert cost centres after unfolding creation.Andreas Klebinger2022-08-065-0/+83
* Fix equality operator in jspace testMatthew Pickering2022-08-051-2/+2
* Fix leaks in --make mode when there are module loopsMatthew Pickering2022-08-044-0/+98
* Fix TH + defer-type-errors interaction (#21920)Krzysztof Gogolewski2022-08-044-1/+21
* Remove TCvSubst and use Subst for both term and type-level substYiyun Liu2022-08-042-12/+12
* Add -dsuppress-coercion-types to make coercions even smaller.Andreas Klebinger2022-08-021-10/+4
* driver: Don't create LinkNodes when -no-link is enabledMatthew Pickering2022-07-288-14/+19
* Regression test for #21848Simon Peyton Jones2022-07-263-0/+468
* testsuite: Skip a few tests as in the nonmoving collectorBen Gamari2022-07-252-3/+13
* testsuite: Skip test cases involving -S when testing unregisterised GHCCheng Shao2022-07-252-6/+6
* Get the in-scope set right in FamInstEnv.injectiveBranchesSimon Peyton Jones2022-07-253-0/+34
* Add a 'notes' file in testsuite/tests/perf/compilerSimon Peyton Jones2022-07-251-0/+15
* Teach SpecConstr about typeDeterminesValueSimon Peyton Jones2022-07-257-18/+18
* Fix a small buglet in tryEtaReduceSimon Peyton Jones2022-07-252-0/+15
* More improvements to worker/wrapperSimon Peyton Jones2022-07-259-9/+144
* Add DeepSubsumption09Zubin Duggal2022-07-252-0/+11
* Add DeepSubsumption08Matthew Pickering2022-07-252-0/+17
* Add tests that -XHaskell98 and -XHaskell2010 enable DeepSubsumptionMatthew Pickering2022-07-253-0/+26
* Implement DeepSubsumptionSimon Peyton Jones2022-07-2513-17/+180
* Add test for #21360sheaf2022-07-222-0/+23
* Add test for #21871sheaf2022-07-223-0/+23
* Refactored Simplify passDominik Peteler2022-07-223-3/+19
* Make withDict opaque to the specialisersheaf2022-07-214-0/+98
* driver: Fix implementation of -SMatthew Pickering2022-07-193-0/+10
* testsuite: Fix T11829 on Centos 7Ben Gamari2022-07-161-1/+1
* testsuite: Mark T13366Cxx as unbroken on DarwinBen Gamari2022-07-161-3/+1
* testsuite: Use system-cxx-std-lib instead of config.stdcxx_implBen Gamari2022-07-164-10/+10
* rts/linker/PEi386: Fix exception unwind unregistrationBen Gamari2022-07-162-2/+0
* testsuite: Add test for #21618 and #21847Ben Gamari2022-07-165-0/+51
* rts/linker/PEi386: Add finalization supportBen Gamari2022-07-161-5/+2
* testsuite: Add T20494Ben Gamari2022-07-165-0/+92
* cmm: Eliminate orphan Outputable instancesBen Gamari2022-07-162-0/+2
* Document RuntimeRep polymorphism limitations of catch#, et alBen Gamari2022-07-161-6/+10
* Add record-dot-syntax testColten Webb2022-07-163-0/+49
* Change GHCi bytecode return convention for unlifted datatypes.Luite Stegeman2022-07-163-0/+30
* testsuite: Factor out common parts from hiefile testsZubin Duggal2022-07-138-145/+104