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: feedback forwarding has to be atomic
Enrico Tassi
2016-09-13
*
STM: if_verbose on "Checking task ..." (fix #4058)
Enrico Tassi
2016-09-07
*
STM: queries give back a dummy safe_id in case of error (#5041)
Enrico Tassi
2016-09-06
*
STM: sideff: report safe_id correctly (fix #4968)
Enrico Tassi
2016-09-06
*
STM: nested Abort is like nested Qed (fix #4756)
Enrico Tassi
2016-09-06
*
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-03
*
A new infrastructure for warnings.
Maxime Dénès
2016-06-29
*
[feedback] Remove `ErrorMsg` in favor of `Message Error`.
Emilio Jesus Gallego Arias
2016-06-25
*
par: like all: but in parallel
Enrico Tassi
2016-06-17
*
Merge remote-tracking branch 'origin/pr/166' into trunk
Enrico Tassi
2016-06-14
|
\
*
\
Merge remote-tracking branch 'origin/pr/205' into trunk
Enrico Tassi
2016-06-14
|
\
\
*
\
\
Merge remote-tracking branch 'origin/pr/182' into trunk
Enrico Tassi
2016-06-14
|
\
\
\
|
|
*
|
STM classification: VernacTimeout may contain an "internal command".
Maxime Dénès
2016-06-13
|
|
*
|
Print Assumptions and co. can "pierce opacity".
Maxime Dénès
2016-06-13
*
|
|
|
Documentation
Enrico Tassi
2016-06-07
*
|
|
|
Renaming: ErrorBlock -> ProofBlock
Enrico Tassi
2016-06-06
*
|
|
|
STM: each proof block can be enabled separately
Enrico Tassi
2016-06-06
*
|
|
|
Error box detection run only on error
Enrico Tassi
2016-06-06
*
|
|
|
rebase on trunk
Enrico Tassi
2016-06-06
*
|
|
|
STM: fix error reporting of par:
Enrico Tassi
2016-06-06
*
|
|
|
STM: proof block detection made optional + simple test
Enrico Tassi
2016-06-06
*
|
|
|
STM: proof block detection/error resilience API
Enrico Tassi
2016-06-06
*
|
|
|
STM: carry AST and indentation of document commands
Enrico Tassi
2016-06-06
*
|
|
|
STM: support for nested boxes of nodes to model error boundaries
Enrico Tassi
2016-06-06
*
|
|
|
STM: invalid states are first class citizens
Enrico Tassi
2016-06-06
|
|
/
/
|
/
|
|
*
|
|
Move serialization functions out of Stm
Emilio Jesus Gallego Arias
2016-06-02
|
*
|
STM delegation policy can be customized
Enrico Tassi
2016-05-31
*
|
|
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-31
|
/
/
|
*
coqc: support -o option to specify output file name
Enrico Tassi
2016-05-19
|
/
*
Proof_global, STM: cleanup + use default_proof_mode instead of "Classic"
Enrico Tassi
2016-05-10
*
STM: code cleanup
Enrico Tassi
2016-05-10
*
Removing dead code and unused opens.
Pierre-Marie Pédrot
2016-05-08
*
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-05-04
|
\
|
*
Fix for #4603, part 3: definitions inside proofs not handled properly by coqc.
Maxime Dénès
2016-05-04
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-04-24
|
\
|
|
*
Build stm debugging messages lazily so that they are not silently
Hugo Herbelin
2016-04-15
|
*
Quick fix for #4603 (part 2): Anomaly: Universe undefined
Maxime Dénès
2016-04-12
*
|
Removing the dependency in VernacSolve in the STM.
Pierre-Marie Pédrot
2016-03-19
*
|
Relying on Vernac classifier to flag tactics in the STM.
Pierre-Marie Pédrot
2016-03-19
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-02-21
|
\
|
|
*
STM: Print/Extraction have to be skipped if -quick
Enrico Tassi
2016-02-19
|
*
STM: classify some variants of Instance as regular `Fork nodes.
Enrico Tassi
2016-02-19
*
|
merging conflicts with the original "trunk__CLEANUP__Context__2" branch
Matej Kosik
2016-02-15
|
\
\
*
\
\
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-02-13
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
STM: always stock in vio files the first node (state) of a proof
Enrico Tassi
2016-02-10
|
*
|
STM: not delegate proofs that contain Vernac(Module|Require|Import), #4530
Enrico Tassi
2016-02-10
|
|
*
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-02-09
|
|
/
|
/
|
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-21
|
\
|
|
*
Update copyright headers.
Maxime Dénès
2016-01-20
|
*
Hooks for a third-party XML plugin. Contributed by Claudio Sacerdoti Coen.
Maxime Dénès
2016-01-15
[next]