index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
Age
Commit message (
Expand
)
Author
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-03-14
Make Sorts.t private
Gaëtan Gilbert
2019-03-12
Merge PR #7819: Ho matching occ sel
Enrico Tassi
2019-02-21
Merge PR #9577: [Namegen] Use Global.exists_objlabel in `next_global_ident_away`
Pierre-Marie Pédrot
2019-02-18
[Namegen] Use Global.exists_objlabel in `next_global_ident_away`
Vincent Laporte
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-02-17
Merge PR #9528: Fix #9527: unknown evar in nonterminating [fix] error.
Pierre-Marie Pédrot
2019-02-12
[tactics] Remove dependency of abstract on global proof state.
Emilio Jesus Gallego Arias
2019-02-11
Fix #9527: unknown evar in nonterminating [fix] error.
Gaëtan Gilbert
2019-02-08
Abstraction naming
Matthieu Sozeau
2019-02-08
evarconv/evarsolve: HO matching algorithm with occurrence selection
Matthieu Sozeau
2019-02-08
Evd/evarsolve: add an abstraction field to evars for unification
Matthieu Sozeau
2019-02-05
Make Program a regular attribute
Maxime Dénès
2019-02-04
Merge PR #6914: Primitive integers
Pierre-Marie Pédrot
2019-02-04
Merge PR #9144: Fixes #4633: clearer message unknown existential
Pierre-Marie Pédrot
2019-02-04
Primitive integers
Maxime Dénès
2019-02-04
Merge PR #9452: [proof] optimize proof always works on incomplete proofs
Pierre-Marie Pédrot
2019-01-31
[proof] optimize proof always works on incomplete proofs
Enrico Tassi
2019-01-24
Global [open Univ] in UState
Gaëtan Gilbert
2019-01-21
[EConstr] Expose API to normalize and check if evars are remaining
Maxime Dénès
2019-01-06
Renaming pr_evar_suggested_name into -> evar_suggested_name.
Hugo Herbelin
2018-12-19
Merge PR #9139: [engine] Allow debug printers to access the environment.
Pierre-Marie Pédrot
2018-12-17
Add Map.find_opt
Gaëtan Gilbert
2018-12-13
[engine] Allow debug printers to access the environment.
Emilio Jesus Gallego Arias
2018-12-12
Merge PR #9150: [doc] Enable Warning 50 [incorrect doc comment] and fix comme...
Maxime Dénès
2018-12-11
Merge PR #9155: Fix race condition triggered by fresh universe generation
Enrico Tassi
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
Evarutil.finalize: combine minimize, to_constr and restrict.
Gaëtan Gilbert
2018-12-06
Fix race condition triggered by fresh universe generation
Maxime Dénès
2018-11-28
[options] New helper for creation of boolean options plus reference.
Emilio Jesus Gallego Arias
2018-11-27
Merge PR #8854: Fix #8364: making univ algebraic when already equal to another.
Matthieu Sozeau
2018-11-27
Merge PR #9046: Goptions.declare_* functions return unit instead of a write_f...
Emilio Jesus Gallego Arias
2018-11-27
Fix #8364: making univ algebraic when already equal to another.
Gaëtan Gilbert
2018-11-27
Merge PR #8850: Private universes for opaque polymorphic constants.
Matthieu Sozeau
2018-11-24
Merge PR #8929: Fix fixpoint related lifting in open recursors + related clea...
Pierre-Marie Pédrot
2018-11-23
Local universes for opaque polymorphic constants.
Gaëtan Gilbert
2018-11-23
s/let _ =/let () =/ in some places (mostly goptions related)
Gaëtan Gilbert
2018-11-16
Print universe names in subtyping error instead of Var(x).
Gaëtan Gilbert
2018-11-16
Termops.iter_constr_with_full_binders = EConstr.iter_with_full_binders
Gaëtan Gilbert
2018-11-16
Share open recursor code between econstr and constr
Gaëtan Gilbert
2018-11-16
Fix lifting in foo_with_full_binders for (co)fixpoints
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
Use arrays of names instead of lists in abstract universe names.
Pierre-Marie Pédrot
2018-11-09
Remove remnants of polymorphic instance name registration.
Pierre-Marie Pédrot
2018-11-09
Actually store the bound name information in the abstract universe context.
Pierre-Marie Pédrot
2018-11-09
Adding universe names to polymorphic entry instances.
Pierre-Marie Pédrot
[next]