summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pretty-printer: Do not print ApplicativeDo joinKirill Elagin2020-03-123-0/+43
* pretty-printer: Properly parenthesise LastStmtKirill Elagin2020-03-123-0/+19
* Make DeriveFunctor-generated code require fewer beta reductionsRyan Scott2020-03-116-1/+39
* testsuite: Mark ghci056 and ghcilink004 as fragile in unregBen Gamari2020-03-113-1/+3
* Re-quantify when generalising over rewrite rule typesRyan Scott2020-03-113-10/+16
* Typos in comments [skip ci]Krzysztof Gogolewski2020-03-101-1/+1
* anyRewritableTyVar now looks in RuntimeRepsRichard Eisenberg2020-03-103-0/+28
* Add regression test for T17904Ömer Sinan Ağacan2020-03-102-0/+64
* testsuite: Add test for #17786Ben Gamari2020-03-103-0/+11
* Use InstanceSigs in GND/DerivingVia-generated code (#17899)Ryan Scott2020-03-095-88/+75
* Set `ImpredicativeTypes` during :print command. (#14828)Roland Senn2020-03-022-14/+18