index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
API
Age
Commit message (
Expand
)
Author
2017-06-16
Fix bugs and add an option for cumulativity
Amin Timany
2017-06-16
Squashed commit of the following:
Amin Timany
2017-06-16
Using UInfoInd for universes in inductive types
Amin Timany
2017-06-16
Extend definition of inductives to include subtyping info
Amin Timany
2017-06-15
Merge PR#719: Constrexpr.Numeral without bigint
Maxime Dénès
2017-06-15
Merge PR#769: [lib] Remove obsolete state-management function add_frozen_state
Maxime Dénès
2017-06-14
Merge PR#763: [proof] Deprecate redundant wrappers.
Maxime Dénès
2017-06-14
Merge PR#513: A fix to #5414 (ident bound by ltac names now known for "match").
Maxime Dénès
2017-06-14
Merge PR#622: Change the default flag value for Refine.refine
Maxime Dénès
2017-06-14
API: exports Mltop.module_is_known to both API.mli and grammar_API.mli
Pierre Letouzey
2017-06-14
G_prim: the bigint entry keeps numbers in raw strings
Pierre Letouzey
2017-06-14
Constrexpr.Numeral stays uninterpreted (string+sign instead of BigInt.t)
Pierre Letouzey
2017-06-13
Dualize the unsafe flag of refine into typecheck and make it mandatory.
Pierre-Marie Pédrot
2017-06-12
[lib] Remove obsolete state-management function add_frozen_state
Emilio Jesus Gallego Arias
2017-06-11
[proof] Deprecate redundant wrappers.
Emilio Jesus Gallego Arias
2017-06-10
Remove (useless) aliases from the API.
Matej Košík
2017-06-09
A fix to #5414 (ident bound by ltac names now known for "match").
Hugo Herbelin
2017-06-07
Put "ssreflect" behind "API".
Matej Košík
2017-06-07
Put all plugins behind an "API".
Matej Kosik