aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Use Type instead of Set.Gravatar msozeau2009-06-02
* Backtrack on experimental unification with sort variables: it requires Gravatar msozeau2009-06-02
* Fix script file using the "Manual Implicit" flag.Gravatar msozeau2009-06-02
* ## Lines starting with '## ' will be removed from the log message.Gravatar msozeau2009-06-01
* Change unification with sort constraints to not use the kernelGravatar msozeau2009-06-01
* Prevent automatic inference of implicit arguments when the auto flag isGravatar msozeau2009-06-01
* Fix extract hyps to correctly discharge all hyps as described by keepGravatar msozeau2009-05-29
* Properly catch sort constraint inconsistency exception inGravatar msozeau2009-05-28
* Adapted the emacs mode to font-lock. Re-using code from ProofGeneral.Gravatar courtieu2009-05-28
* Ajout d'un printer modulaire pour les constr. C'est-à-dire une fonctionGravatar aspiwack2009-05-28
* Fix implicit args code so that declarations are added for allGravatar msozeau2009-05-27
* Populate the sort constraints set correctly during unification. Add aGravatar msozeau2009-05-27
* Stop using a "Manual Implicit Arguments" flag and support them as soonGravatar msozeau2009-05-27
* Ajout d'une fonction Lexer.remove_keyword pour libérer un keyword dansGravatar aspiwack2009-05-27
* =?utf-8?q?D=C3=A9sinterdiction=20de=20GDELETE=5FRULE=20dans=20pcoq.ml4.=20Mal...Gravatar aspiwack2009-05-27
* sane behaviour for copy/paste operations (the code is still insane, though)Gravatar vgross2009-05-27
* keeping interface synch'edGravatar vgross2009-05-27
* dead code pruningGravatar vgross2009-05-27
* Fix de Bruijn lifting bug appearing when we match on multiple terms withGravatar msozeau2009-05-26
* ocamldebug-coq: add some forgotten -IGravatar letouzey2009-05-26
* Temporary fixes in unification:Gravatar msozeau2009-05-24
* Moved and completed the history of Coq versions from theGravatar herbelin2009-05-24
* A try at using sort variables during unification. Instead of refreshingGravatar msozeau2009-05-23
* Many fixes in unification:Gravatar msozeau2009-05-20
* - Fixing declarative mode in presence of high use of Change_evars nodesGravatar herbelin2009-05-20
* Fix in canonical structure resolution: [check_conv_record] may returnGravatar msozeau2009-05-19
* Remove camlp4-specific exception handlingGravatar msozeau2009-05-19
* Minor unification changes:Gravatar msozeau2009-05-18
* - Allowing multiple calls to tactic fix with automatic generation ofGravatar herbelin2009-05-17
* (Tentative to) add Canonical Structure resolution to the regularGravatar msozeau2009-05-16
* Minor fixes in typeclasses:Gravatar msozeau2009-05-16
* Support for definition hooks in subtac.Gravatar msozeau2009-05-16
* Fix to my last notation patch: now fixpoint are correctly handled Gravatar vsiles2009-05-13
* minor bugfixes. CoqIde development will resume soon now ...Gravatar vgross2009-05-13
* micromega: proof compression bugfixGravatar fbesson2009-05-11
* - Addition of "Hint Resolve ->" and "Hint Resolve <-" continued: itGravatar herbelin2009-05-10
* - Adding "Hint Resolve ->" and "Hint Resolve <-" for declaration of equivalenceGravatar herbelin2009-05-09
* fix a bug in canonical structures (bug found and fixed by Cyril)Gravatar barras2009-05-09
* adds a theorem to reason at the level of ZGravatar bertot2009-05-07
* Improvements in typeclasses eauto and generalized rewriting:Gravatar msozeau2009-05-05
* Fix a small notation/scope bug:Gravatar vsiles2009-04-30
* More efficient handling of evars in Program Fixpoint commands.Gravatar msozeau2009-04-28
* Fixes for bugs in r12110:Gravatar msozeau2009-04-28
* _tags: lexer.ml4 now uses pa_macroGravatar letouzey2009-04-28
* Backporting 12112 from v8.2 branch to trunk (fixing documentation bugsGravatar herbelin2009-04-28
* Cleanup old eauto code.Gravatar msozeau2009-04-27
* - Implementation of a new typeclasses eauto procedure based on successGravatar msozeau2009-04-27
* - Fixed a little bug in previous commit (bad failure in case of unknown entry).Gravatar herbelin2009-04-27
* - Cleaning (unification of ML names, removal of obsolete code,Gravatar herbelin2009-04-27
* - Fixing #2090 (occur check missing when trying to solve evar-evar equation).Gravatar herbelin2009-04-25