summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore
Commit message (Expand)AuthorAgeFilesLines
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-211-2/+2
* Add a broken test case for #12689Joachim Breitner2016-10-113-0/+11
* Add test case for #12689Joachim Breitner2016-10-115-0/+64
* Add test case for #7611Joachim Breitner2016-09-153-0/+34
* Turn divInt# and modInt# into bitwise operations when possibleTakano Akio2016-09-054-0/+22
* Fix binary-trees regression from unnecessary floating in CorePrep.Edward Z. Yang2016-08-303-0/+44
* Fix #12472 by looking for noinline/lazy inside oversaturated applications.Edward Z. Yang2016-08-211-5/+26
* When a value Id comes from hi-boot, insert noinline. Fixes #10083.Edward Z. Yang2016-08-211-1/+1
* Support for noinline magic function.Edward Z. Yang2016-08-213-0/+38
* Demand analyser: Implement LetUp rule (#12370)Joachim Breitner2016-07-121-1/+1
* Don't quantify over Refl in a RULESimon Peyton Jones2016-06-213-1/+19
* Testsuite: mark tests expect brokenThomas Miedema2016-06-201-0/+1
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2016-92/+92
* Fix #12076 by inlining trivial expressions in CorePrep.Edward Z. Yang2016-06-083-1/+31
* Failing test case for #12076.Edward Z. Yang2016-05-183-0/+19
* Testsuite: run tests in /tmp after copying required filesThomas Miedema2016-05-171-1/+1
* Test Trac #3990Simon Peyton Jones2016-04-224-0/+23
* Warn about simplifiable class constraintsSimon Peyton Jones2016-04-221-5/+6
* Add a final demand analyzer run right before TidyCoreJoachim Breitner2016-04-143-6/+6
* Add a test case for #11731.Joachim Breitner2016-04-143-0/+38
* Core pretty printer: Omit wild case bindersJoachim Breitner2016-04-068-43/+31
* Kill the magic of AnyBen Gamari2016-03-301-1/+1
* Do not print DmdType in Core outputJoachim Breitner2016-03-299-57/+56
* Tidy up handling of coercion variablesSimon Peyton Jones2016-03-242-0/+24
* DsExpr: Rip out static/dynamic check in list desugaringBen Gamari2016-03-242-9/+13
* Ensure T9646 dump-simpl output is cleanedBen Gamari2016-03-241-1/+4
* Move DFunUnfolding generation to TcInstDclsSimon Peyton Jones2016-03-232-0/+9
* Fix T9646Ben Gamari2016-03-201-1/+1
* Add test for #9646Erik de Castro Lopo2016-03-2010-0/+447
* Simplify: Make generated names more usefulBen Gamari2016-03-123-15/+15
* Print which flag controls emitted desugaring warningsHerbert Valerio Riedel2016-02-272-3/+3
* Typos in comments, etc.Gabor Greif2016-02-261-1/+1
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-1/+1
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-2510-0/+0
* Testsuite: for tests that use TH, omit *all* prof_waysThomas Miedema2016-02-251-1/+1
* Testsuite: Introduce config.plugin_way_flags.Thomas Miedema2016-02-251-1/+1
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-242-2/+2
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-235-11/+11
* Testsuite: accept output without Windows line endings (#11631)Thomas Miedema2016-02-231-5/+5
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-236-105/+105
* Testsuite: pass '-s --no-print-directory' to MAKEThomas Miedema2016-02-211-1/+1
* Unwire Typeable representation typesBen Gamari2016-02-182-54/+54
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-1/+1
* Always do eta-reductionSimon Peyton Jones2016-02-112-0/+36
* Split off -Wunused-type-variables from -Wunused-matchesRyanGlScott2016-01-261-2/+2
* Fix combineIdenticalAltsSimon Peyton Jones2016-01-203-0/+43
* Refactoring on IdInfo and system derived namesSimon Peyton Jones2016-01-188-12/+12
* Make demand analysis understand catchSimon Peyton Jones2016-01-073-4/+4
* testsuite/T8274: Remove 32-bit test outputBen Gamari2015-12-271-10/+0
* Visible type applicationRichard Eisenberg2015-12-242-41/+41