aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
Commit message (Expand)AuthorAge
* coqtop: -check-vi-tasks and -schedule-vi-checkingGravatar Enrico Tassi2014-01-05
* Lemmas: export standard proof terminatorGravatar Enrico Tassi2014-01-04
* Proof_global: Simpler API for proof_terminatorGravatar Enrico Tassi2014-01-04
* STM: use sec vars in aux file if no Proof using when building .viGravatar Enrico Tassi2014-01-04
* .vi files: .vo files without proofsGravatar Enrico Tassi2014-01-04
* STM: simple refactoringGravatar Enrico Tassi2014-01-04
* STM: set loc for aux file when interpreting vernacGravatar Enrico Tassi2014-01-04
* STM: record in aux file proof build and check timeGravatar Enrico Tassi2014-01-04
* Useless Evd.create_evar_defs.Gravatar Pierre-Marie Pédrot2013-12-30
* STM: capture type checking error (Closes: 3195)Gravatar Enrico Tassi2013-12-24
* Qed: feedback when type checking is doneGravatar Enrico Tassi2013-12-24
* CoqIDE: new feedback "incomplete" to signal partial QedGravatar Enrico Tassi2013-12-24
* cleanup warningGravatar Enrico Tassi2013-12-24
* Adding a finer-grained -bt flag to coqtop only triggering backtraces.Gravatar Pierre-Marie Pédrot2013-12-22
* Notations can now accept dummy arguments. If ever a bound variable is notGravatar Pierre-Marie Pédrot2013-12-22
* Removing the need of evarmaps in constr internalization.Gravatar Pierre-Marie Pédrot2013-12-17
* A few fixes to the build system (mostly for ocamlbuild)Gravatar Pierre Letouzey2013-12-16
* Fix CoqIDE on windowsGravatar Enrico Tassi2013-12-10
* Fix printing of Ltac's backtrace.Gravatar Arnaud Spiwack2013-12-09
* Stm: remove an assertion.Gravatar Arnaud Spiwack2013-12-04
* Fix Admitted.Gravatar Arnaud Spiwack2013-12-04
* 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
* Removing useless meta-related functions.Gravatar Pierre-Marie Pédrot2013-12-03
* 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
* STM: restart slave after every proofGravatar Enrico Tassi2013-11-27
* Remove the Hiddentac module.Gravatar Arnaud Spiwack2013-11-25
* Using hashes instead of strings in dynamic tags. In case of collision, anGravatar Pierre-Marie Pédrot2013-11-22
* Do not print tactic notation names at each interpretation step.Gravatar ppedrot2013-11-12
* Centralizing the Ltac-defining functions in Tacenv.Gravatar ppedrot2013-11-10
* Removing the dependency of every level of tactic ATSs on glob_tactic_expr.Gravatar ppedrot2013-11-10
* Revert the previous commit. It broke Coq compilation.Gravatar ppedrot2013-11-09
* Removing the dependency of every level of tactic ATSs on glob_tactic_expr.Gravatar ppedrot2013-11-09
* Moving notation types into grammar rule.Gravatar ppedrot2013-11-09
* Cleaning and documenting Egramcoq.Gravatar ppedrot2013-11-09
* STM: fix for PG and "Proof term" lines.Gravatar gareuselesinge2013-11-05
* Fixup bug 3145Gravatar pboutill2013-11-03
* Adds a tactic give_up.Gravatar aspiwack2013-11-02
* Made multiple-goal tactic work after all: .Gravatar aspiwack2013-11-02
* Adds a shelve tactic.Gravatar aspiwack2013-11-02
* Less use of the list-based interface for goal-bound tactics.Gravatar aspiwack2013-11-02
* Tachmach.New is now in Proofview.Goal.enter style.Gravatar aspiwack2013-11-02
* More Proofview.Goal.enter.Gravatar aspiwack2013-11-02
* Fixes parsing of all: followed by a typechecking/evaluation command.Gravatar aspiwack2013-11-02
* Adds a new goal selector "all:".Gravatar aspiwack2013-11-02