summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix printing in -ddump-rule-rewrites (#18668)Krzysztof Gogolewski2020-12-203-0/+36
* Kill floatEqualities completelySimon Peyton Jones2020-12-206-54/+65
* Improve inference with linear typesKrzysztof Gogolewski2020-12-203-6/+8
* Add two warnings to -WallTom Ellis2020-12-194-5/+5
* Make noinline more reliableSimon Peyton Jones2020-12-193-1/+73
* testsuite: Fix two shell quoting issuesBen Gamari2020-12-182-4/+4
* Fix #19044 by tweaking unification in inst lookupRichard Eisenberg2020-12-183-0/+36
* Split Driver.Env moduleAlfredo Di Napoli2020-12-181-1/+2
* Use HsOuterExplicit in instance sigs in deriving-generated codeRyan Scott2020-12-183-10/+26
* Unfortunate dirty hack to overcome #18998.Richard Eisenberg2020-12-173-0/+44
* Reject dodgy scoping in associated family instance RHSesRyan Scott2020-12-176-23/+38
* Force module recompilation if '*' prefix was used to load modules in ghci (#8...nineonine2020-12-173-0/+14
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-1565-195/+111
* testsuite: Mark divbyzero, derefnull as fragileBen Gamari2020-12-151-0/+2
* Add regression test for #19053Sebastian Graf2020-12-152-0/+9
* Implement BoxedRep proposalAndrew Martin2020-12-1465-111/+195
* Optimise nullary type constructor usagewip/tyconapp-optsBen Gamari2020-12-1411-24/+20
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-145-10/+13
* Revert "Optimise nullary type constructor usage"Ben Gamari2020-12-1411-20/+24
* Optimise nullary type constructor usageBen Gamari2020-12-1411-24/+20
* Implement type applications in patternsCale Gibbard2020-12-1448-13/+450
* Demand: Simplify `CU(U)` to `U` (#19005)Sebastian Graf2020-12-124-7/+7
* DmdAnal: Annotate top-level function bindings with demands (#18894)Sebastian Graf2020-12-125-0/+643
* Arrows: correctly query arrow methods (#17423)Sylvain Henry2020-12-113-1/+1
* Add :doc test case for duplicate record fieldsAaron Allen2020-12-113-0/+17
* Elide extraneous messages for :doc command (#15784)Aaron Allen2020-12-113-0/+11
* Display FFI labels (fix #18539)Sylvain Henry2020-12-111-1/+1
* Fix kind inference for data types. Again.Simon Peyton Jones2020-12-0825-49/+193
* testsuite: Add a test for #18923Ben Gamari2020-12-052-0/+20
* Fix bad span calculations of post qualified importsShayne Fletcher2020-12-053-0/+68
* Remove flattening variablesRichard Eisenberg2020-12-0174-181/+566
* Bump the # of commits searched for perf baselineRichard Eisenberg2020-12-011-1/+1
* Move core flattening algorithm to Core.UnifyRichard Eisenberg2020-12-011-1/+1
* testsuite: Mark T14702 as fragile on WindowsBen Gamari2020-11-281-0/+1
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-2629-66/+195
* CmmToLlvm: Declare signature for memcmpwip/angerman/arm64Ben Gamari2020-11-241-0/+10
* Add regression test for #10504Ryan Scott2020-11-214-0/+15
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-212-11/+19
* Introduce -fprof-callers flagBen Gamari2020-11-219-1/+458
* testsuite: Refactor CountParserDepsBen Gamari2020-11-212-6/+238
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-2052-178/+369
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-1855-104/+178
* Add Addr# atomic primops (#17751)Sylvain Henry2020-11-162-114/+219
* Use tcSplitForAllInvisTyVars (not tcSplitForAllTyVars) in more placesRyan Scott2020-11-155-0/+23
* Add rts_listThreads and rts_listMiscRoots to RtsAPI.hDavid Eichmann2020-11-134-0/+70
* Arity: Emit "Exciting arity" warning only after second iteration (#18937)Sebastian Graf2020-11-131-1/+1
* Arity: Rework `ArityType` to fix monotonicity (#18870)Sebastian Graf2020-11-133-0/+22
* testsuite: Add testcase for #18733Ben Gamari2020-11-116-0/+35
* Introduce test for dynamic library unloadingGHC GitLab CI2020-11-114-0/+117
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-119-5/+49