index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
plugins
Commit message (
Expand
)
Author
Age
*
Tactic deprecation machinery
Maxime Dénès
2018-07-12
*
Introduce a Pcoq.Entry module for functions that ought to be exported.
Pierre-Marie Pédrot
2018-07-07
*
refine: obey the use_unification_heuristics flag
Matthieu Sozeau
2018-07-05
*
Merge PR #7746: Many small cleanups removing unused arguments and functions
Pierre-Marie Pédrot
2018-07-05
|
\
*
\
Merge PR #7979: TACTIC EXTEND in coqpp
Emilio Jesus Gallego Arias
2018-07-05
|
\
\
|
|
*
Evarutil.(e_)new_Type: remove unused env argument
Gaëtan Gilbert
2018-07-03
|
|
*
Remove unused env argument to fresh_sort_in_family
Gaëtan Gilbert
2018-07-03
|
|
*
Coq_omega: remove unused Goal.enters
Gaëtan Gilbert
2018-07-03
|
|
*
Remove unused function Coq_omega.timing.
Gaëtan Gilbert
2018-07-03
|
|
*
Taccoerce: remove various unused arguments.
Gaëtan Gilbert
2018-07-03
|
|
*
Pptactic: remove unused arguments
Gaëtan Gilbert
2018-07-03
|
|
/
|
/
|
*
|
Merge PR #7703: Add an option to force parameters to be uniform
Matthieu Sozeau
2018-07-02
|
\
\
|
|
*
Remove the hardcoded compatibility wit_hyp -> wit_var from the parser.
Pierre-Marie Pédrot
2018-07-02
|
|
*
Slight simplification of the Tacentries API to register ML tactics.
Pierre-Marie Pédrot
2018-07-02
|
|
*
Moving various ml4 files to mlg.
Pierre-Marie Pédrot
2018-07-02
|
|
/
|
/
|
*
|
Merge PR #7902: Use a homebrew parser to replace the GEXTEND extension points...
Emilio Jesus Gallego Arias
2018-07-02
|
\
\
|
|
*
Implement uniform parameters in ComInductive
Jasper Hugunin
2018-07-01
|
|
/
|
/
|
*
|
Merge PR #7410: Splitting primitive numeral parser/printer for positive, N, Z...
Emilio Jesus Gallego Arias
2018-07-01
|
\
\
*
|
|
Split the Ssrmatching module between code and grammar rules.
Pierre-Marie Pédrot
2018-06-30
|
|
*
Port g_tactic to the homebrew GEXTEND parser.
Pierre-Marie Pédrot
2018-06-29
|
|
*
Use a homebrew parser to replace the GEXTEND extension points of Camlp5.
Pierre-Marie Pédrot
2018-06-29
|
|
/
|
/
|
|
*
Splitting primitive numeral parser/printer for positive, N, Z into three files.
Hugo Herbelin
2018-06-29
*
|
Merge PR #7890: Inline a function from Quote used in setoid_ring.
Maxime Dénès
2018-06-29
|
\
\
|
|
/
|
/
|
*
|
Merge PR #7863: Remove Sorts.contents
Pierre-Marie Pédrot
2018-06-27
|
\
\
*
\
\
Merge PR #7906: universes_of_constr don't include universes of monomorphic co...
Pierre-Marie Pédrot
2018-06-26
|
\
\
\
|
|
*
|
Remove Sorts.contents
Gaëtan Gilbert
2018-06-26
|
|
/
/
|
/
|
|
|
*
|
universes_of_constr don't include universes of monomorphic constants
Gaëtan Gilbert
2018-06-26
*
|
|
Merge PR #7620: [ssr] rewrite: turn anomaly into regular error
Maxime Dénès
2018-06-25
|
\
\
\
*
\
\
\
Merge PR #7236: [ssr] simpler semantics for delayed clears
Maxime Dénès
2018-06-23
|
\
\
\
\
*
|
|
|
|
Using more general information for primitive records.
Pierre-Marie Pédrot
2018-06-23
*
|
|
|
|
Change the proj_ind field from MutInd.t to inductive.
Pierre-Marie Pédrot
2018-06-23
|
*
|
|
|
[ssr] implement {}/v as a short hand for {v}/v when v is an id
Enrico Tassi
2018-06-22
|
*
|
|
|
[ssr] simplify delayed clears
Enrico Tassi
2018-06-22
|
|
|
/
/
|
|
/
|
|
*
|
|
|
[ssr] matching: use eq_constr_nounivs in approximated matching
Enrico Tassi
2018-06-22
*
|
|
|
[ssr] set: merge universe constraints before type checking the term
Enrico Tassi
2018-06-22
|
/
/
/
|
|
*
Further cleanup: do not export the closed_term Ltac entry.
Pierre-Marie Pédrot
2018-06-21
|
|
*
Inline a function from Quote used in setoid_ring.
Pierre-Marie Pédrot
2018-06-21
|
|
/
|
/
|
|
*
[ssr] rewrite: turn anomaly into regular error
Enrico Tassi
2018-06-20
|
/
*
Merge PR #7797: Remove reference name type.
Enrico Tassi
2018-06-19
|
\
*
\
Merge PR #7491: Fix #7421: constr_eq ignores universe constraints.
Pierre-Marie Pédrot
2018-06-19
|
\
\
|
*
|
Fix #7421: constr_eq ignores universe constraints.
Gaëtan Gilbert
2018-06-18
|
|
*
Remove reference name type.
Maxime Dénès
2018-06-18
|
|
/
*
|
Remove the proj_body field from the kernel.
Pierre-Marie Pédrot
2018-06-17
*
|
Getting rid of the const_proj field in the kernel.
Pierre-Marie Pédrot
2018-06-17
|
/
*
Workaround to handle non-value arguments in tactics.
Cyprien Mangin
2018-06-14
*
[api] Remove Misctypes.
Emilio Jesus Gallego Arias
2018-06-12
*
[api] Misctypes removal: move Tactypes to proofs
Emilio Jesus Gallego Arias
2018-06-12
*
[api] Misctypes removal: several moves:
Emilio Jesus Gallego Arias
2018-06-12
*
[api] Misctypes removal: miscellaneous aliases.
Emilio Jesus Gallego Arias
2018-06-12
*
[api] Misctypes removal: multi to tactics/rewrite
Emilio Jesus Gallego Arias
2018-06-12
[next]