summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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-168-26/+11
* 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
* hie-files: Record location of filled in default method bindingsZubin Duggal2022-07-135-39/+184
* hie-files: Fix scopes for deriving clauses and instance signatures (#18425)Zubin Duggal2022-07-133-1/+22
* driver: Fix issue with module loops and multiple home unitsMatthew Pickering2022-07-066-0/+18
* Remove many GHC dependencies from L.H.Sromes2022-07-0613-75/+42
* Vendor filepath inside template-haskellMatthew Pickering2022-07-051-9/+8
* ghci: Support :set prompt in multi replMatthew Pickering2022-07-042-0/+4
* Refactor ModuleName to L.H.S.Module.Nameromes2022-07-033-3/+3
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-0321-637/+695
* desugar: Look through ticks when warning about possible literal overflowMatthew Pickering2022-07-012-0/+7
* Fix panic with UnliftedFFITypes+CApiFFI (#14624)nineonine2022-07-015-0/+152
* template-haskell: Bump version to 2.19.0.0Ben Gamari2022-06-281-1/+1
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-06-289-20/+31
* testsuite: Add test for #20735Ben Gamari2022-06-284-0/+64
* -ddump-llvm shouldn't imply -fllvmBen Gamari2022-06-281-1/+2
* testsuite: Hide output from test compilations with verbosity==2Ben Gamari2022-06-271-1/+1
* add tests for addrToAny# levityNaomi Liu2022-06-272-0/+45
* Add suggestions for unrecognised pragmas (#21589)Tony Zorman2022-06-277-5/+31
* Don't mark lambda binders as OtherConAndreas Klebinger2022-06-2711-57/+53
* testsuite: Use normalise_version more consistentlyBen Gamari2022-06-278-16/+16
* Bump ghc-prim and base versionsBen Gamari2022-06-2717-20/+20
* testsuite: Add test for #21719Ben Gamari2022-06-223-0/+67
* Add a basic test for ByteArray's Monoid instanceMatthew Craven2022-06-222-0/+84
* Flags to disable local let-floating; -flocal-float-out, -flocal-float-out-top...Vanessa McHale2022-06-223-0/+89
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-202-3/+6