summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/patmat/Solving.scala
Commit message (Expand)AuthorAgeFilesLines
* Patmat: efficient reasoning about mutual exclusionGerard Basler2015-04-061-8/+71
* Bring back improvements from `SI-6942` that were lost during the switch toGerard Basler2015-03-021-8/+30
* Add a check to ensure that if the formulas originating from the exhaustivity /Gerard Basler2015-03-021-7/+29
* SI-8999 Reduce memory usage in exhaustivity checkGerard Basler2014-12-121-53/+9
* Avoid the `CNF budget exceeded` exception via smarter translation into CNF.Gerard Basler2014-10-271-146/+330
* And, Or take sets of PropsGerard Basler2014-10-261-18/+21
* Cleanup `LinkedHashSet` fixes and replace them with `Set` (i.e., backGerard Basler2014-10-051-15/+7
* SI-7746 patmat: fix non-determinism, infeasible counter examplesGerard Basler2014-10-051-14/+60
* SI-8531 Better space efficiency for patmat analysisJason Zaugg2014-05-081-2/+6
* SI-7020 Deterministic warnings for pattern matcher, take 2Jason Zaugg2013-10-221-6/+8
* Type housekeeping.Paul Phillips2013-09-181-3/+3
* Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-291-4/+5
|\
| * SI-7020 Determinism for pattern matcher warningsJason Zaugg2013-08-131-4/+5
* | Eliminated the accumulated feature warnings.Paul Phillips2013-04-231-0/+1
* | Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-7/+0
* | Merge 2.10.x into master.Adriaan Moors2013-03-051-2/+2
|/
* move sat solving to separate fileAdriaan Moors2013-03-031-0/+242