summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore
Commit message (Expand)AuthorAgeFilesLines
* 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
* New expected test output for 32 bit platformsErik de Castro Lopo2015-11-232-0/+122
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-134-6/+6
* Generate Typeable info at definition sitesBen Gamari2015-10-3010-10/+214
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-2910-214/+10
* Generate Typeable info at definition sitesBen Gamari2015-10-2910-10/+214
* Make stronglyConnCompFromEdgedVertices deterministicBartosz Nitka2015-10-222-10/+10
* Don't inline/apply other rules when simplifying a rule RHS.Andrew Farmer2015-10-121-2/+0
* Testsuite: properly fix T8832.stdout-ws-32 (#8832)Thomas Miedema2015-09-241-8/+8
* Testsuite: update expected output for T8832 on 32-bit systems (#8832)Thomas Miedema2015-09-241-0/+1
* Add constant-folding rule for Data.Bits.bitBen Gamari2015-09-233-12/+13
* base: use Show for ErrorCall in uncaughtExceptionHandlerEric Seidel2015-09-214-1/+10
* Make Data.List.foldr1 inlineJoachim Breitner2015-09-032-0/+4
* Use IP based CallStack in error and undefinedEric Seidel2015-09-023-26/+26
* Add testcase for #7411Ben Gamari2015-08-293-0/+8
* Warn about missed specialisations for importsSimon Peyton Jones2015-08-051-3/+0
* Typos in comments [skip ci]Gabor Greif2015-08-031-1/+1
* Fix missing filesSimon Peyton Jones2015-07-301-0/+5
* Modify spec002 to be less trivialSimon Peyton Jones2015-07-301-1/+2
* Deal with phantom type variables in rulesSimon Peyton Jones2015-07-303-0/+127
* Improve warnings for rules that might not fireSimon Peyton Jones2015-07-273-10/+25
* Revert "Trac #4945 is working again"Thomas Miedema2015-07-221-1/+1
* T4945 is working againSimon Peyton Jones2015-07-211-1/+5
* Add NOINLINE for hs-boot functionsSimon Peyton Jones2015-07-215-0/+22
* Fix testsBen Gamari2015-07-167-0/+23
* Failing test case: idArity invariant check, #10181Joachim Breitner2015-07-162-0/+4
* Testsuite: delete *.stderr-ghc-7.0 *.stdout-ghc-7.0Thomas Miedema2015-07-144-303/+0
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-141-1/+1
* Make sure rule LHSs are simplifiedSimon Peyton Jones2015-07-133-28/+40
* Do not optimise RULE lhs in substRuleSimon Peyton Jones2015-07-132-0/+18
* Add testcase for #10602Ben Gamari2015-07-092-0/+35
* Filter orphan rules based on imports, fixes #10294 and #10420.Edward Z. Yang2015-06-201-5/+5