index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stm
/
stm.ml
Age
Commit message (
Expand
)
Author
2014-08-05
STM: new "par:" goal selector, like "all:" but in parallel
Enrico Tassi
2014-08-05
STM: code restructured to reuse task queue for tactics
Enrico Tassi
2014-08-04
STM: when looking up in the cache catch Expired exc
Carst Tankink
2014-08-04
STM: generate Feedback message for parsing errors
Enrico Tassi
2014-08-04
STM: use a real priority queue
Enrico Tassi
2014-08-04
STM: encapsulate Pp.message in Feedback.feedback
Carst Tankink
2014-08-04
STM: VtQuery holds the id of the state it refers to
Carst Tankink
2014-07-29
STM: print goals with no duplicates
Enrico Tassi
2014-07-16
STM: check-vi-task fixed
Enrico Tassi
2014-07-16
STM: Goal printing got wrong in a merge, fixed
Enrico Tassi
2014-07-11
STM: let toploop plugins specify the flags for STM workers
Enrico Tassi
2014-07-11
STM: flag to turn off branch reopening
Enrico Tassi
2014-07-11
STM: add optionally takes the id of the new tip
Enrico Tassi
2014-07-11
Feedback: LoadedFile + Goals
Enrico Tassi
2014-07-10
option to always delegate futures to workers
Enrico Tassi
2014-07-01
Patch from Enrico Tassi to get Drop compatible with stm.
Enrico Tassi
2014-06-28
Typo in stm error message.
Hugo Herbelin
2014-06-25
all coqide specific files moved into ide/
Enrico Tassi
2014-06-17
Removing dead code.
Pierre-Marie Pédrot
2014-06-08
Moving hook code from Future to Lemmas. This seemed to disrupt compilation of
Pierre-Marie Pédrot
2014-06-08
Enforce a correct exception handling in declaration_hooks
Enrico Tassi
2014-06-08
STM: handle "Time Abort" correctly (Closes: 3332)
Enrico Tassi
2014-05-15
poly: remove unused attribute to STM nodes and vernac classificaiton
Enrico Tassi
2014-05-06
- Fix bug preventing apply from unfolding Fixpoints.
Matthieu Sozeau
2014-05-06
Adapt universe polymorphic branch to new handling of futures for delayed proofs.
Matthieu Sozeau
2014-05-06
Correct rebase on STM code. Thanks to E. Tassi for help on dealing with
Matthieu Sozeau
2014-05-06
Rework handling of universes on top of the STM, allowing for delayed
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-01
Fixing ml-doc.
Pierre-Marie Pédrot
2014-04-25
Adding a stm/ folder, as asked during last workgroup. It was essentially moving
Pierre-Marie Pédrot