summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't mark lambda binders as OtherConwip/andreask/othercon_94Andreas Klebinger2022-06-3012-80/+65
* 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
* 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
* EPA: Comment Order ReversedAlan Zimmerman2022-05-306-6/+259
* Add -dkeep-comments flag to keep comments in the parserAlan Zimmerman2022-05-303-0/+297
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-304-10/+336
* template-haskell: Fix representation of OPAQUE pragmasMatthew Pickering2022-05-302-0/+11
* testsuite: Add test for #21465Ben Gamari2022-05-304-0/+64
* Enable eventlog support in all ways by defaultBen Gamari2022-05-303-10/+10
* Bump deepseq submodule to masterBen Gamari2022-05-301-1/+1
* Add test for T21455Teo Camarasu2022-05-272-0/+6
* add test case for #21446Teo Camarasu2022-05-273-0/+12
* template-haskell: Bump version to 2.19.0.0Ben Gamari2022-05-181-1/+1
* Revert "Make the specialiser handle polymorphic specialisation"Matthew Pickering2022-05-153-67/+12
* Add arity to the INLINE pragmas for pattern synonymsSimon Peyton Jones2022-05-153-0/+137
* TcPlugin_CtId test for irreducible givensPavol Vargovcik2022-05-136-0/+116
* testsuite/T7275: Use sed -rBen Gamari2022-04-301-1/+1
* Bump ghc-prim and base versionsBen Gamari2022-04-3016-19/+19
* Mark GHC.Prim.PtrEq as Unsafesheaf2022-04-283-0/+13
* Bump bytestring, process, and text submodulesBen Gamari2022-04-281-2/+2
* Fix unification of ConcreteTvs, removing IsRefl#sheaf2022-04-2750-272/+373
* decideMonoTyVars: account for CoVars in candidatessheaf2022-04-272-0/+29
* testsuite: Add testcase for #21141Ben Gamari2022-04-252-0/+27
* testsuite: Add test for #21390Ben Gamari2022-04-256-0/+44
* testsuite: Drop reference to non-existent traceEventWithBen Gamari2022-04-232-2/+0
* Add regression test for #19569Andreas Klebinger2022-04-133-0/+53
* Add tests for several trace functions.Philip Hazelden2022-04-132-0/+4
* Revert "Rename [] to List (#21294)"GHC GitLab CI2022-04-1310-27/+14
* Revert "HsUniToken for :: in GADT constructors (#19623)"GHC GitLab CI2022-04-136-61/+11
* Disallow (->) as a data constructor name (#16999)Vladislav Zavialov2022-04-083-0/+9
* Docs: datacon eta-expansion, rep-poly checkssheaf2022-04-083-0/+20
* HsUniToken for :: in GADT constructors (#19623)Vladislav Zavialov2022-04-086-11/+61
* Add flag -fprof-manual which controls if GHC should honour manual cost centres.Andreas Klebinger2022-04-084-0/+46
* Merge remote-tracking branch 'origin/master'Ben Gamari2022-04-0825-35/+743
|\