aboutsummaryrefslogtreecommitdiff
path: root/mathcomp
AgeCommit message (Collapse)Author
2015-12-03Removing the only use of globTacticIn.Pierre-Marie Pédrot
2015-12-03fix compilation on trunk (thanks PMP)Enrico Tassi
2015-12-03fix: autogen + abstract variables clashEnrico Tassi
2015-12-03fix: elim/v handles eliminator from Derive Inversion (issue #2)Enrico Tassi
Also: - fix elim trying to saturate too much and not raising the expected exn - fix fill_occ_pattern when occ is {-}, it used to lose the instantiation obtained by matching the term
2015-12-03Add commands to trace the matching algorithmEnrico Tassi
2015-12-03fix: Hint View is not a QueryEnrico Tassi
2015-11-30Typos in comments.Assia Mahboubi
2015-11-20Tested the Qed of the alternate Xirredp_FAdjoin in Coq 8.4.Assia Mahboubi
It's no more crashing but it's still way to long...
2015-11-20Typo.Assia Mahboubi
2015-11-20TyposAssia Mahboubi
2015-11-10fix INSTALL symlinksEnrico Tassi
2015-11-06basic has disappearedCyril Cohen
2015-11-05merge basic/ into ssreflect/Enrico Tassi
2015-10-26Added support for highlighting 'isn't' in PG.Assia Mahboubi
2015-10-26Added suport for highlighting gen(erally) have in PG.Assia Mahboubi
2015-10-26Small updates in the documentation of the customization of PG.Assia Mahboubi
2015-10-26Restaured the config files (including doc) for PG in the ssreflect package.Assia Mahboubi
2015-09-27fix compilation on trunkEnrico Tassi
2015-09-24Fix compilation on 8.5Enrico Tassi
2015-08-24Compare pattern heads (constants) up to "univs"Enrico Tassi
So that Universe Polymorphic constants are compared "correctly", i.e. not discriminated by the pattern filtering phase (verbatim head comparison) but eventually by unification.
2015-07-30fix trunk compilationEnrico Tassi
2015-07-29fix PFCyril Cohen
2015-07-29add a missing From ...Cyril Cohen
2015-07-29fix MakefilesEnrico Tassi
2015-07-29fix path of Makefile.coq-makefileEnrico Tassi
2015-07-28update copyright bannerEnrico Tassi
2015-07-28factor common Makefile stuffEnrico Tassi
2015-07-22Add a From ...Cyril Cohen
2015-07-22next blind fixCyril Cohen
2015-07-22blind fixCyril Cohen
2015-07-22blind patch by EnricoCyril Cohen
2015-07-22forgotten importCyril Cohen
2015-07-22remove duplicate fieldsCyril Cohen
2015-07-22make the opam package meta dataCyril Cohen
2015-07-21update opam meta-dataCyril Cohen
2015-07-21keeping track of the changes for trunk (import from svn)Cyril Cohen
2015-07-21fix Makefile for trunkCyril Cohen
2015-07-18update to preserve backward compatibility with v8.4Cyril Cohen
2015-07-17Updating files + reorganizing everythingCyril Cohen
2015-04-09character for v8.5Cyril Cohen
2015-04-09field for v8.5Cyril Cohen
2015-04-09adapting solvable to 8.5Cyril Cohen
2015-04-09packaging odd_orderCyril Cohen
2015-04-09Using the From X Require Y for v8.4Cyril Cohen
2015-04-09support for camlp4Enrico Tassi
2015-04-09Forward compatibility with "From X Require Y."Enrico Tassi
2015-04-08packaging for v8.5Cyril Cohen
2015-04-08packaging for v8.5Cyril Cohen
2015-04-08makefiles that are version dependentCyril Cohen
2015-04-03Makefile, testing for v8.5 and uncommenting stuffCyril Cohen
This is a temporary solution, but there is a better one : one could patch ssreflect.ml4 plugin for v8.4 to interpret From ... Require Import ... as a simple Require Import.