index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proofs
Age
Commit message (
Expand
)
Author
2019-05-24
Fixing typos
JPR
2019-05-23
Fixing typos - Part 3
JPR
2019-05-15
Merge PR #10151: Clean up the API for side-effects
Gaëtan Gilbert
2019-05-14
Merge PR #8893: Moving evars_of_term from constr to econstr
Pierre-Marie Pédrot
2019-05-14
Abstract away the implementation of side-effects in Safe_typing.
Pierre-Marie Pédrot
2019-05-14
Allow run_tactic to return a value, remove hack from ltac2
Gaëtan Gilbert
2019-05-13
Passing evar_map to evars_of_term rather than expecting the term to be evar-nf.
Hugo Herbelin
2019-05-13
Merge PR #9887: [api] Remove 8.10 deprecations.
Gaëtan Gilbert
2019-05-10
Fast-path for reordering of a single closed variable.
Pierre-Marie Pédrot
2019-05-10
Split the hypothesis conversion check in a conversion + ordering check.
Pierre-Marie Pédrot
2019-05-10
Logic.convert_hyp now takes an environment as an argument.
Pierre-Marie Pédrot
2019-05-10
Cleanup of Logic.convert_hyp.
Pierre-Marie Pédrot
2019-05-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
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-04-05
[api] [proofs] Remove dependency of proofs on interp.
Emilio Jesus Gallego Arias
2019-04-02
Merge PR #9659: Fix #9652: rewrite fails to detect lack of progress
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-25
Fix #9652: rewrite fails to detect lack of progress
Gaëtan Gilbert
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-03-12
Merge PR #7819: Ho matching occ sel
Enrico Tassi
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-02-08
Fix indentation (removing tabs)
Matthieu Sozeau
2019-02-08
[evarconv] New flag handling for unifier
Matthieu Sozeau
2019-02-08
Evd/evarsolve: add an abstraction field to evars for unification
Matthieu Sozeau
2019-02-05
Make Program a regular attribute
Maxime Dénès
2019-02-01
Fix default goal selector error message.
Gaëtan Gilbert
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-19
Merge PR #9139: [engine] Allow debug printers to access the environment.
Pierre-Marie Pédrot
2018-12-18
Merge PR #9223: Fix universe restriction in delayed mode.
Pierre-Marie Pédrot
2018-12-18
Merge PR #9222: Fix classification of Set Default Proof Mode.
Enrico Tassi
2018-12-17
Merge PR #9153: [api] Move reduction modules to `tactics`
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
[engine] Allow debug printers to access the environment.
Emilio Jesus Gallego Arias
2018-12-13
Move shallow state logic to the function preparing state for workers
Maxime Dénès
2018-12-12
Merge PR #8965: Add `String Notation` vernacular like `Numeral Notation`
Hugo Herbelin
2018-12-11
[api] Move reduction modules to `tactics`
Emilio Jesus Gallego Arias
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-28
Factor out common code in numeral/string notations
Jason Gross
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-22
Merge PR #8967: Fix #8922 (uncaught pp_diff exception)
Hugo Herbelin
[next]