summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Instantiate top level foralls in partial type signaturesSimon Peyton Jones2022-06-204-1/+106
* Simplify: Take care with eta reduction in recursive RHSs (#21652)Sebastian Graf2022-06-206-13/+24
* CorePrep: Don't speculatively evaluate recursive calls (#20836)Sebastian Graf2022-06-204-0/+26
* testsuite: Add test for #21624Ben Gamari2022-06-183-0/+14
* Remove TcRnUnknownMessage usage from GHC.Rename.Env #20115uhbif192022-06-093-5/+9
* Add test for T21682Matthew Pickering2022-06-092-0/+4
* Typecheck remaining ValArgs in rebuildHsAppssheaf2022-06-0921-118/+212
* Core.Lint: Reduce `DynFlags` and `HscEnv`wip/no-state-core-lintJohn Ericson2022-06-074-2/+6
* Don't print the number of deps in count-deps testswip/enumerate-deps-only-no-countJohn Ericson2022-06-072-2/+2
* Ensure floated dictionaries are in scope (again)Simon Peyton Jones2022-06-063-0/+234
* Deprecate TypeInType extensionHaskellMouse2022-06-06137-156/+216
* HsToCore.Coverage: Purge DynFlagswip/coverage-configJohn Ericson2022-06-022-2/+4
* Make -fcompact-unwind the defaultMatthew Pickering2022-06-011-3/+2
* Bump bytestring, process, and text submodulesBen Gamari2022-06-011-1/+1
* Add test for #21619Matthew Pickering2022-06-012-0/+11
* TTG: Rework and improve splicesromes2022-06-019-66/+93
* Purge `DynFlags` and `HscEnv` from some `GHC.Core` modules where it's not too...wip/dflags-core-opt-easierJohn Ericson2022-05-312-2/+4
* A bunch of changes related to eta reductionSimon Peyton Jones2022-05-3021-434/+415
* export IsList from GHC.IsListTeo Camarasu2022-05-295-11/+11
* T16875: Stabilise (temporarily) by increasing acceptance thresholdMatthew Pickering2022-05-281-1/+3
* Fix FreeVars computation for mdosheaf2022-05-282-0/+18
* Use a class to check validity of withDictwip/withdictKrzysztof Gogolewski2022-05-2715-41/+87
* Generalize breakTyVarCycle to work with TyFamLHSRichard Eisenberg2022-05-264-1/+64
* Add tests for eta-expansion of data constructorssheaf2022-05-2610-0/+276
* TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-originromes2022-05-2611-87/+68
* fix executablePath test for NetBSDFraser Tweedale2022-05-261-8/+19
* executablePath test: fix file extension treatmentFraser Tweedale2022-05-261-10/+11
* Desugar RecordUpd in `tcExpr`wip/T18802CarrieMY2022-05-2529-38/+306
* Fix haddock_*_perf tests on non-GNU-grep systemsGreg Steuck2022-05-241-4/+4
* Add test for T21455Teo Camarasu2022-05-242-0/+6
* EPA: Comment Order ReversedAlan Zimmerman2022-05-236-6/+259
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-234-10/+336
* Improve FloatOut and SpecConstrwip/T21386Simon Peyton Jones2022-05-233-10/+36
* Consider the stage of typeable evidence when checking stage restrictionMatthew Pickering2022-05-224-0/+30
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-2114-15/+17
* Remove pprTrace from pushCoercionIntoLambda (#21555)Matthew Pickering2022-05-202-0/+99
* base: Throw exceptions raised while closing finalized HandlesBen Gamari2022-05-191-8/+10
* Don't store LlvmConfig into DynFlagsSylvain Henry2022-05-175-26/+33
* Add test for #21558Matthew Pickering2022-05-172-0/+17
* Remove unused test files (#21582)Vladislav Zavialov2022-05-174-751/+0
* Fix bad interaction between withDict and the SpecialiserSimon Peyton Jones2022-05-173-0/+109
* OverloadedRecordFields: mention parent name in 'ambiguous occurrence' error f...nineonine2022-05-1719-74/+115
* testsuite: Add tests for system-cxx-std-lib packageBen Gamari2022-05-177-0/+43
* testsuite: Build T20918 with HC, not CXXBen Gamari2022-05-171-2/+2
* driver: Introduce pgmcxxBen Gamari2022-05-171-0/+1
* TcPlugin: access to irreducible givens + fix passed ev_binds_varPavol Vargovcik2022-05-166-0/+116