index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
ssr
/
ssrequality.ml
Age
Commit message (
Expand
)
Author
2019-05-23
Fixing typos - Part 3
JPR
2019-05-23
Fixing typos - Part 2
JPR
2019-05-13
Merge PR #9887: [api] Remove 8.10 deprecations.
Gaëtan Gilbert
2019-05-10
Make the check flag of conversion functions mandatory.
Pierre-Marie Pédrot
2019-05-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
2019-04-29
Merge PR #9651: [ssr] Add tactics under and over
Cyril Cohen
2019-04-23
[ssr] under: Add iff support in side-conditions
Erik Martin-Dorel
2019-04-23
[ssr] under: Fix rewrite goals order when called from under
Erik Martin-Dorel
2019-04-10
Remove calls to global env in Inductiveops
Maxime Dénès
2019-04-10
Remove calls to global env from indrec
Maxime Dénès
2019-04-02
[ssr] rewrite takes optional function to make the new valued of the redex
Enrico Tassi
2019-04-02
[ssr] move is_ind/constructor_ref to ssrcommon
Enrico Tassi
2019-04-02
[ssr] under: rewrite takes an optional bool arg
Erik Martin-Dorel
2019-03-27
[plugins] [ssr] Adapt to removal of imperative proof state.
Emilio Jesus Gallego Arias
2019-03-25
[ssr] More detailed error message in rewrite
Vincent Laporte
2019-03-20
Stop accessing proof env via Pfedit in printers
Maxime Dénès
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2018-12-18
[ssr] extended intro patterns: + > [^] /ltac:
Enrico Tassi
2018-11-23
s/let _ =/let () =/ in some places (mostly goptions related)
Gaëtan Gilbert
2018-11-16
Remove SSR profiling
Jim Fehrle
2018-11-14
ssr: rewrite: do resolve TC once and forall at the very end
Enrico Tassi
2018-10-30
Remove one use of empty_env in ssr
Maxime Dénès
2018-10-10
[coqlib] Rebindable Coqlib namespace.
Emilio Jesus Gallego Arias
2018-10-05
[kernel] Remove section paths from `KerName.t`
Maxime Dénès
2018-09-04
[ssr] guard all `try pf_unify_HO` with CErrors.noncritical
Enrico Tassi
2018-06-20
[ssr] rewrite: turn anomaly into regular error
Enrico Tassi
2018-05-25
Merge PR #7524: [ssr] fix after to_constr ~abort_on_undefined_evars was added
Maxime Dénès
2018-05-17
Split off Universes functions dealing with generating new universes.
Gaëtan Gilbert
2018-05-16
[ssr] fix after to_constr ~abort_on_undefined_evars was added
Enrico Tassi
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-04-13
Evar maps contain econstrs.
Gaëtan Gilbert
2018-03-31
[econstr] Forbid calling `to_constr` in open terms.
Emilio Jesus Gallego Arias
2018-03-08
Merge PR #6893: Cleanup UState API usage
Maxime Dénès
2018-03-08
Merge PR #6783: ssr: use `apply_type ~typecheck:true` everywhere (fix #6634)
Maxime Dénès
2018-03-06
Deprecate UState aliases in Evd.
Gaëtan Gilbert
2018-03-06
ssr: use `apply_type ~typecheck:true` everywhere (fix #6634)
Enrico Tassi
2018-03-06
Merge PR #6896: [compat] Remove NOOP deprecated options.
Maxime Dénès
2018-03-05
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-04
[compat] Remove NOOP and alias deprecated options.
Emilio Jesus Gallego Arias
2018-03-04
ssr: rewrite Ssripats and Ssrview in the tactic monad
Enrico Tassi
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-16
apply_type: add option "typecheck" passed down to refine
Enrico Tassi
2017-12-14
Deprecate dead option Match Strict (ssr).
Gaëtan Gilbert
2017-11-22
[api] Deprecate Term destructors, move to Constr
Emilio Jesus Gallego Arias
2017-11-21
[printing] Deprecate all printing functions accessing the global proof.
Emilio Jesus Gallego Arias
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-09-28
Efficient fresh name generation relying on sets.
Pierre-Marie Pédrot
2017-09-04
Making detyping potentially lazy.
Pierre-Marie Pédrot
2017-07-17
[API] Remove `open API` in ml files in favor of `-open API` flag.
Emilio Jesus Gallego Arias
2017-06-10
Remove (useless) aliases from the API.
Matej Košík
[next]