index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proofs
/
proof_global.ml
Age
Commit message (
Expand
)
Author
2019-08-27
[declare] Move proof_entry type to declare, put interactive proof data on top...
Emilio Jesus Gallego Arias
2019-07-11
[proof] Minor cleanup in proof.ml
Emilio Jesus Gallego Arias
2019-06-24
[proof] Move initial_euctx to proof_global
Emilio Jesus Gallego Arias
2019-06-24
[proof] API Documentation fixes.
Emilio Jesus Gallego Arias
2019-06-24
[lemmas] [proof] Split proof kinds into per-layer components.
Emilio Jesus Gallego Arias
2019-06-24
[proof] More uniformity in proof start labels.
Emilio Jesus Gallego Arias
2019-06-24
[proof] Remove duplicated universe polymorphic from decl_kinds
Emilio Jesus Gallego Arias
2019-06-24
[proof] Remove redundant universe declaration information.
Emilio Jesus Gallego Arias
2019-06-24
[lemmas] Reify info for implicits, univ_decls, prepare for rec_thms.
Emilio Jesus Gallego Arias
2019-06-24
Duplicate the type of constant entries in Proof_global.
Pierre-Marie Pédrot
2019-06-20
Merge PR #9645: [proof] Remove terminator type, unifying regular and obligati...
Pierre-Marie Pédrot
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-17
[proof] Respond to a comment by Pierre-Marie
Emilio Jesus Gallego Arias
2019-06-17
[proof] drop parameter from terminator type
Emilio Jesus Gallego Arias
2019-06-11
Remove the side-effect role from the kernel.
Pierre-Marie Pédrot
2019-06-09
[proof] Uniformize Proof_global API
Emilio Jesus Gallego Arias
2019-06-09
[proof] Move proofs that have an associated constant to `Lemmas`
Emilio Jesus Gallego Arias
2019-06-04
Rename Proof_global.{pstate -> t}
Gaëtan Gilbert
2019-06-04
Rename Proof_global.{t -> stack}
Gaëtan Gilbert
2019-06-04
Proof_global: pass only 1 pstate when we don't want the proof stack
Gaëtan Gilbert
2019-05-14
Allow run_tactic to return a value, remove hack from ltac2
Gaëtan Gilbert
2019-04-24
Fix proof bullet error helper (nosuchgoal)
Gaëtan Gilbert
2019-04-24
[proof] Fix proof bullet error helper which was implemented as a hook
Emilio Jesus Gallego Arias
2019-03-27
[geninterp] Track polymorphic status in tactic interpretation.
Emilio Jesus Gallego Arias
2019-03-27
[proof_global] Removal of imperative state.
Emilio Jesus Gallego Arias
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-02-12
[tactics] Remove dependency of abstract on global proof state.
Emilio Jesus Gallego Arias
2019-01-24
[STM] explicit handling of parsing states
Enrico Tassi
2019-01-21
At Qed, if shelved goals remain, emit a warning instead of an error
Maxime Dénès
2018-12-18
Merge PR #9223: Fix universe restriction in delayed mode.
Pierre-Marie Pédrot
2018-12-17
Restrict body universes in delayed mode.
Gaëtan Gilbert
2018-12-17
Fix classification of Set Default Proof Mode.
Gaëtan Gilbert
2018-12-17
Merge PR #9220: Move shallow state logic to the function preparing state for ...
Enrico Tassi
2018-12-14
[proof] Rework proof interface.
Emilio Jesus Gallego Arias
2018-12-13
Move shallow state logic to the function preparing state for workers
Maxime Dénès
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-12-04
Remove undocumented "Proof using Clear Unused" flag
Jim Fehrle
2018-11-27
Merge PR #9046: Goptions.declare_* functions return unit instead of a write_f...
Emilio Jesus Gallego Arias
2018-11-23
Local universes for opaque polymorphic constants.
Gaëtan Gilbert
2018-11-23
s/let _ =/let () =/ in some places (mostly goptions related)
Gaëtan Gilbert
2018-11-19
[proof] Provide better control of "open proofs" exceptions.
Emilio Jesus Gallego Arias
2018-10-16
{Univops -> Vars}.universes_of_constr
Gaëtan Gilbert
2018-10-06
[api] Remove (most) 8.9 deprecated objects.
Emilio Jesus Gallego Arias
2018-06-27
Swapping Context and Constr: defining declarations on constr in Constr.
Hugo Herbelin
2018-06-26
universes_of_constr don't include universes of monomorphic constants
Gaëtan Gilbert
2018-06-12
[api] Misctypes removal: miscellaneous aliases.
Emilio Jesus Gallego Arias
2018-06-04
[econstr] Remove some Unsafe.to_constr use.
Emilio Jesus Gallego Arias
2018-05-31
[api] Move `Constrexpr` to the `interp` module.
Emilio Jesus Gallego Arias
2018-05-23
[api] Move `opacity_flag` to `Proof_global`.
Emilio Jesus Gallego Arias
[next]