summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore
Commit message (Expand)AuthorAgeFilesLines
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-0817-66/+66
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-042-2/+2
* Take care to not eta-reduce jumps in CorePrepMatheus Magalhães de Alcantara2019-11-232-0/+24
* Give seq a more precise type and remove magicBen Gamari2019-11-191-1/+1
* testsuite: Drop T7995Ben Gamari2019-11-093-12/+0
* SetLevels: Don't set context level when floating casesBen Gamari2019-11-083-1/+20
* Make CSE delay inlining lessSimon Peyton Jones2019-11-014-1/+20
* Whitespace forward compatibility for proposal #229Vladislav Zavialov2019-10-301-3/+3
* Add new flag for unarised STG dumpsÖmer Sinan Ağacan2019-10-231-34/+1
* testsuite: Ensure that makefile tests get runBen Gamari2019-10-171-1/+1
* 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