summaryrefslogtreecommitdiff
path: root/testsuite/tests/stranal/should_compile
Commit message (Expand)AuthorAgeFilesLines
* Demand analysis: simplify the demand for a RHSSimon Peyton Jones2020-03-292-329/+271
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-1/+1
* Normalize types when dropping absent arguments from workersAlexis King2020-02-203-0/+12
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-121-2/+2
* Separate CPR analysis from the Demand analyserwip/sep-cprSebastian Graf2020-02-122-32/+26
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-311-1/+1
* testsuite: Ensure that makefile tests get runBen Gamari2019-10-172-4/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-154-5/+5
* Always do the worker/wrapper split for NOINLINEsSebastian Graf2019-03-073-0/+13
* testsuite: Use makefile_testBen Gamari2019-01-301-3/+2
* Revert "Batch merge"Ben Gamari2019-01-301-2/+3
* Batch mergeBen Gamari2019-01-301-3/+2
* Improvements to demand analysisSimon Peyton Jones2018-12-124-0/+30
* Add RubbishLit for absent bindings of UnliftedRepSebastian Graf2018-10-143-0/+363
* Inline wrappers earlierSimon Peyton Jones2018-04-202-199/+199
* Get evaluated-ness right in the back endSimon Peyton Jones2018-01-031-40/+56
* Allow CSE'ing of work-wrapped bindings (#14186)Joachim Breitner2017-09-122-5/+749
* Add testcase for #14186Joachim Breitner2017-09-121-17/+4
* Add MonadIO Q - by requiring MonadIO => QuasiOleg Grenrus2017-08-051-1/+3
* Do Worker/Wrapper for NOINLINE thingsEric Seidel2017-02-051-23/+32
* Record evaluated-ness on workers and wrappersSimon Peyton Jones2017-01-233-1/+38
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-1/+1
* Fix a bug in ABot handling in CoreAritySimon Peyton Jones2016-12-234-1/+23
* Testsuite: fix T10482aThomas Miedema2016-07-251-2/+4
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-203-6/+6
* Fix: #12084 deprecate old profiling flagsSeraphime Kirkovski2016-05-242-2/+2
* Add a final demand analyzer run right before TidyCoreJoachim Breitner2016-04-141-0/+61
* Demand Analyzer: Do not set OneShot information (second try)Joachim Breitner2016-04-061-1/+1
* Revert "Demand Analyzer: Do not set OneShot information"Joachim Breitner2016-03-311-1/+1
* Demand Analyzer: Do not set OneShot informationJoachim Breitner2016-03-311-1/+1
* Kill the magic of AnyBen Gamari2016-03-301-1/+1
* Add testcase for #11770Joachim Breitner2016-03-307-23/+119
* Do not print DmdType in Core outputJoachim Breitner2016-03-292-6/+6
* template-haskell: define `MonadFail Q` instanceHerbert Valerio Riedel2016-03-081-0/+8
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-2512-0/+0
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-231-17/+17
* Unwire Typeable representation typesBen Gamari2016-02-181-2/+2
* Another batch of typo fixes in non-codeGabor Greif2016-02-111-1/+1
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-153-7/+9
* Generate Typeable info at definition sitesBen Gamari2015-10-301-0/+3
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-3/+0
* Generate Typeable info at definition sitesBen Gamari2015-10-291-0/+3
* Make stronglyConnCompFromEdgedVertices deterministicBartosz Nitka2015-10-221-1/+1
* Fix missing filesSimon Peyton Jones2015-07-301-1/+2
* Fix Trac #10694: CPR analysisSimon Peyton Jones2015-07-304-0/+22
* Improve CPR behavior for strict constructorsSimon Peyton Jones2015-06-266-0/+100
* Don't use self {-# SOURCE #-} import in test-cases.Edward Z. Yang2015-04-223-2/+5
* Mark T8743 as passingJoachim Breitner2015-04-221-1/+1
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* New lint check: Check idArity invariants (#10181)Joachim Breitner2015-03-231-2/+2