summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile
Commit message (Expand)AuthorAgeFilesLines
* 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
* testsuite: Mark T14547 as brokenBen Gamari2018-06-031-0/+1
* Improve exhaustiveness checking for literal values and patterns, fix #14546HE, Tao2018-06-037-0/+159
* Fix #15039 by pretty-printing equalities more systematicallyRyan Scott2018-05-161-4/+2
* Normalize the element type of ListPat, fix #14547HE, Tao2018-05-082-0/+16
* Revert "Normalize the element type of ListPat, fix #14547"Ben Gamari2018-05-082-16/+0
* Normalize the element type of ListPat, fix #14547Ben Gamari2018-05-082-0/+16
* Revert "Normalize the element type of ListPat, fix #14547"Ben Gamari2018-05-082-16/+0
* Normalize the element type of ListPat, fix #14547HE, Tao2018-05-052-0/+16
* Add a test for #14815:Ömer Sinan Ağacan2018-04-194-2/+57
* Improve exhaustive checking for guards in pattern bindings and MultiIf.HE, Tao2018-03-025-0/+30
* Get evaluated-ness right in the back endSimon Peyton Jones2018-01-031-16/+16
* Fix #14135 by validity checking matchesCarlos Tomé2017-12-143-0/+21
* Fix missing fields warnings in empty record construction, fix #13870HE, Tao2017-09-153-0/+25