summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf
Commit message (Expand)AuthorAgeFilesLines
* Do not collect compile-time metrics for T21839rMatthew Craven2023-01-233-3/+7
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-01-232-3/+5
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-241-1/+1
* Make `drop` and `dropWhile` fuse (#18964)Sebastian Graf2022-12-083-0/+21
* Add Javascript backendSylvain Henry2022-11-293-0/+7
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-253-33/+33
* Make T21839c's ghc/max threshold more forgivingSebastian Graf2022-11-191-1/+2
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-1/+0
* Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117)Giles Anderson2022-11-091-2/+2
* Define `Infinite` list and use where appropriate.M Farkas-Dyck2022-11-083-1/+16
* Convert Diagnostics in GHC.Tc.Gen.Splice (#20116)Aaron Allen2022-10-242-2/+2
* Class layout info (#19623)Vladislav Zavialov2022-10-231-5/+5
* Add a perf test for the generics code pattern from #21839.Andreas Klebinger2022-10-136-0/+109
* Improve aggressive specialisationSimon Peyton Jones2022-09-282-0/+57
* Diagnostic codes: acccept test changessheaf2022-09-138-42/+42
* Remove testsuite/tests/perf/haddock/.gitignoreBen Gamari2022-08-251-2/+0
* Print constraints in quotes (#21167)Swann Moreau2022-08-195-157/+157
* Add a 'notes' file in testsuite/tests/perf/compilerSimon Peyton Jones2022-07-251-0/+15
* Teach SpecConstr about typeDeterminesValueSimon Peyton Jones2022-07-251-1/+1
* Remove many GHC dependencies from L.H.Sromes2022-07-061-5/+10
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-202-3/+6
* Deprecate TypeInType extensionHaskellMouse2022-06-062-2/+4
* TTG: Rework and improve splicesromes2022-06-012-17/+36
* T16875: Stabilise (temporarily) by increasing acceptance thresholdMatthew Pickering2022-05-281-1/+3
* Improve FloatOut and SpecConstrwip/T21386Simon Peyton Jones2022-05-231-0/+18
* Fix several note references, part 2Krzysztof Gogolewski2022-05-051-2/+2
* testsuite: Add performance test for #14766wip/T14766-testBen Gamari2022-04-282-0/+31
* Specialising through specialised method calls (#19644)Sebastian Graf2022-04-122-1/+1
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-012-5/+6
* Minor cleanupKrzysztof Gogolewski2022-04-013-14/+4
* TTG: TH brackets finishing touchesromes2022-03-182-52/+25
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-151-0/+1
* Add two coercion optimisation perf testssheaf2022-03-143-1/+1408
* Introduce ConcreteTv metavariablessheaf2022-03-021-1/+1
* Decrease the size of the LargeRecord testsheaf2022-02-111-30/+0
* Add some perf tests for coercionssheaf2022-02-099-0/+1189
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-044-1/+88
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+1
* testsuite/T4029: Don't depend on echoBen Gamari2022-01-301-108/+108
* Widen T12545 acceptance windowMatthew Pickering2022-01-251-4/+9
* Replace `seq` with POSIX-standard printf(1) in ManyAlternatives testGreg Steuck2022-01-031-4/+6
* Multiple Home UnitsMatthew Pickering2021-12-286-0/+194
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-224-449/+0
* Regression test for renamer/typechecker performance (#20261)Ben Gamari2021-12-172-0/+1698
* Revert "Data.List specialization to []"Matthew Pickering2021-12-033-5/+5
* testsuite: Convert hole fit performance tests into proper perf testsMatthew Pickering2021-11-115-0/+760
* Add performance test for ghci, -fno-code and reloading (#20509)Matthew Pickering2021-10-193-0/+48
* Add GHCi recompilation performance testMatthew Pickering2021-10-123-0/+44
* New test case: Variant of T14052 with data type definitionsJoachim Breitner2021-10-083-0/+1011
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-301-0/+160