index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stm
/
stm.ml
Commit message (
Expand
)
Author
Age
*
STM: states coming from workers have no proof terminators (Close #4246)
Enrico Tassi
2015-06-09
*
STM: silly mistake in jumping back to an old state (Close #4249)
Enrico Tassi
2015-06-09
*
STM: preserve branch name on edit (Close: #4245, #4246)
Enrico Tassi
2015-05-28
*
nice error for Restart outside a proof (Close: #4235)
Enrico Tassi
2015-05-12
*
Add a [Redirect] vernacular command
Clément Pit--Claudel
2015-05-04
*
STM: print trace on "anomaly, no safe id attached"
Enrico Tassi
2015-04-21
*
CoqIDE: simpler way of reopening/reclosing a proof (Close: 4168)
Enrico Tassi
2015-04-02
*
STM: refine the notion of "simply a tactic"
Enrico Tassi
2015-03-27
*
STM: change how proof mode switching commands are handled (decl_mode)
Enrico Tassi
2015-03-26
*
STM: avoid processing asynchronously empty proofs (Close: #4134)
Enrico Tassi
2015-03-25
*
STM: if Set Universe Polymorphism then synchronous (#4119)
Enrico Tassi
2015-03-22
*
STM: do not delegate proofs containing Print
Enrico Tassi
2015-03-22
*
STM: after every command restore the expected proof mode
Enrico Tassi
2015-03-22
*
Fixed #4138. In emacs mode Set/Unset does not print the goal anymore.
Pierre Courtieu
2015-03-20
*
STM: -debug: better explanation of why not async (#4125)
Enrico Tassi
2015-03-15
*
STM: -quick: async no Proof using but no Section (#4124)
Enrico Tassi
2015-03-15
*
STM: ease re-editing of Admitted proofs
Enrico Tassi
2015-03-11
*
admit: replaced by give_up + Admitted (no proof_admitted : False, close #4032)
Enrico Tassi
2015-03-11
*
STM: Considering Stack_overflow as a normal tactic error (Close #3576)
Enrico Tassi
2015-02-27
*
STM: proof state also includes meta counters
Enrico Tassi
2015-02-25
*
Future: human readable name for delegated (Close #4065)
Enrico Tassi
2015-02-21
*
STM: when async_proofs_full is set process only tasks in the perspective
Enrico Tassi
2015-02-16
*
Undo: back to 8.4 semantics (Close #3514)
Enrico Tassi
2015-02-15
*
Abstract: "Qed export ident, .., ident" to preserve v8.4 behavior
Enrico Tassi
2015-02-14
*
STM: is Flags.async_proofs_full then always delegate
Enrico Tassi
2015-02-11
*
Improving further e11854569b8 and 3e5b9ab9f75e4 on when to print goals in coq...
Hugo Herbelin
2015-02-10
*
STM: tolerate simple side effects in async proofs (Close: 4006)
Enrico Tassi
2015-02-07
*
Fix automatic undo after nonsensical Qed in tty mode (Close: 3980)
Enrico Tassi
2015-02-05
*
Update headers.
Maxime Dénès
2015-01-12
*
STM: fix handling of side effects in vio2vo
Enrico Tassi
2015-01-09
*
Hook when state arrives on master.
Enrico Tassi
2015-01-07
*
rename: vi -> vio
Enrico Tassi
2015-01-06
*
STM: Make assert unneeded (Close 3898)
Enrico Tassi
2015-01-04
*
STM: check with the kernel proof terms on the worker too
Enrico Tassi
2014-12-27
*
STM: fix processing of errors
Enrico Tassi
2014-12-27
*
STM: module Pp is open
Enrico Tassi
2014-12-27
*
STM: do not call process_error twice (Close: 3880)
Enrico Tassi
2014-12-26
*
STM: remove dead code
Enrico Tassi
2014-12-26
*
STM: cleanup code for Admitted
Enrico Tassi
2014-12-23
*
Vi2vo: fix handling of univ constraints coming from the body
Enrico Tassi
2014-12-23
*
STM: resilient on errors in non delegated proofs
Enrico Tassi
2014-12-17
*
STM: rename and simplify flags
Enrico Tassi
2014-12-17
*
STM: simplify state management
Enrico Tassi
2014-12-17
*
Getting rid of Exninfo hacks.
Pierre-Marie Pédrot
2014-12-16
*
Improving e11854569b8 on when to print goals in coqtop mode.
Hugo Herbelin
2014-12-07
*
Trying a new policy for when to automatically print goals (granting
Hugo Herbelin
2014-12-04
*
fix compilation on ocaml 3.12 (Close: 3833)
Enrico Tassi
2014-11-28
*
STM: if a-p-always-delegate fetch states from parked worker on edit-at
Enrico Tassi
2014-11-28
*
STM: hook called whenever a state is unreachable
Enrico Tassi
2014-11-27
*
async_queries_* merged with async_proofs_*
Enrico Tassi
2014-11-27
[next]