summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Simplify: Take care with eta reduction in recursive RHSs (#21652)Sebastian Graf2022-07-266-16/+24
* CorePrep: Don't speculatively evaluate recursive calls (#20836)Sebastian Graf2022-07-264-0/+26
* driver: Fix implementation of -SMatthew Pickering2022-07-203-0/+10
* testsuite: Add test for #21624Ben Gamari2022-07-203-0/+14
* testsuite: Normalise versions in UnusedPackagesBen Gamari2022-07-202-3/+5
* testsuite: Fix T11829 on Centos 7Ben Gamari2022-07-201-1/+1
* Add tests that -XHaskell98 and -XHaskell2010 enable DeepSubsumptionMatthew Pickering2022-07-204-0/+27
* Add record-dot-syntax testColten Webb2022-07-194-0/+90
* Make withDict noinlinesheaf2022-07-164-0/+98
* Document RuntimeRep polymorphism limitations of catch#, et alBen Gamari2022-07-161-6/+10
* Change GHCi bytecode return convention for unlifted datatypes.Luite Stegeman2022-07-153-0/+30
* testsuite: Mark T13366Cxx as unbroken on DarwinBen Gamari2022-07-141-3/+1
* testsuite: Use system-cxx-std-lib instead of config.stdcxx_implBen Gamari2022-07-148-27/+12
* rts/linker/PEi386: Fix exception unwind unregistrationBen Gamari2022-07-142-2/+0
* testsuite: Add test for #21618 and #21847Ben Gamari2022-07-145-0/+51
* rts/linker/PEi386: Add finalization supportBen Gamari2022-07-141-5/+2
* testsuite: Add T20494Ben Gamari2022-07-145-0/+92
* hie-files: Record location of filled in default method bindingsZubin Duggal2022-07-145-36/+180
* hie-files: Fix scopes for deriving clauses and instance signatures (#18425)Zubin Duggal2022-07-143-1/+22
* Fix tcSplitNestedSigmaTysMatthew Pickering2022-07-142-0/+14
* Implement DeepSubsumptionSimon Peyton Jones2022-07-1411-18/+166
* Vendor filepath inside template-haskellMatthew Pickering2022-07-141-9/+8
* driver: Fix issue with module loops and multiple home unitsMatthew Pickering2022-07-146-0/+18
* Give Cmm files fake ModuleNames which include full filepathwip/andreask/late_cc_94Matthew Pickering2022-07-136-0/+43
* Change `-fprof-late` to insert cost centres after unfolding creation.Andreas Klebinger2022-07-135-0/+83
* ghci: Support :set prompt in multi replwip/ghc-9.4-backports-5Matthew Pickering2022-07-052-0/+4
* testsuite: Add test for #20735Ben Gamari2022-07-054-0/+64
* -ddump-llvm shouldn't imply -fllvmBen Gamari2022-07-051-1/+2
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-07-059-20/+31
* Don't mark lambda binders as OtherConAndreas Klebinger2022-07-0512-80/+65
* Fix combination of ArityType in andArityTypewip/9.4-T21694Matthew Pickering2022-06-302-0/+92
* Revert "Use fix-sized bit-fiddling primops for fixed size boxed types"ghc-9.4.1-alpha3Ben Gamari2022-06-232-33/+80
* rts/PEi386: Fix handling of weak symbolsBen Gamari2022-06-201-2/+0
* Bump cabal submodule to current 3.8 branchBen Gamari2022-06-201-5/+1
* testsuite: Add tests for system-cxx-std-lib packageBen Gamari2022-06-177-0/+43
* testsuite: Build T20918 with HC, not CXXBen Gamari2022-06-161-2/+2
* driver: Introduce pgmcxxBen Gamari2022-06-161-0/+1
* Add test for T21682Matthew Pickering2022-06-152-0/+4
* Add test for #21558Matthew Pickering2022-06-152-0/+17
* OverloadedRecordFields: mention parent name in 'ambiguous occurrence' error f...nineonine2022-06-1519-74/+115
* Generalize breakTyVarCycle to work with TyFamLHSRichard Eisenberg2022-06-154-1/+64
* Add a missing guard in GHC.HsToCore.Utils.is_flat_prod_patSimon Peyton Jones2022-06-153-0/+35
* Fix FreeVars computation for mdosheaf2022-06-152-0/+18
* Use a class to check validity of withDictKrzysztof Gogolewski2022-06-1513-25/+87
* Fix bad interaction between withDict and the SpecialiserSimon Peyton Jones2022-06-153-1/+109
* Remove pprTrace from pushCoercionIntoLambda (#21555)Matthew Pickering2022-06-142-0/+99
* Consider the stage of typeable evidence when checking stage restrictionMatthew Pickering2022-06-144-0/+30
* Use the wrapper for an unlifted bindingSimon Peyton Jones2022-06-142-0/+9
* Check for uninferrable variables in tcInferPatSynDeclSimon Peyton Jones2022-06-148-5/+24
* export IsList from GHC.IsListwip/T21517Teo Camarasu2022-05-305-11/+11