index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
checker
/
univ.ml
Age
Commit message (
Expand
)
Author
2018-11-06
[checker] Refactor by sharing code with the kernel
Maxime Dénès
2018-10-01
Fix checker soundness bug with polymorphism capturing global univs
Gaëtan Gilbert
2018-06-21
Remove enforce_leq from checker
Gaëtan Gilbert
2018-05-23
Collecting List.smart_* functions into a module List.Smart.
Hugo Herbelin
2018-05-23
Collecting Array.smart_* functions into a module Array.Smart.
Hugo Herbelin
2018-05-13
Infrastructure for ocamldebug on the checker
Gaëtan Gilbert
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-15
Adding a sanity check on inductive variance subtyping.
Pierre-Marie Pédrot
2018-02-10
Simplification: cumulativity information is variance information.
Gaëtan Gilbert
2017-12-30
Moving some universe substitution code out of the kernel.
Pierre-Marie Pédrot
2017-09-01
Do not hashcons universes beforehand.
Pierre-Marie Pédrot
2017-07-27
deprecate Pp.std_ppcmds type alias
Matej Košík
2017-07-19
Fixing the checker w.r.t. wrongly used abstract universe contexts.
Pierre-Marie Pédrot
2017-07-11
Properly handling polymorphic inductive subtyping in the checker.
Pierre-Marie Pédrot
2017-07-11
Less footguns in universe handling: remove subst_instance_context.
Pierre-Marie Pédrot
2017-07-11
Getting rid of simple calls to AUContext.instance.
Pierre-Marie Pédrot
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-16
Clean up universes of constants and inductives
Amin Timany
2017-06-16
Enable the checking of ind subtyping in checker
Amin Timany
2017-06-16
Correct coqchk checking subtyping relation for inductives
Amin Timany
2017-06-16
Correct coqchk reduction
Amin Timany
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-04-27
Remove some unused values and types
Gaetan Gilbert
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-03-22
A patch renaming equal into eq in the module dealing with
Hugo Herbelin
2016-01-20
Update copyright headers.
Maxime Dénès
2015-10-02
Univs: fix checker generating undeclared universes.
Matthieu Sozeau
2015-10-02
Univs: update checker
Matthieu Sozeau
2015-08-02
Reverting 16 last commits, committed mistakenly using the wrong push command.
Hugo Herbelin
2015-08-02
Hconsing continued
Hugo Herbelin
2015-02-11
Fixing bug #4019, and checker blow-up at once.
Pierre-Marie Pédrot
2015-02-11
Clarifying the implementation of universe hashconsing.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2015-01-06
Fix checker's treatment of template polymorphic
Matthieu Sozeau
2014-12-18
Backporting the change in lists of universes to the checker.
Pierre-Marie Pédrot
2014-12-17
checker: Change in library on disk values, now using context_sets instead of
Matthieu Sozeau
2014-12-17
Ensuring the good invariants of hashcons table generation in the API.
Pierre-Marie Pédrot
2014-09-05
Remove unused substitution functions in checker.
Matthieu Sozeau
2014-09-05
Fix checker treatment of inductives using subst_instances instead of subst_un...
Matthieu Sozeau
2014-06-10
Removing dead code in checker/univ.ml.
Pierre-Marie Pédrot
2014-06-10
Removing explanations of universe inconsistencies from the checker. They
Pierre-Marie Pédrot
2014-06-10
Providing the checker with its own version of the Univ file.
Pierre-Marie Pédrot