aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into coq-8.10Chantal Keller2022-02-071-0/+32
|\
| * More silent simplifications from veriTChantal Keller2022-02-071-0/+32
* | Merge remote-tracking branch 'origin/master' into coq-8.10Chantal Keller2021-12-073-5/+4
|\|
| * Solved bug in delayed ComDecChantal Keller2021-12-073-5/+4
* | Merge remote-tracking branch 'origin/master' into coq-8.10Chantal Keller2021-11-151-1/+33
|\|
| * More bad instanciations by veritChantal Keller2021-11-151-1/+33
* | Merge remote-tracking branch 'origin/master' into coq-8.10Chantal Keller2021-10-216-211/+134
|\|
| * Better use of the typeclass mechanismChantal Keller2021-10-216-210/+133
* | Merge remote-tracking branch 'origin/master' into coq-8.10Chantal Keller2021-10-201-1/+68
|\|
| * prod is CompDecChantal Keller2021-10-201-1/+68
* | Merge remote-tracking branch 'origin/master' into coq-8.10Chantal Keller2021-10-141-1/+1
|\|
| * Small optimChantal Keller2021-10-141-1/+1
* | Merge remote-tracking branch 'origin/master' into coq-8.10Chantal Keller2021-09-201-13/+2
|\|
| * Simplify apply_symChantal Keller2021-09-201-13/+2
* | Merge remote-tracking branch 'origin/master' into coq-8.10Chantal Keller2021-09-201-101/+30
|\|
| * vauto is now complete w.r.t. symmetry of equality (but may be exponential in ...Chantal Keller2021-09-201-101/+30
* | Merge remote-tracking branch 'origin/master' into coq-8.10Chantal Keller2021-09-171-1/+1
|\|
| * Solve bug in prop2boolChantal Keller2021-09-171-1/+1
* | Merge remote-tracking branch 'smtcoq/master' into coq-8.10vblot2021-09-081-9/+12
|\|
| * generalize polymorphic arguments detectionvblot2021-09-081-9/+12
* | Rename directory because MacOS FS is case-insensitiveChantal Keller2021-08-303-3/+3
* | Merge remote-tracking branch 'origin/master' into HEADvblot2021-08-252-1/+3
|\|
| * fix array notations clash with ssreflectvblot2021-08-252-1/+3
* | Merge remote-tracking branch 'remotes/origin/master' into coq-8.10Chantal Keller2021-07-111-58/+63
|\|
| * The verit tactics now immediately fail if veriT is not installedChantal Keller2021-07-111-58/+63
* | use native integers (#96)vblot2021-07-0725-5042/+1664
* | Merge remote-tracking branch 'remotes/origin/master' into coq-8.10Chantal Keller2021-06-023-32/+117
|\|
| * Type back in CompDec (for efficiency reasons)Chantal Keller2021-06-023-32/+117
* | Add MakefileChantal Keller2021-05-281-0/+801
* | getting rid of native-coq (#95)vblot2021-05-2855-2105/+804
* | Get rid of most of our copy of micromega's source code (#94)vblot2021-05-285-179/+10
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-26117-117/+117
|\|
| * Update copyrightChantal Keller2021-05-26117-117/+117
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-257-715/+648
|\|
| * CompDec clean-up (#93)ckeller2021-05-257-715/+648
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-061-0/+11
|\|
| * Another silent change of veriT...Chantal Keller2021-05-061-0/+11
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-061-11/+1
|\|
| * Less instances needed for autoChantal Keller2021-05-061-11/+1
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-052-2/+1
|\|
| * CompDec on interpreted typeChantal Keller2021-05-052-2/+1
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-053-3/+32
|\|
| * Reify applied polymorphic terms with compdecChantal Keller2021-05-053-3/+32
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-283-4/+18
|\|
| * Solve a bug when reifying under a binderChantal Keller2021-04-283-4/+18
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-282-3/+3
|\|
| * prop2bool_hyps insensitive to parenthesisChantal Keller2021-04-282-3/+3
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-262-4/+53
|\|
| * Equality between Booleans should be changed for hypothesesChantal Keller2021-04-262-4/+53
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-261-14/+17
|\|