summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile
Commit message (Expand)AuthorAgeFilesLines
* Refactor UnfoldingSource and IfaceUnfoldingSimon Peyton Jones2022-09-282-7/+7
* Diagnostic codes: acccept test changessheaf2022-09-1333-94/+92
* Simplify: Take care with eta reduction in recursive RHSs (#21652)Sebastian Graf2022-06-201-7/+7
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-301-1/+0
* Add `-dsuppress-core-sizes` flag (#20342)Sylvain Henry2021-09-283-0/+23
* Only dump Core stats when requested to do so (#20342)Sylvain Henry2021-09-083-23/+0
* Fix desugaring with unboxed types (#19883)Krzysztof Gogolewski2021-06-242-0/+18
* Fix INLINE pragmas in desugarerSimon Peyton Jones2021-06-103-0/+54
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-033-6/+11
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-051-1/+1
* Nested CPR light (#19398)Sebastian Graf2021-03-201-1/+1
* Use GHC2021 as default languageJoachim Breitner2021-03-101-0/+1
* DmdAnal: Better syntax for demand signatures (#19016)Sebastian Graf2021-03-031-1/+1
* Missing fields: enhance error messages (#18869)Sylvain Henry2021-01-171-1/+1
* Show missing field types (#18869)Sylvain Henry2021-01-172-2/+4
* Add two warnings to -WallTom Ellis2020-12-192-3/+3
* Optimise nullary type constructor usagewip/tyconapp-optsBen Gamari2020-12-141-3/+3
* Revert "Optimise nullary type constructor usage"Ben Gamari2020-12-141-3/+3
* Optimise nullary type constructor usageBen Gamari2020-12-141-3/+3
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-201-1/+1
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-186-8/+9
* PmCheck: Big refactor using guard tree variants more closely following source...Sebastian Graf2020-09-101-0/+8
* Reduce result discount in conSizeSimon Peyton Jones2020-07-132-2/+2
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-1/+1
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-1/+1
* Flatten nested casts in the simple optimizerAlexis King2020-05-032-0/+15
* Mark DataCon wrappers CONLIKEAlexis King2020-04-221-1/+4
* Treat coercions as arguments for floating and inliningAlexis King2020-02-261-4/+1
* Separate CPR analysis from the Demand analyserwip/sep-cprSebastian Graf2020-02-121-2/+2
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-311-13/+13
* PmCheck: Formulate as translation between Clause TreesSebastian Graf2020-01-255-6/+42
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-083-10/+10
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-042-2/+2
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Whitespace forward compatibility for proposal #229Vladislav Zavialov2019-10-301-1/+1
* Make small INLINE functions behave properlyÖmer Sinan Ağacan2019-10-011-1/+4
* PmCheck: Look at precendence to give type signatures to some wildcardsSebastian Graf2019-09-271-1/+1
* Encode shape information in `PmOracle`Sebastian Graf2019-09-164-0/+22
* Make add_info attach unfoldings (#16615)Tobias Dammers2019-08-153-10/+21
* Add test cases for #16615Tobias Dammers2019-08-154-0/+43
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-156-6/+6
* Improve the very simple optimiser slightlySimon Peyton Jones2019-02-204-0/+11
* Make constructor wrappers inline only during the final phaseArnaud Spiwack2019-02-191-4/+1
* Remove ExnStr and ThrowsExn businessSebastian Graf2019-02-011-1/+1
* testsuite: Use makefile_testBen Gamari2019-01-301-4/+3
* Revert "Batch merge"Ben Gamari2019-01-301-3/+4
* Batch mergeBen Gamari2019-01-301-4/+3
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-152-2/+5
* Fix broken test T14547.HE, Tao2018-06-041-1/+1
* testsuite: Really mark T14547 as brokenBen Gamari2018-06-031-1/+0