summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_run
Commit message (Expand)AuthorAgeFilesLines
* Data.List specialization to []Oleg Grenrus2021-04-011-1/+1
* Use GHC2021 as default languageJoachim Breitner2021-03-102-3/+5
* testsuite: Add test for #19413Ben Gamari2021-03-043-0/+20
* Remove -XMonadFailDesugaring referencesHécate2021-01-271-1/+1
* Test constant folding for sized typesJohn Ericson2021-01-227-0/+393
* Refactor numeric constant folding rulesSylvain Henry2020-10-313-0/+112
* Do absence analysis on stable unfoldingsSimon Peyton Jones2020-09-173-0/+56
* testsuite: Add regression test for #17744Ben Gamari2020-07-154-0/+107
* Update testsuiteSylvain Henry2020-06-172-6/+5
* PPC NCG: Add DWARF constants and debug labelsPeter Trommler2020-04-221-4/+2
* Mark DataCon wrappers CONLIKEAlexis King2020-04-223-0/+43
* GHC.Core.Opt renamingSylvain Henry2020-04-182-2/+2
* Fix an tricky specialiser loopSimon Peyton Jones2020-04-064-0/+226
* Modules: Types (#13009)Sylvain Henry2020-03-291-1/+1
* Modules: Core operations (#13009)Sylvain Henry2020-03-182-2/+2
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-202-1/+5
* Give seq a more precise type and remove magicBen Gamari2019-11-191-1/+1
* Whitespace forward compatibility for proposal #229Vladislav Zavialov2019-10-301-3/+3
* testsuite: Add testcase for #17206Ben Gamari2019-09-193-0/+19
* Add test for #16893Ömer Sinan Ağacan2019-08-103-0/+93
* testsuite: Add assertions that way lists are in fact listsBen Gamari2019-06-151-1/+1
* Fix arity type of coerced types in CoreArityÖmer Sinan Ağacan2019-05-313-0/+31
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-156-6/+6
* Always do the worker/wrapper split for NOINLINEsSebastian Graf2019-03-071-1/+1
* Fix map/coerce rule for newtypes with wrappersKrzysztof Gogolewski2019-03-053-0/+19
* Make constructor wrappers inline only during the final phaseArnaud Spiwack2019-02-195-0/+40
* testsuite: Fix a variety of issues when building with integer-simpleBen Gamari2018-12-241-1/+2
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-151-2/+7
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-1/+1
* Fix PrelRules.caseRules to account for out-of-range tagsSimon Peyton Jones2018-07-253-0/+23
* Typofixes in docs and comments [ci skip]Gabor Greif2018-06-181-1/+1
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-6/+7
* Mark test broken on powerpc64[le]Peter Trommler2018-06-141-1/+1
* Test Trac #15114Simon Peyton Jones2018-05-033-0/+25
* testsuite: Add test for #14965Ben Gamari2018-03-274-0/+30
* Don't refer to blocks in debug info when -g1Bartosz Nitka2018-03-253-0/+11
* Allow top level ticked string literalsBartosz Nitka2018-03-063-0/+6
* testsuite: Add test for #14768Ben Gamari2018-02-062-0/+60
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-071-1/+5
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-071-2/+2
* Add testcase for #14178Ben Gamari2017-09-013-0/+36
* Test Trac #13750Simon Peyton Jones2017-06-074-0/+103
* Stop the specialiser generating loopy codeSimon Peyton Jones2017-06-077-0/+457
* Failing test case for #13734Joachim Breitner2017-05-203-0/+17
* Add rule mapFB c (λx.x) = cJoachim Breitner2017-03-062-0/+4
* Prohibit RULES changing constructorsDavid Feuer2017-03-023-34/+0
* The Early Inline PatchSimon Peyton Jones2017-02-283-3/+12
* Typos in notes and comments [ci skip]Gabor Greif2017-02-131-1/+1
* Get rid of ProbOneShotJoachim Breitner2017-02-031-1/+1
* Add a testcase for #13227Joachim Breitner2017-02-023-0/+12