index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stm
Age
Commit message (
Expand
)
Author
2015-02-27
STM: Considering Stack_overflow as a normal tactic error (Close #3576)
Enrico Tassi
2015-02-25
STM: proof state also includes meta counters
Enrico Tassi
2015-02-21
Future: human readable name for delegated (Close #4065)
Enrico Tassi
2015-02-16
STM: when async_proofs_full is set process only tasks in the perspective
Enrico Tassi
2015-02-16
*Queue: API to wake up all threads
Enrico Tassi
2015-02-15
Undo: back to 8.4 semantics (Close #3514)
Enrico Tassi
2015-02-15
Reset "section name" works again (Close #3933)
Enrico Tassi
2015-02-14
Abstract: "Qed export ident, .., ident" to preserve v8.4 behavior
Enrico Tassi
2015-02-11
STM: is Flags.async_proofs_full then always delegate
Enrico Tassi
2015-02-10
Improving further e11854569b8 and 3e5b9ab9f75e4 on when to print goals in coq...
Hugo Herbelin
2015-02-09
Fix bug #4014.
Pierre-Marie Pédrot
2015-02-07
STM: tolerate simple side effects in async proofs (Close: 4006)
Enrico Tassi
2015-02-05
Fix automatic undo after nonsensical Qed in tty mode (Close: 3980)
Enrico Tassi
2015-02-02
Removing dead code.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2015-01-09
STM: fix handling of side effects in vio2vo
Enrico Tassi
2015-01-07
Hook when state arrives on master.
Enrico Tassi
2015-01-06
rename: vi -> vio
Enrico Tassi
2015-01-04
STM: Make assert unneeded (Close 3898)
Enrico Tassi
2014-12-27
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-26
STM: do not call process_error twice (Close: 3880)
Enrico Tassi
2014-12-26
STM: remove dead code
Enrico Tassi
2014-12-25
Inlining Spawn.kill_if in the one place were it was actually used, thus
Pierre-Marie Pédrot
2014-12-23
STM: cleanup code for Admitted
Enrico Tassi
2014-12-23
Vi2vo: fix handling of univ constraints coming from the body
Enrico Tassi
2014-12-18
Proof using: New vernacular to name sets of section variables
Enrico Tassi
2014-12-17
Fix compilation with ocaml 4.0.0
Enrico Tassi
2014-12-17
STM: resilient on errors in non delegated proofs
Enrico Tassi
2014-12-17
CoqIDE: cleanup jobs window on worker death
Enrico Tassi
2014-12-17
STM: rename and simplify flags
Enrico Tassi
2014-12-17
STM: simplify state management
Enrico Tassi
2014-12-17
AsyncTaskQueue: simpler model (no parking area, continuation tasks)
Enrico Tassi
2014-12-17
WorkerPool: simpler fuctor and no more parking area
Enrico Tassi
2014-12-17
TQueue: a way to unblock threads begin destroyed waiting on pop
Enrico Tassi
2014-12-17
Spawn: fix request of Gc statistics
Enrico Tassi
2014-12-17
CThread: use a different type for thread friendly in_channels
Enrico Tassi
2014-12-16
Getting rid of Exninfo hacks.
Pierre-Marie Pédrot
2014-12-07
Improving e11854569b8 on when to print goals in coqtop mode.
Hugo Herbelin
2014-12-04
Trying a new policy for when to automatically print goals (granting
Hugo Herbelin
2014-11-28
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-27
STM: hook called whenever a state is unreachable
Enrico Tassi
2014-11-27
async_queries_* merged with async_proofs_*
Enrico Tassi
2014-11-27
AsyncTaskQueue: parsin can also happen in the workers now
Enrico Tassi
2014-11-27
STM: new API async_query
Enrico Tassi
2014-11-27
AsyncTaskQueue: API to park a worker
Enrico Tassi
2014-11-27
WorkerPool: API to move a worker from an active pool to a parking one
Enrico Tassi
2014-11-27
TQueue: let reader be picky when popping an item
Enrico Tassi
[next]