aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Removing dead code relative to or_metaid.Gravatar Pierre-Marie Pédrot2014-07-25
* CHANGES: cycle and swap.Gravatar Arnaud Spiwack2014-07-25
* Document swap tactic.Gravatar Arnaud Spiwack2014-07-25
* Document cycle tactic.Gravatar Arnaud Spiwack2014-07-25
* Add a tactic [swap i j] to swap the position of goals [i] and [j].Gravatar Arnaud Spiwack2014-07-25
* Adds a cycle tactic to reorder goals in a loop.Gravatar Arnaud Spiwack2014-07-25
* A slightly more fine grained way to check whether a TACTIC EXTEND is global o...Gravatar Arnaud Spiwack2014-07-25
* CHANGES: yellow in Coqide.Gravatar Arnaud Spiwack2014-07-25
* CHANGE: add Derive.Gravatar Arnaud Spiwack2014-07-25
* CHANGE: document the features of the new tactic engine.Gravatar Arnaud Spiwack2014-07-25
* Update the documentation of Ltac's ";" and ";[…]" to reflect the new multi-...Gravatar Arnaud Spiwack2014-07-25
* Warns about inconsistency of generated name in evars and goals.Gravatar Arnaud Spiwack2014-07-25
* - Do module substitution inside mind_record.Gravatar Matthieu Sozeau2014-07-25
* More documentation of universes.Gravatar Matthieu Sozeau2014-07-25
* Add emacs auto-save and crash-save files to the .gitignore.Gravatar Arnaud Spiwack2014-07-25
* Add *.crashcoqide files to the .gitignore.Gravatar Arnaud Spiwack2014-07-25
* Add lia.cache to the .gitignoreGravatar Arnaud Spiwack2014-07-25
* Small reorganisation in proof.ml.Gravatar Arnaud Spiwack2014-07-25
* Fail gracefully when focusing on non-existing goals with user commands.Gravatar Arnaud Spiwack2014-07-25
* Fix handling of universes at the end of proofs, esp. for async proof processing.Gravatar Matthieu Sozeau2014-07-25
* Forgot to add a Universes.v.tex as a target.Gravatar Matthieu Sozeau2014-07-24
* Start documenting universe polymorphism.Gravatar Matthieu Sozeau2014-07-24
* Distinguish tactics t1;t2 and t1;[t2..].Gravatar Arnaud Spiwack2014-07-24
* A handful of useful primitives in Proofview.Refine.Gravatar Arnaud Spiwack2014-07-24
* Fix misleading pretty-printing of information for non-universe-polymorphicGravatar Matthieu Sozeau2014-07-24
* Adding a tail-rec tclONCE.Gravatar Pierre-Marie Pédrot2014-07-24
* New implementation of the tactic monad.Gravatar Pierre-Marie Pédrot2014-07-24
* Revert "Adding a "is_val" primitive to IStream."Gravatar Pierre-Marie Pédrot2014-07-24
* fixup fakeide test-suiteGravatar Pierre Boutillier2014-07-24
* Make MacStore like coqide moreGravatar Pierre Boutillier2014-07-24
* Derive plugin: document new syntax.Gravatar Arnaud Spiwack2014-07-23
* Derive plugin: add some comments.Gravatar Arnaud Spiwack2014-07-23
* Derive plugin: code reorganisation for clarity.Gravatar Arnaud Spiwack2014-07-23
* Derive plugin: small refactoring.Gravatar Arnaud Spiwack2014-07-23
* Derive plugin: a more general interface.Gravatar Arnaud Spiwack2014-07-23
* When closing a proof, make sure that the types have their evar substituted.Gravatar Arnaud Spiwack2014-07-23
* Proof_global: an unused variable replaced by a wildcard.Gravatar Arnaud Spiwack2014-07-23
* Proof_global.start_dependent_proof: properly threads the sigma through the te...Gravatar Arnaud Spiwack2014-07-23
* Change the interface of proof_global to take an evar_map instead of a univers...Gravatar Arnaud Spiwack2014-07-23
* Porting guard fix to checker.Gravatar Maxime Dénès2014-07-22
* Minor cleaning.Gravatar Maxime Dénès2014-07-22
* Revert "Extend subterm relation to pattern matching in return predicates."Gravatar Maxime Dénès2014-07-22
* Revert "Propagate size info through pattern matching in predicates, for the"Gravatar Maxime Dénès2014-07-22
* Propagate size info through pattern matching in predicates, for theGravatar Maxime Dénès2014-07-22
* Extend subterm relation to pattern matching in return predicates.Gravatar Maxime Dénès2014-07-22
* Fix check_inductive_codomain.Gravatar Maxime Dénès2014-07-22
* Refine check_is_subterm.Gravatar Maxime Dénès2014-07-22
* Refined guard condition of cofixpoints, to anticipate potential futurGravatar Maxime Dénès2014-07-22
* First attempt at a fix for guard condition on cofixpoints.Gravatar Maxime Dénès2014-07-22
* Add test-suite file for guard condition on cofixpoints.Gravatar Maxime Dénès2014-07-22