index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
inductive.ml
Age
Commit message (
Expand
)
Author
2019-05-27
mind_kelim is the highest allowed sort instead of a list
Gaëtan Gilbert
2019-05-23
Fixing typos - Part 2
JPR
2019-03-22
Merge PR #9602: [kernel] termination checking: backtrack on stuck case, fix, ...
Maxime Dénès
2019-03-14
Repair relevance marks in-kernel.
Gaëtan Gilbert
2019-03-14
Inductives in SProp, forbid primitive records with only sprop fields
Gaëtan Gilbert
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-02-28
Constructor type information uses the expanded form.
Pierre-Marie Pédrot
2019-02-25
[kernel] termination checking backtracks on stuck primitive projection
Enrico Tassi
2019-02-25
[kernel] termination checking backtracks on stuck fix
Enrico Tassi
2019-02-22
[kernel] termination checking backtracks on stuck case
Enrico Tassi
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-02-04
Primitive integers
Maxime Dénès
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-09-24
[kernel] Compile with almost all warnings enabled.
Emilio Jesus Gallego Arias
2018-09-02
Cosmetic: fixing an indentation
Hugo Herbelin
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-07-03
Inductive.extract_stack,filter_stack_domain: remove unused arguments
Gaëtan Gilbert
2018-06-26
Remove Sorts.contents
Gaëtan Gilbert
2018-06-23
Using more general information for primitive records.
Pierre-Marie Pédrot
2018-05-31
Reduce circular dependency constants <-> projections
Gaëtan Gilbert
2018-03-09
Merge PR #407: Fix SR breakage due to allowing fixpoints on non-rec values
Maxime Dénès
2018-03-08
Fix SR breakage due to allowing fixpoints on non-rec values
Matthieu Sozeau
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-01-24
Fix #6621: Anomaly on fixpoint with primitive projections
Maxime Dénès
2017-12-23
[api] Also deprecate constructors of Decl_kinds.
Emilio Jesus Gallego Arias
2017-12-09
[lib] Rename Profile to CProfile
Emilio Jesus Gallego Arias
2017-11-24
Merge PR #486: Make some functions on terms more robust w.r.t new term constr...
Maxime Dénès
2017-11-23
Make some functions on terms more robust w.r.t new term constructs.
Maxime Dénès
2017-11-22
[api] Deprecate Term destructors, move to Constr
Emilio Jesus Gallego Arias
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-07-26
kernel: bugfix in filter_stack_domain.
Matthieu Sozeau
2017-07-11
Less footguns in universe handling: remove subst_instance_context.
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
Using UInfoInd for universes in inductive types
Amin Timany
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-05-27
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-02-14
Introducing contexts parameterized by the inner term type.
Pierre-Marie Pédrot
2016-07-26
Merge remote-tracking branch 'gforge/v8.5' into v8.6
Matthieu Sozeau
2016-07-25
Fix bug #4876: critical bug in guard condition checker.
Matthieu Sozeau
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-01
Separate flags for fix/cofix/match reduction and clean reduction function names.
Maxime Dénès
2016-06-18
Moving the typing_flags to the environment.
Pierre-Marie Pédrot
2016-06-16
Merge PR #79: Let the kernel assume that a (co-)inductive type is positive.
Pierre-Marie Pédrot
2016-06-14
Assume totality: dedicated type rather than bool
Arnaud Spiwack
2016-03-10
Removing OCaml deprecated function names from the Lazy module.
Pierre-Marie Pédrot
2016-03-05
Merge branch 'v8.5'
Pierre-Marie Pédrot
[next]