aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs
Commit message (Expand)AuthorAge
* Added a flag to control the use of typing when instantiating appliedGravatar herbelin2011-12-17
* Introducing a notion of evar candidates to be used when an evar isGravatar herbelin2011-12-16
* Proof using ...Gravatar gareuselesinge2011-12-12
* Added a DEPRECATED flag in declaration of options. For now only two options a...Gravatar ppedrot2011-11-24
* In emacs mode, prints a list of the dependent existential variables introducedGravatar aspiwack2011-11-23
* Fixing bug #2640 and variants of it (inconsistency between when andGravatar herbelin2011-11-17
* Bug 2636 - Move string_of_ppcmds to PpGravatar pboutill2011-11-14
* Add type annotations around all calls to Libobject.declare_objectGravatar letouzey2011-11-02
* Applying Tom Prince's patch to support parametric "constructor n" inGravatar herbelin2011-10-25
* Moved to a more standard order of arguments (i.e. env followed by evar_map)Gravatar herbelin2011-10-11
* Fixing Implicit Tactic mode damaged by commit r14496 (see also bug #2612).Gravatar herbelin2011-10-05
* Moving implicit tactic support from Tacinterp to Pfedit and final evarGravatar herbelin2011-09-26
* Adds a new command Show Goal (e.g. Show Goal "42") printing a goal using the...Gravatar aspiwack2011-09-12
* Remove code concerning the obsolete Set/Unset UndoGravatar letouzey2011-09-05
* Porting Hendrik's 8.3 patch for proof tree visualization under proofGravatar herbelin2011-08-30
* Remove old file (1999)Gravatar msozeau2011-08-18
* Fixes mini-bug: Qed would succeed even on focused proofs.Gravatar aspiwack2011-08-12
* Propagated information from the reduction tactics to the kernel soGravatar herbelin2011-08-10
* Fixing typos in commentsGravatar herbelin2011-08-10
* Graceful error message for [Proof Mode] and [Set Default Proof Mode] when req...Gravatar aspiwack2011-08-10
* Stores bullet stack on locally at the level of focuses rather than globally i...Gravatar aspiwack2011-07-11
* Fixed bullets so that they would play well with { }.Gravatar aspiwack2011-07-06
* Extraction: forbid Prop-polymorphism of inductives when extracting to OcamlGravatar letouzey2011-07-04
* Cleaning debugging printer relative to new proof engine. InGravatar herbelin2011-06-21
* Generalizing flag use_evars_pattern_unification into a flagGravatar herbelin2011-06-18
* Added a flag to restrict conversion in tactic unification on theGravatar herbelin2011-06-13
* Added a new flag for freezing evars in tactic unification. Used thisGravatar herbelin2011-06-12
* Moved allow_K to a unification flagGravatar herbelin2011-06-10
* Catch AbstractionOverMeta as a unification failure in precatchable_exception.Gravatar msozeau2011-06-07
* Break circular dependency Proof_global -> Vernacexpr -> Proof_global.Gravatar aspiwack2011-05-17
* Fixes bug in [maximal_unfocus] introduced in r14120.Gravatar aspiwack2011-05-17
* A better procedure for checking presence of undefined evars.Gravatar aspiwack2011-05-13
* The modules in proofs now use the Errors module to explain their exceptions t...Gravatar aspiwack2011-05-13
* New option [Set Bullet Behavior] allows to select the behaviour of bullets.Gravatar aspiwack2011-05-13
* First phase removing obsolete support for eta up to conversion inGravatar herbelin2011-05-04
* Fixed a bug causing inconsistent states during proof editting.Gravatar aspiwack2011-04-29
* Some comments.Gravatar aspiwack2011-04-29
* Add a flag to control betaiota reduction during unification to maintain backw...Gravatar msozeau2011-04-18
* Revert "Add [Polymorphic] flag for defs"Gravatar msozeau2011-04-13
* Add [Polymorphic] flag for defsGravatar msozeau2011-04-13
* Applying Tom Prince's patch for build_constant_by_tactic not able toGravatar herbelin2011-04-08
* Lazy loading of opaque proofs: fast as -dont-load-proofs without its drawbacksGravatar letouzey2011-04-03
* A tatical "timeout <n> <tac>" that fails if <tac> hasn't finished in <n> secondsGravatar letouzey2011-03-18
* - Add modulo_delta_types flag for unification to allow fullGravatar msozeau2011-03-13
* Forgot a use of evars_reset_evd in nf_evars, add an optional argument asGravatar msozeau2011-03-10
* Reverted commit r13893 about propagation of more informativeGravatar herbelin2011-03-07
* Added propagation of evars unification failure reasons for betterGravatar herbelin2011-03-07
* Try to fix the behavior of clenv_missing used when declaring hintsGravatar letouzey2011-02-22
* - Use transparency information all the way through unification andGravatar msozeau2011-02-17
* Started to fix the declarative proof mode (C-zar).Gravatar aspiwack2011-02-10