aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Factoring(continued).Gravatar Arnaud Spiwack2013-12-04
* Refactoring: storing more information in the terminator closure.Gravatar Arnaud Spiwack2013-12-04
* The commands that initiate proofs are now in charge of what happens when proo...Gravatar Arnaud Spiwack2013-12-04
* Vernac classification: allow for commands which start proofs but must be sync...Gravatar Arnaud Spiwack2013-12-04
* Allow proofs to start with dependent goals.Gravatar Arnaud Spiwack2013-12-04
* Improved the presentation of the proof of UIP_refl_nat.Gravatar Hugo Herbelin2013-12-04
* Add lemma derivable_pt_lim_atan.Gravatar Guillaume Melquiond2013-12-04
* Removing useless meta-related functions.Gravatar Pierre-Marie Pédrot2013-12-03
* Fix statement of Rplus_lt_reg_r and add Rplus_lt_reg_l.Gravatar Guillaume Melquiond2013-12-03
* Silence some warning about references in documentation.Gravatar Guillaume Melquiond2013-12-03
* Remove a useless hypothesis from Rle_Rinv.Gravatar Guillaume Melquiond2013-12-03
* Ensure locality modifiers are properly highlighted in CoqIDE.Gravatar Guillaume Melquiond2013-12-03
* Silence compilation warning by avoiding some deprecated constructs.Gravatar Guillaume Melquiond2013-12-03
* Test case for bug#2848.Gravatar xclerc2013-12-02
* Porting type interpretation in Tacinterp to the new tactics.Gravatar Pierre-Marie Pédrot2013-12-02
* Writing [cut] tactic using the new monad.Gravatar Pierre-Marie Pédrot2013-12-02
* Test suite: update output reference.Gravatar xclerc2013-12-02
* Merge branch 'trunk' of git+ssh://scm.gforge.inria.fr//gitroot/coq/coq into t...Gravatar xclerc2013-12-02
|\
* | Print logical name rather than path (thus allowing reproducible tests).Gravatar xclerc2013-12-02
| * Removing RefArgType generic argument.Gravatar Pierre-Marie Pédrot2013-12-01
| * Ensuring the right parsing of glob arguments, used by refineGravatar Pierre-Marie Pédrot2013-12-01
| * Fixing ltac constr variable handling in refine.Gravatar Pierre-Marie Pédrot2013-11-30
| * Adding printing of ltac envs to debugger.Gravatar Pierre-Marie Pédrot2013-11-30
| * Getting rid of casted_open_constr. It was only used by theGravatar Pierre-Marie Pédrot2013-11-30
| * Better heuristic for name generation backward compatibility. We fallbackGravatar Pierre-Marie Pédrot2013-11-30
| * Useless instantiation function exported in Evd.Gravatar Pierre-Marie Pédrot2013-11-30
| * Tentative fix to recover fresh name generation as it was beforeGravatar Pierre-Marie Pédrot2013-11-30
| * First stab at documenting Canonical StructuresGravatar Enrico Tassi2013-11-29
| * Fixing bug #3169 and avoiding anomaly in bug #2885 (vm_compute notGravatar Hugo Herbelin2013-11-29
|/
* Testsuite: flatten the 'bugs/opened' directory.Gravatar xclerc2013-11-29
* Testsuite: remove the logic for 'bugs/opened/shouldnotsucceed' (unused)Gravatar xclerc2013-11-28
* Getting rid of goal-dependency in declarative mode argument evaluation.Gravatar Pierre-Marie Pédrot2013-11-27
* Fixing abstract tactic by using a dummy name out of a declared proof.Gravatar Pierre-Marie Pédrot2013-11-27
* Actually adding the grammar entry to handle tactics in terms.Gravatar Pierre-Marie Pédrot2013-11-27
* Adding the necessary hooks to handle tactics in terms.Gravatar Pierre-Marie Pédrot2013-11-27
* Adding generic solvers to term holes. For now, no resolution mechanism norGravatar Pierre-Marie Pédrot2013-11-27
* Old message Interp returns the state id so that one can BackTo itGravatar Enrico Tassi2013-11-27
* New option --help-XML-protocol to document the XML procol used by -ideslaveGravatar Enrico Tassi2013-11-27
* First stab at retrocompatible INTERP messageGravatar Enrico Tassi2013-11-27
* Use my real email address in .mailmapGravatar Enrico Tassi2013-11-27
* Reduction: every n iterations a slaves process checks for interruptionGravatar Enrico Tassi2013-11-27
* STM: restart slave after every proofGravatar Enrico Tassi2013-11-27
* CoqIDE: show error message for parsing errorsGravatar Enrico Tassi2013-11-27
* Adding a generic Int.Map using persistent arrays.Gravatar Pierre-Marie Pédrot2013-11-26
* Do not use ugly Dyn features in the Quote plugin. Use instead theGravatar Pierre-Marie Pédrot2013-11-26
* Remove the Hiddentac module.Gravatar Arnaud Spiwack2013-11-25
* Factoring: is_section_variable.Gravatar Arnaud Spiwack2013-11-25
* Tacinterp: fewer use of old-style goals.Gravatar Arnaud Spiwack2013-11-25
* Typo resulting in bad eta-expansion of destructing let's body.Gravatar Hugo Herbelin2013-11-25
* Better implementation of summary unfreezing.Gravatar Pierre-Marie Pédrot2013-11-24