summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Make `identifier` parse unparenthesized `->` (#18060)Joshua Price2020-05-273-0/+15
* Make WorkWrap.Lib.isWorkerSmallEnough aware of the old aritySebastian Graf2020-05-263-0/+92
* Add info about typeclass evidence to .hie filesZubin Duggal2020-05-265-12/+209
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-257-73/+70
* Make Unicode brackets opening/closing tokens (#18225)Joshua Price2020-05-244-0/+27
* Add orderingTyCon to wiredInTyCons (#18185)Ryan Scott2020-05-242-0/+32
* Rename GHC.Hs.Types into GHC.Hs.TypeSylvain Henry2020-05-248-10/+10
* Move Config module into GHC.SettingsSylvain Henry2020-05-242-2/+2
* Fix #18145 and also avoid needless work with implicit varsJohn Ericson2020-05-233-0/+24
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-236-0/+51
* Add a regression test for #11506Krzysztof Gogolewski2020-05-212-0/+14
* Add INLINABLE pragmas to Enum list producersbuggymcbugfix2020-05-212-0/+30
* llvmGen: Consider Relocatable read-only data as not constantReferences: #18137Tuan Le2020-05-213-0/+8