index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
funind
/
g_indfun.mlg
Age
Commit message (
Expand
)
Author
2021-02-03
Fix #13739 - disable some warnings when calling Function.
Pierre Courtieu
2020-10-27
Change a few nonterminal names in mlgs and update doc to match
Jim Fehrle
2020-10-27
Rename misc nonterminals
Jim Fehrle
2020-10-04
Remove prefixes on nonterminal names, e.g. "constr:" and "Prim."
Jim Fehrle
2020-05-16
Fix #11761: Functional Induction throws unrecoverable error.
Pierre Courtieu
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-08-27
Merge PR #10635: [funind] Port indfun to the new tactic engine.
Pierre-Marie Pédrot
2019-08-14
[vernac] Refactor Vernacular Control Attributes into a list
Emilio Jesus Gallego Arias
2019-08-07
[funind] Port indfun to the new tactic engine.
Emilio Jesus Gallego Arias
2019-07-31
[funind] Remove export of `generate_functional_principle` and `make_scheme`
Emilio Jesus Gallego Arias
2019-07-31
[funind] Port invfun to the new tactic engine.
Emilio Jesus Gallego Arias
2019-07-31
[funind] Move principle generation to its own file.
Emilio Jesus Gallego Arias
2019-07-23
[funind] Remove single-shot type alias.
Emilio Jesus Gallego Arias
2019-07-23
[vernacexpr] Refactor fixpoint AST.
Emilio Jesus Gallego Arias
2019-07-07
[error] Remove special error printing pre-processing
Emilio Jesus Gallego Arias
2019-06-24
[api] [proof] Move `discharge` type to vernac_ast where it is used.
Emilio Jesus Gallego Arias
2019-06-19
Merge PR #10239: Deprecate grammar entry "intropattern" in tactic notations i...
Théo Zimmermann
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-16
Deprecate "intro_pattern" in tactic notations in favor of "simple_intropattern".
Hugo Herbelin
2019-06-11
STM: encode in static types that vernac_when is only used when VtSideff
Gaëtan Gilbert
2019-06-04
[function] always open a proof when used with `wf` or `measure`
Enrico Tassi
2019-06-04
Funind: use maybe_open_proof a bit less
Gaëtan Gilbert
2019-06-04
Alternate syntax for ![]: VERNAC EXTEND Foo STATE proof
Gaëtan Gilbert
2019-06-04
coqpp: add new ![] specifiers for structured proof interaction
Gaëtan Gilbert
2019-06-04
Proof_global: pass only 1 pstate when we don't want the proof stack
Gaëtan Gilbert
2019-04-25
[vernac] [ast] Make location info an attribute of vernaculars.
Emilio Jesus Gallego Arias
2019-04-16
Clean the representation of recursive annotation in Constrexpr
Maxime Dénès
2019-03-27
[plugins] [funind] Adapt to removal of imperative proof state.
Emilio Jesus Gallego Arias
2019-03-20
Stop accessing proof env via Pfedit in printers
Maxime Dénès
2019-01-24
[STM] explicit handling of parsing states
Enrico Tassi
2018-11-23
Remove the unsafe camlp5 API from the Coq codebase.
Pierre-Marie Pédrot
2018-11-17
[vernacextend] Consolidate extension points API
Emilio Jesus Gallego Arias
2018-11-06
[checker] Refactor by sharing code with the kernel
Maxime Dénès
2018-10-15
Port remaining EXTEND ml4 files to coqpp.
Pierre-Marie Pédrot