summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore
Commit message (Expand)AuthorAgeFilesLines
* Disable CUSKs by defaultwip/testsuite-no-cusksVladislav Zavialov2019-09-282-8/+16
* testsuite: Add testcase for #17206Ben Gamari2019-09-193-0/+19
* Add a test to make sure we don't regress on #17140 in the futureAlp Mestanogullari2019-09-135-0/+29
* Add test for #16893Ömer Sinan Ağacan2019-08-103-0/+93
* testsuite: Add testsuite for #16978Ben Gamari2019-08-042-0/+30
* Apply a missing substitution in mkEtaWW (#16979)Simon Peyton Jones2019-07-303-0/+266
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-142-3/+3
* Fix erroneous float in CoreOptSimon Peyton Jones2019-07-093-0/+34
* testsuite: Mark T7702 as broken on WindowsBen Gamari2019-06-211-0/+1
* testsuite: Really fix #16741Ben Gamari2019-06-162-4/+4
* testsuite: Add assertions that way lists are in fact listsBen Gamari2019-06-151-1/+1
* testsuite: Suppress ticks in T4918 outputBen Gamari2019-06-091-1/+3
* Fix arity type of coerced types in CoreArityÖmer Sinan Ağacan2019-05-313-0/+31
* Let the specialiser work on dicts under lambdasSandy Maguire2019-05-261-1/+1
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-222-3/+2
* Fix typosKrzysztof Gogolewski2019-03-191-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-1523-25/+25
* Always do the worker/wrapper split for NOINLINEsSebastian Graf2019-03-074-12/+4
* Fix map/coerce rule for newtypes with wrappersKrzysztof Gogolewski2019-03-053-0/+19
* testsuite: Suppress ticks when comparing -ddump-simpl outputBen Gamari2019-03-012-23/+23
* Fix exprIsConApp_maybeSimon Peyton Jones2019-02-222-0/+7
* Look through newtype wrappers (Trac #16254)Krzysztof Gogolewski2019-02-194-0/+21
* Make constructor wrappers inline only during the final phaseArnaud Spiwack2019-02-196-1/+41
* Disable binder swap in OccurAnal (Trac #16288)Krzysztof Gogolewski2019-02-194-0/+38
* Remove ExnStr and ThrowsExn businessSebastian Graf2019-02-011-1/+1
* testsuite: Use makefile_testBen Gamari2019-01-302-77/+48
* Revert "Batch merge"Ben Gamari2019-01-302-48/+77
* Batch mergeBen Gamari2019-01-302-77/+48
* testsuite: Fix a variety of issues when building with integer-simpleBen Gamari2018-12-241-1/+2
* Simplify Core output with -dsuppress-type-signaturesÖmer Sinan Ağacan2018-12-242-4/+0
* Add test for #16038Ömer Sinan Ağacan2018-12-226-0/+44
* Improvements to demand analysisSimon Peyton Jones2018-12-125-12/+15
* Don't track free variables in STG syntax by defaultSebastian Graf2018-11-191-4/+4
* testsuite: Save performance metrics in git notes.David Eichmann2018-11-071-2/+1
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-1510-30/+46
* Fix plugin tests requirementsTamar Christina2018-10-151-0/+1
* Fix constant-folding for Integer shiftsSimon Peyton Jones2018-09-262-0/+7
* Honor INLINE on 0-arity bindings (#15578)Tobias Dammers2018-09-131-1/+1
* Be a bit more aggressive about let-to-caseSimon Peyton Jones2018-09-124-1/+27
* Preserve specialisations despite CSESimon Peyton Jones2018-09-054-1/+34
* Take strict fields into account in coverage checkingRyan Scott2018-08-271-0/+4
* Set strictness correctly for JoinIdsSimon Peyton Jones2018-08-213-1/+109
* CSE should deal with letrec (#9441)roland2018-08-185-16/+3
* --show-iface: Qualify all non-local namesSimon Jakobi2018-08-122-3/+3
* CSE should deal with letrecroland2018-08-128-1/+57
* Simplify testsuite driverKrzysztof Gogolewski2018-08-111-1/+0
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-1/+1
* Revert "Don't inline functions with RULES too early"Ben Gamari2018-08-014-32/+0
* Don't inline functions with RULES too earlySimon Peyton Jones2018-07-314-0/+32
* Fix #15453: bug in ForAllCo case in opt_trans_ruleNingning Xie2018-07-292-0/+26