summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add missing entry to freeNamesItem (#18369)Krzysztof Gogolewski2020-06-232-0/+11
* Fix a buglet in Simplify.simplCastSimon Peyton Jones2020-06-232-0/+11
* Fix issue #18262 by zonking constraints after solvingXavier Denis2020-06-234-0/+18
* Add tests for #17920Sylvain Henry2020-06-2310-9/+75
* CmmToC: don't add extern decl to parsed Cmm dataSylvain Henry2020-06-231-2/+1
* Relax allocation threshold for T12150.Andreas Klebinger2020-06-181-1/+6
* Update testsuiteSylvain Henry2020-06-17121-276/+206
* Various performance improvementsKrzysztof Gogolewski2020-06-172-6/+5
* Linear types (#15981)Krzysztof Gogolewski2020-06-17142-233/+1637
* base: Bump to 4.15.0.0Ben Gamari2020-06-1710-19/+19
* T16190: only measure bytes_allocatedSylvain Henry2020-06-171-1/+1
* FFI: Fix pass small ints in foreign call wrappersPeter Trommler2020-06-146-0/+35
* testsuite: Add tests for #18227Ben Gamari2020-06-143-0/+24
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-145-0/+66
* Use HsForAllTelescope to avoid inferred, visible forallsRyan Scott2020-06-133-20/+19
* testsuite: Increase size of T12150Ben Gamari2020-06-131-0/+410
* Fix #12073: Add MonadFix Q instanceOleg Grenrus2020-06-133-0/+36
* Trim the demand for recursive product typesSimon Peyton Jones2020-06-132-0/+73
* Don't return preload units when we set DyNFlagsSylvain Henry2020-06-131-2/+3
* DynFlags: make listVisibleModuleNames take a UnitStateSylvain Henry2020-06-131-2/+4
* Only test T16190 with the NCGSylvain Henry2020-06-131-1/+4
* test: fix conc038Sylvain Henry2020-06-102-3/+3
* Initialize the allocation counter in GHCi to 0 (Fixes #16012)Roland Senn2020-06-103-0/+4
* Fix lookupGlobalOccRn_maybe sometimes reporting an errorLuke Lau2020-06-103-0/+30
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-1013-8/+239
* Cross-module LambdaFormInfo passingÖmer Sinan Ağacan2020-06-1012-4/+49
* Always use rnImplicitBndrs to bring implicit tyvars into scopeRyan Scott2020-06-1015-26/+26
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-0912-139/+156
* Simplify bindLHsTyVarBndrs and bindHsQTyVarswip/simply-bind-tyvarsRyan Scott2020-06-056-9/+9
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-05380-1553/+1937
* Add test for #17669nineonine2020-06-043-0/+14
* Fix documentation on type families not being extractedLuke Lau2020-06-042-0/+10
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-045-9/+7
* Improve parser error messages for TemplateHaskellQuotesVladislav Zavialov2020-06-013-0/+9
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-017-13/+25
* Improve parser error messages for the @-operatorVladislav Zavialov2020-06-017-1/+26
* Rename the singleton tuple GHC.Tuple.Unit to GHC.Tuple.SoloTom Ellis2020-06-0110-40/+40
* testsuite: Work around spurious mypy failureBen Gamari2020-06-011-1/+1
* testsuite/testutil: Fix bytes/str mismatchBen Gamari2020-06-011-1/+1
* testsuite/perf_notes: Fix ill-typed assignmentsBen Gamari2020-06-011-4/+5
* testsuite: Refactor ghostscript detectionBen Gamari2020-06-013-25/+45
* testsuite: Don't fail if we can't unlink __symlink_testBen Gamari2020-06-011-1/+4
* HsToCore: Eta expand left sectionsBen Gamari2020-06-011-1/+1
* testsuite: Add test for desugaring of PostfixOperatorsBen Gamari2020-06-013-0/+8
* testsuite: Add test for #18151Ben Gamari2020-06-013-0/+12
* Eta expand un-saturated primopsBen Gamari2020-05-293-3/+21
* DmdAnal: Recognise precise exceptions from case alternatives (#18086)Sebastian Graf2020-05-283-0/+45
* FloatOut: Only eta-expand dead-end RHS if arity will increase (#18231)Sebastian Graf2020-05-283-0/+52
* Fix #18071Xavier Denis2020-05-284-0/+42
* Add Semigroup/Monoid for Q (#18123)Vladislav Zavialov2020-05-282-0/+14