summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Reject nested foralls/contexts in instance types more consistentlyRyan Scott2020-06-3017-37/+169
* Fix a typo in LintSimon Peyton Jones2020-06-282-0/+6
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-282-2/+2
* Use NHsCoreTy to embed types into GND-generated codeRyan Scott2020-06-284-49/+37
* Fix ghc-bignum exceptionsSylvain Henry2020-06-274-3/+25
* Revamp the treatment of auxiliary bindings for derived instancesRyan Scott2020-06-274-51/+72
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-2640-2/+466
* Enable maxBound checks for OverloadedLists (Fixes #18172)Roland Senn2020-06-255-0/+97
* test suite: add reproducer for #17516Artem Pelenitsyn2020-06-253-0/+478
* In `:break ident` allow out of scope and nested identifiers (Fix #3000)Roland Senn2020-06-259-6/+73
* 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-239-7/+74
* 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-17118-269/+186
* 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
* 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