index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
omega
Age
Commit message (
Expand
)
Author
2019-05-22
Partly revert micromega parsing using typeclasses.
Frédéric Besson
2019-05-10
Split the hypothesis conversion check in a conversion + ordering check.
Pierre-Marie Pédrot
2019-04-23
Deprecate the *_no_check variants of conversion tactics.
Pierre-Marie Pédrot
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-01-24
Rename Z.div_mod_to_quot_rem, add Z.quot_rem_to_equations, Z.to_euclidean_div...
Jason Gross
2019-01-24
Move cleanup from the test-suite to Z.div_mod_to_quot_rem_cleanup
Jason Gross
2019-01-24
Don't bundle Z.div_mod_quot_rem into zify
Jason Gross
2019-01-24
Don't pose any disjunctions in div_mod_to_quot_rem
Jason Gross
2019-01-24
Add Z.div_mod_to_quot_rem tactic, put it in zify
Jason Gross
2018-11-23
s/let _ =/let () =/ in some places (mostly goptions related)
Gaëtan Gilbert
2018-10-18
[universes] deprecate constr_of_global
Matthieu Sozeau
2018-10-16
[Omega] Remove dead code
Vincent Laporte
2018-10-16
[omega] Remove dead code
Vincent Laporte
2018-10-15
Correct some spelling errors
Benjamin Barenblat
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-24
[engine] Remove and deprecate `nf_enter` et al.
Emilio Jesus Gallego Arias
2018-09-18
Zify: replace local definitions by equations
Vincent Laporte
2018-09-05
[build] Preliminary support for building Coq with `dune`.
Emilio Jesus Gallego Arias
2018-07-05
Merge PR #7746: Many small cleanups removing unused arguments and functions
Pierre-Marie Pédrot
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-02
Moving various ml4 files to mlg.
Pierre-Marie Pédrot
2018-06-12
[api] Misctypes removal: several moves:
Emilio Jesus Gallego Arias
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-05-25
Remove some occurrences of Evd.empty
Maxime Dénès
2018-05-17
Split off Universes functions dealing with generating new universes.
Gaëtan Gilbert
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-21
Merge PR #6604: Extend `zify_N` with knowledge about `N.pred`
Maxime Dénès
2018-02-17
Change references to CAMLP4 to CAMLP5 to be more accurate since we no
Jim Fehrle
2018-02-14
Extend `zify_N` with knowledge about `N.pred`
Joachim Breitner
2018-02-02
Reductionops.nf_* now take an environment.
Gaëtan Gilbert
2017-11-23
Using is_conv rather than eq_constr to find `nat` or `Z` in omega.
Hugo Herbelin
2017-10-05
Omega now aware of context variables with bodies (in type Z or nat) (fix bug ...
Pierre Letouzey
2017-09-28
Efficient fresh name generation relying on sets.
Pierre-Marie Pédrot
2017-09-12
Port is_Set and is_Type to EConstr, as was is_Prop already.
Guillaume Melquiond
2017-07-17
[API] Remove `open API` in ml files in favor of `-open API` flag.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-14
Merge PR#673: Two fixes about zify (bugs #5336 and #5439)
Maxime Dénès
2017-06-13
Dualize the unsafe flag of refine into typecheck and make it mandatory.
Pierre-Marie Pédrot
2017-06-13
Explicit the unsafe flag of all calls to Refine.refine.
Pierre-Marie Pédrot
2017-06-12
Merge PR#718: API cleanup: aliases
Maxime Dénès
2017-06-12
zify: force reduction of (Z.max 0 0) and similar (fix #5439)
Pierre Letouzey
2017-06-12
zify: confusion between Pos2Z.inj_sub and Pos2Z.inj_sub_max (fix #5336)
Pierre Letouzey
2017-06-10
Remove remaining vo.itarget files (obsolete since PR #499)
Pierre Letouzey
2017-06-10
Remove (useless) aliases from the API.
Matej Košík
2017-06-08
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-06-07
Put all plugins behind an "API".
Matej Kosik
2017-06-06
Remove the Sigma (monotonous state) API.
Maxime Dénès
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
[next]