summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* Delete incorrect *-ws-32 expected test outputErik de Castro Lopo2015-12-231-166/+0
* Warn about unused type variables in type familiesMichał Sośnicki2015-12-211-2/+2
* Fix #11232.Richard Eisenberg2015-12-172-0/+16
* TcTypeable: Don't use bogus fingerprints when suppress-uniques is enabledBen Gamari2015-12-172-5/+6
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-1512-153/+201
* Allow recursive (undecidable) superclassesSimon Peyton Jones2015-12-151-1/+1
* Update expected test output for 32 bit platformsErik de Castro Lopo2015-12-151-2/+56
* Add kind equalities to GHC.Richard Eisenberg2015-12-116-15/+72
* Case-of-empty-alts is trivial (Trac #11155)Simon Peyton Jones2015-12-043-1/+21
* Make callToPats deterministic in SpecConstrBartosz Nitka2015-12-043-23/+23
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-013-9/+9
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-241-10/+10