aboutsummaryrefslogtreecommitdiff
path: root/stm
AgeCommit message (Expand)Author
2017-03-29Run non-tactic comands without resilient_commandTej Chajed
2017-01-30Fix a typo in STM universe communications.Maxime Dénès
2017-01-17STM: fix run-time classification of VernacInstance (fix #5313)Enrico Tassi
2016-11-29STM: cur_id must be invalid if an error occurs (fix #5191)Enrico Tassi
2016-11-18Revert "Merge remote-tracking branch 'github/pr/360' into v8.6"Maxime Dénès
2016-11-17[stm] Remove STM-related vernacularsEmilio Jesus Gallego Arias
2016-10-26STM: make ~valid state id non optional from APIsEnrico Tassi
2016-10-18[stm] Fix record field name clash.Emilio Jesus Gallego Arias
2016-10-01Add command 'Set foo Append "bar"' for appending to an option (bug #5109).Guillaume Melquiond
2016-09-29STM: compute the correct state for edited Qed (#5086)Enrico Tassi
2016-09-29Cleanup API, making inference_hook optionalMatthieu Sozeau
2016-09-28Fix bug #4723 and FIXME in API for solve_by_tacMatthieu Sozeau
2016-09-13AsyncTaskQueue: annotate debug feedback messages with worker idEnrico Tassi
2016-09-13stm: feedback forwarding has to be atomicEnrico Tassi
2016-09-07Merge branch 'v8.5' into v8.6Pierre-Marie Pédrot
2016-09-07STM: if_verbose on "Checking task ..." (fix #4058)Enrico Tassi
2016-09-06STM: queries give back a dummy safe_id in case of error (#5041)Enrico Tassi
2016-09-06STM: sideff: report safe_id correctly (fix #4968)Enrico Tassi
2016-09-06STM: nested Abort is like nested Qed (fix #4756)Enrico Tassi
2016-09-05Fix #5065: Anomaly: Not a proof by inductionMaxime Dénès
2016-09-05feedback: support multiple feedback listenersEnrico Tassi
2016-09-02Merge branch 'v8.5' into v8.6Pierre-Marie Pédrot
2016-08-31Fix bug #5043: [Admitted] lemmas pick up section variables.Pierre-Marie Pédrot
2016-08-30Fix #4871 - interrupting par:abstract kills coqtopMaxime Dénès
2016-07-03errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...Pierre Letouzey
2016-07-01Separate flags for fix/cofix/match reduction and clean reduction function names.Maxime Dénès
2016-06-29Univs: earlier errors for strict univ decls #4527Matthieu Sozeau
2016-06-29A new infrastructure for warnings.Maxime Dénès
2016-06-27Merge branch 'v8.5'Pierre-Marie Pédrot
2016-06-25[feedback] Remove `ErrorMsg` in favor of `Message Error`.Emilio Jesus Gallego Arias
2016-06-18Moving the typing_flags to the environment.Pierre-Marie Pédrot
2016-06-17par: like all: but in parallelEnrico Tassi
2016-06-16Factorizing the uses of Declareops.safe_flags.Pierre-Marie Pédrot
2016-06-16Merge PR #79: Let the kernel assume that a (co-)inductive type is positive.Pierre-Marie Pédrot
2016-06-15Remove the syntax changes introduced by this branch.Pierre-Marie Pédrot
2016-06-15Allow `Pretyping.search_guard` to not check guardArnaud Spiwack
2016-06-14Merge remote-tracking branch 'origin/pr/166' into trunkEnrico Tassi
2016-06-14Merge remote-tracking branch 'origin/pr/205' into trunkEnrico Tassi
2016-06-14Merge remote-tracking branch 'origin/pr/182' into trunkEnrico Tassi
2016-06-14Admitted: fix #4818 return initial stmt and univsMatthieu Sozeau
2016-06-13STM classification: VernacTimeout may contain an "internal command".Maxime Dénès
2016-06-13Print Assumptions and co. can "pierce opacity".Maxime Dénès
2016-06-07DocumentationEnrico Tassi
2016-06-06Renaming: ErrorBlock -> ProofBlockEnrico Tassi
2016-06-06STM: each proof block can be enabled separatelyEnrico Tassi
2016-06-06Error box detection run only on errorEnrico Tassi
2016-06-06STM: proof block detection for indentationEnrico Tassi
2016-06-06rebase on trunkEnrico Tassi
2016-06-06STM: fix error reporting of par:Enrico Tassi
2016-06-06STM: proof block detection made optional + simple testEnrico Tassi