summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck
Commit message (Expand)AuthorAgeFilesLines
* Respect -XStrict in the pattern-match checker (#21761)Sebastian Graf2022-12-133-0/+44
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-254-11/+11
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-2/+3
* Diagnostic codes: acccept test changessheaf2022-09-1370-197/+197
* Pmc: consider any 2 dicts of the same type equalsheaf2022-08-263-8/+22
* Add test for #21360sheaf2022-07-222-0/+23
* Deprecate TypeInType extensionHaskellMouse2022-06-067-9/+14
* Desugar RecordUpd in `tcExpr`wip/T18802CarrieMY2022-05-252-1/+26
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-019-33/+33
* Add test for #19271nineonine2022-02-253-1/+21
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-173-8/+7
* Replace `seq` with POSIX-standard in PmSeriesG testGreg Steuck2022-01-031-1/+3
* testsuite: Refactor pmcheck all.TSebastian Graf2021-11-172-231/+122
* Pmc: Don't case split on wildcard matches (#20642)Sebastian Graf2021-11-1728-112/+134
* Pmc: Do inhabitation test for unlifted vars (#20631)Sebastian Graf2021-11-072-0/+26
* Detect TypeError when checking for insolubilitysheaf2021-08-155-12/+108
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-032-3/+6
* Redesign withDict (formerly magicDict)Ryan Scott2021-04-291-1/+1
* Pmc: Add regression test for #19622Sebastian Graf2021-04-022-0/+57
* Pmc: Consider Required Constraints when guessing PatSyn arg types (#19475)Sebastian Graf2021-03-144-2/+26
* Use GHC2021 as default languageJoachim Breitner2021-03-101-0/+1
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-1/+1
* Bring back COMPLETE sets filtered by result TyCon (#14422)Cale Gibbard2021-03-044-8/+46
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-013-0/+85
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-272-0/+39
* Fix typosBrian Wignall2021-02-062-4/+4
* Fix tests relying on same-line diagnostic orderingAlfredo Di Napoli2021-01-223-18/+20
* Accept (fixed) T14059bSebastian Graf2021-01-172-3/+3
* PmCheck: Positive info doesn't imply there is an inhabitant (#18960)Sebastian Graf2021-01-174-0/+55
* Add two warnings to -WallTom Ellis2020-12-192-2/+2
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-1/+1
* Implement BoxedRep proposalAndrew Martin2020-12-141-1/+1
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-1841-86/+156
* PmCheck: Long-distance information for LocalBinds (#18626)Sebastian Graf2020-09-302-0/+13
* Accept new test output for #17218Sebastian Graf2020-09-252-4/+2
* Add a regression test for #18609Sebastian Graf2020-09-253-0/+75
* Add regression tests for #18371Sebastian Graf2020-09-253-0/+66
* PmCheck: Desugar string literal patterns with -XRebindableSyntax correctly (#...Sebastian Graf2020-09-243-0/+27
* PmCheck: Rewrite inhabitation testSebastian Graf2020-09-223-0/+58
* Make `tcCheckSatisfiability` incremental (#18645)Sebastian Graf2020-09-124-0/+122
* PmCheck: Disattach COMPLETE pragma lookup from TyConsSebastian Graf2020-09-127-13/+39
* PmCheck: Handle ⊥ and strict fields correctly (#18341)wip/T18341Sebastian Graf2020-09-1014-0/+220
* PmCheck: Big refactor using guard tree variants more closely following source...Sebastian Graf2020-09-101-2/+2
* Add long-distance info for pattern bindings (#18572)Sebastian Graf2020-09-103-2/+32
* Implement -Wredundant-bang-patterns (#17340)nineonine2020-08-193-0/+104
* PmCheck: Better long-distance info for where bindings (#18533)Sebastian Graf2020-08-132-0/+26
* Simplify XRec definitionZubin Duggal2020-07-251-1/+1
* Add regression test for #18478Sebastian Graf2020-07-222-0/+953
* PmCheck: Pick up `EvVar`s bound in `HsWrapper`s for long-distance infoSebastian Graf2020-05-012-0/+31
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-1/+1