summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add an INLINE pragma to Control.Category.>>>Alexis King2020-04-124-0/+287
* Use conLikeUserTyVarBinders to quantify field selector typesRyan Scott2020-04-122-0/+35
* Implement extensible interface filesJosh Meredith2020-04-122-1/+2
* Significant refactor of LintSimon Peyton Jones2020-04-122-0/+45
* testsuite: Fix comment for a language extensionTakenobu Tani2020-04-121-2/+2
* Testsuite: mark T11531 fragilePeter Trommler2020-04-101-1/+2
* testsuite: Move no_lint to the top level, tweak hie002Ömer Sinan Ağacan2020-04-103-7/+14
* Fix CNF handling in compacting GCÖmer Sinan Ağacan2020-04-091-1/+5
* Handle promoted data constructors in typeToLHsType correctlyRyan Scott2020-04-083-22/+22
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-1/+0
* Modules: type-checker (#13009)Sylvain Henry2020-04-0744-54/+58
* simplifier: Kill off ufKeenessFactorBen Gamari2020-04-079-65/+19
* Fix an tricky specialiser loopSimon Peyton Jones2020-04-064-0/+226
* Enable ImpredicativeTypes internally when typechecking selector bindingsRyan Scott2020-04-042-0/+31
* Major improvements to the specialiserSimon Peyton Jones2020-04-0311-2/+187
* Testsuite: measure compiler stats for T16190Sylvain Henry2020-04-031-1/+1
* Improve and refactor StgToCmm codegen for DataCons.Andreas Klebinger2020-04-031-1/+1
* Fix two ASSERT buglets in reifyDataConRyan Scott2020-04-023-0/+20
* Preserve precise exceptions in strictness analysisSebastian Graf2020-04-022-1/+20
* Re-engineer the binder-swap transformationSimon Peyton Jones2020-04-024-37/+21
* PmCheck: Adjust recursion depth for inhabitation testSebastian Graf2020-04-014-0/+65
* Add regression test for #17963Ryan Scott2020-03-313-0/+29
* Expect T4267 to passSylvain Henry2020-03-301-2/+1
* Run checkNewDataCon before constraint-solving newtype constructorsRyan Scott2020-03-293-0/+13
* testsuite: Remove test that dlopens a PIE object.Marius Bakke2020-03-294-21/+1
* testsuite: Mark T12971 as broken on WindowsBen Gamari2020-03-291-1/+1
* testsuite: Fix T17786Ben Gamari2020-03-292-2/+2
* testsuite: Fix T17786 on WindowsBen Gamari2020-03-291-2/+2
* Demand analysis: simplify the demand for a RHSSimon Peyton Jones2020-03-2910-338/+328
* Modules: Types (#13009)Sylvain Henry2020-03-2937-61/+61
* Use run-time tablesNextToCode in compiler exclusively (#15548)Joachim Breitner2020-03-261-1/+1
* Do not panic on linker errorsPeter Trommler2020-03-256-0/+36
* Use export list of Main module in function TcRnDriver.hs:check_main (Fix #16453)Roland Senn2020-03-2519-0/+51
* Fix ApplicativeDo regression #17835Josef Svenningsson2020-03-234-2/+46
* testsuite: Update expected output on WindowsGHC GitLab CI2020-03-225-4/+407
* testsuite: Fix TOP of T17786Ben Gamari2020-03-221-1/+1
* testsuite: Update expected output on WindowsBen Gamari2020-03-222-5/+0
* testsuite: Normalize slashes in ghc-api annotations outputBen Gamari2020-03-221-0/+3
* Simplify treatment of heterogeneous equalityRichard Eisenberg2020-03-2018-122/+94
* Modules: Core operations (#13009)Sylvain Henry2020-03-1819-20/+20
* Fix #17021 by checking more return kindsRichard Eisenberg2020-03-1727-68/+122
* Modules: Core (#13009)Sylvain Henry2020-03-164-9/+9
* Add a -no-haddock flag.Judah Jacobson2020-03-152-0/+5
* Refactor CmmToAsm (disentangle DynFlags)Sylvain Henry2020-03-151-1/+1
* Document restriction on SCC pragma syntaxKrzysztof Gogolewski2020-03-153-0/+9
* Remove unused field var_inline (#17915)Krzysztof Gogolewski2020-03-141-32/+17
* Wrap an implication around class-sig kind errorsSimon Peyton Jones2020-03-144-1/+22
* Improve CSE.combineAltsSimon Peyton Jones2020-03-144-0/+45
* Fix LintSimon Peyton Jones2020-03-142-0/+40
* Expose compulsory unfoldings alwaysSimon Peyton Jones2020-03-123-0/+15