index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
/
indschemes.ml
Age
Commit message (
Expand
)
Author
2019-04-10
Remove calls to global env in Inductiveops
Maxime Dénès
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-03-14
Add a non-cumulative impredicative universe SProp.
Gaëtan Gilbert
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-11-23
s/let _ =/let () =/ in some places (mostly goptions related)
Gaëtan Gilbert
2018-11-02
Remove is_universe_polymorphic in indschemes
Gaëtan Gilbert
2018-11-02
Remove evdref style in build_combined_scheme
Gaëtan Gilbert
2018-10-26
Merge PR #8687: Mini reorganization type of global constr of global
Pierre-Marie Pédrot
2018-10-19
Deprecating Global.type_of_global_in_context.
Hugo Herbelin
2018-10-18
[api] Qualify access to `Nametab`
Emilio Jesus Gallego Arias
2018-10-10
[coqlib] Rebindable Coqlib namespace.
Emilio Jesus Gallego Arias
2018-10-01
Merge PR #7634: Extend combined scheme to Schemes in Type
Matthieu Sozeau
2018-09-28
Functionalizing calls to the environment in Himsg.
Hugo Herbelin
2018-09-27
Fixing #4859 (anomaly with Scheme called on inductive type with indices).
Hugo Herbelin
2018-09-27
Fixing #4612 (anomaly with Scheme called on unsupported inductive type).
Hugo Herbelin
2018-09-26
Combined Scheme tests sort to use either "*" or "/\"
Théo Winterhalter
2018-06-13
[vernac] Add option to force building really mutual induction schemes
Matthieu Sozeau
2018-05-17
Split off Universes functions dealing with generating new universes.
Gaëtan Gilbert
2018-03-09
[located] Push inner locations in `reference` to a CAst.t node.
Emilio Jesus Gallego Arias
2018-03-06
Deprecate UState aliases in Evd.
Gaëtan Gilbert
2018-03-06
Merge PR #6896: [compat] Remove NOOP deprecated options.
Maxime Dénès
2018-03-04
[compat] Remove NOOP and alias deprecated options.
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-22
[ast] Improve precision of Ast location recognition in serialization.
Emilio Jesus Gallego Arias
2017-12-23
[api] Also deprecate constructors of Decl_kinds.
Emilio Jesus Gallego Arias
2017-11-24
When declaring constants/inductives use ContextSet if monomorphic.
Gaëtan Gilbert
2017-11-24
Stop exposing UState.universe_context and its Evd wrapper.
Gaëtan Gilbert
2017-11-24
Separate checking univ_decls and obtaining universe binder names.
Gaëtan Gilbert
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
[api] Deprecate all legacy uses of Names in core.
Emilio Jesus Gallego Arias
2017-09-19
Don't lose names in UState.universe_context.
Gaëtan Gilbert
2017-09-08
Parse directly to Sorts.family when appropriate.
Gaëtan Gilbert
2017-07-26
More precise type for universe entries.
Pierre-Marie Pédrot
2017-07-13
Safer API for Global.type_of_global_in_context.
Pierre-Marie Pédrot
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-14
Remove options deprecated since 8.4.
Guillaume Melquiond
2017-06-14
Remove support for Coq 8.2.
Guillaume Melquiond
2017-06-06
Remove the Sigma (monotonous state) API.
Maxime Dénès
2017-05-29
Pretyping cleanup: remove constr_of_global calls
Matthieu Sozeau
2017-05-29
Merge PR#512: [cleanup] Unify all calls to the error function.
Maxime Dénès
2017-05-27
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-27
[coqlib] Move `Coqlib` to `library/`.
Emilio Jesus Gallego Arias
2017-05-25
Merge PR#481: [option] Remove support for non-synchronous options.
Maxime Dénès
2017-05-24
[option] Remove support for non-synchronous options.
Emilio Jesus Gallego Arias
2017-04-25
[location] Remove Loc.ghost.
Emilio Jesus Gallego Arias
2017-03-24
Merge branch 'trunk' into pr379
Maxime Dénès
2017-02-15
[stm] Break stm/toplevel dependency loop.
Emilio Jesus Gallego Arias