index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
uState.ml
Age
Commit message (
Expand
)
Author
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-10-19
universes_of_private: return set instead of list of sets
Gaëtan Gilbert
2019-10-16
re-expose UState.demote_seff_univs
Gaëtan Gilbert
2019-10-09
Specialize UState.merge for extend:false
Gaëtan Gilbert
2019-10-09
Simplify universe handling wrt side effects: rm demote_seff_univs
Gaëtan Gilbert
2019-10-02
simplify branch in process_universe_constraints
Gaëtan Gilbert
2019-10-02
Postpone the computation of relative constraints in universe unification.
Pierre-Marie Pédrot
2019-08-26
Make kernel parametric on the lowest universe and fix #9294
Matthieu Sozeau
2019-06-25
Merge PR #10162: Fix #10161: occur check when defining an algebraic universe.
Pierre-Marie Pédrot
2019-06-24
Duplicate the type of constant entries in Proof_global.
Pierre-Marie Pédrot
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-14
Fix #10161: occur check when defining an algebraic universe.
Gaëtan Gilbert
2019-05-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
2019-05-02
Add union in Map interface
Maxime Dénès
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
2019-01-24
Global [open Univ] in UState
Gaëtan Gilbert
2018-12-12
Merge PR #9150: [doc] Enable Warning 50 [incorrect doc comment] and fix comme...
Maxime Dénès
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-12-06
Revise API for global universes.
Gaëtan Gilbert
2018-12-06
Fix race condition triggered by fresh universe generation
Maxime Dénès
2018-11-27
Fix #8364: making univ algebraic when already equal to another.
Gaëtan Gilbert
2018-11-23
Local universes for opaque polymorphic constants.
Gaëtan Gilbert
2018-11-13
Merge PR #8760: Automatically generate names for universes.
Pierre-Marie Pédrot
2018-11-12
Automatically generate names for universes.
Gaëtan Gilbert
2018-11-12
Fix #8908: incorrect refresh of algebraic universes.
Gaëtan Gilbert
2018-11-09
Adding universe names to polymorphic entry instances.
Pierre-Marie Pédrot
2018-10-16
{Univops->UState}.restrict_universe_context
Gaëtan Gilbert
2018-07-25
Fix #7900 previous commit fixes a bug when using side effects in obligations.
Matthieu Sozeau
2018-07-25
kernel: missing check that all universes are declared.
Matthieu Sozeau
2018-07-03
Remove unused output of Universes.normalize_univ_variables
Gaëtan Gilbert
2018-06-18
Remove reference name type.
Maxime Dénès
2018-06-12
[api] Misctypes removal: miscellaneous aliases.
Emilio Jesus Gallego Arias
2018-05-31
[api] Move `Constrexpr` to the `interp` module.
Emilio Jesus Gallego Arias
2018-05-30
[api] Remove deprecated objects in engine / interp / library
Emilio Jesus Gallego Arias
2018-05-17
Split off Universes functions for minimization.
Gaëtan Gilbert
2018-05-17
Make Universes.refresh_constraints internal to UState
Gaëtan Gilbert
2018-05-17
Split off Universes functions about substitutions and constraints
Gaëtan Gilbert
2018-05-17
Split off Universes functions dealing with generating new universes.
Gaëtan Gilbert
2018-05-17
Split off Universes functions dealing with names.
Gaëtan Gilbert
2018-05-08
Don't use ref universe_opt_subst
Gaëtan Gilbert
2018-03-09
[located] Push inner locations in `reference` to a CAst.t node.
Emilio Jesus Gallego Arias
2018-03-09
Delayed weak constraints for cumulative inductive types.
Gaëtan Gilbert
2018-03-09
Statically enforce that ULub is only between levels.
Gaëtan Gilbert
2018-03-06
Rename some universe minimizing "normalize" functions to "minimize"
Gaëtan Gilbert
2018-03-06
Deprecate UState aliases in Evd.
Gaëtan Gilbert
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
2018-01-17
Merge PR #6298: Fix #6297: handle constraints like (u+1 <= Set/Prop)
Maxime Dénès
2017-12-30
Moving some universe substitution code out of the kernel.
Pierre-Marie Pédrot
[next]