index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
kernel
/
inductive.ml
Commit message (
Expand
)
Author
Age
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
Univs: be more restrictive for template polymorphic constants: only
Matthieu Sozeau
2015-10-12
*
Univs: fix bug #4251, handling of template polymorphic constants.
Matthieu Sozeau
2015-10-02
*
Univs/Inductive: fix typechecking of cases
Matthieu Sozeau
2015-07-15
*
Unused variables reported by OCaml.
Hugo Herbelin
2015-07-10
*
Kernel/Checker: Cleanup fixes of substitutions due to let-ins.
Matthieu Sozeau
2015-07-09
*
Template polymorphism: A bug-fix for Bug #4258
mlasson
2015-07-09
*
Univs: bug fix.
Matthieu Sozeau
2015-07-07
*
Fix my previous commit on ~polyprop
Pierre Letouzey
2015-05-12
*
Extraction: fix the detection of the "polyprop" situation
Pierre Letouzey
2015-05-12
*
Add support so that the type of a match in an inductive type with let-in
Hugo Herbelin
2015-02-27
*
Removing dead code.
Pierre-Marie Pédrot
2015-02-02
*
Make native compiler handle universe polymorphic definitions.
Maxime Dénès
2015-01-17
*
Update headers.
Maxime Dénès
2015-01-12
*
Fix some documentation typos.
Guillaume Melquiond
2015-01-06
*
Revert d0cd27e209be08ee51a2d609157367f053438a10: giving a different name
Matthieu Sozeau
2014-10-11
*
Fix generation of inductive elimination principle for primitive records.
Matthieu Sozeau
2014-09-10
*
Print [Variant] types with the keyword [Variant].
Arnaud Spiwack
2014-09-04
*
Change the way primitive projections are declared to the kernel.
Matthieu Sozeau
2014-08-28
*
Relax a bit the guard condition.
Maxime Dénès
2014-08-06
*
One more optimization for guard checking of cofixpoints.
Maxime Dénès
2014-08-04
*
More optimization in guard checking.
Maxime Dénès
2014-08-04
*
Fix an exponential behavior in guard checker for cofixpoints.
Maxime Dénès
2014-08-04
*
Move to a representation of universe polymorphic constants using indices for ...
Matthieu Sozeau
2014-08-03
*
A tentative uniform naming policy in module Inductiveops.
Hugo Herbelin
2014-08-01
*
Optimize check of new subterm relation on match.
Maxime Dénès
2014-07-31
*
Fix dynamic computation of recargs for mutual inductives.
Maxime Dénès
2014-07-31
*
Minor cleaning.
Maxime Dénès
2014-07-22
*
Revert "Extend subterm relation to pattern matching in return predicates."
Maxime Dénès
2014-07-22
*
Revert "Propagate size info through pattern matching in predicates, for the"
Maxime Dénès
2014-07-22
*
Propagate size info through pattern matching in predicates, for the
Maxime Dénès
2014-07-22
*
Extend subterm relation to pattern matching in return predicates.
Maxime Dénès
2014-07-22
*
Fix check_inductive_codomain.
Maxime Dénès
2014-07-22
*
Refine check_is_subterm.
Maxime Dénès
2014-07-22
*
Refined guard condition of cofixpoints, to anticipate potential futur
Maxime Dénès
2014-07-22
*
First attempt at a fix for guard condition on cofixpoints.
Maxime Dénès
2014-07-22
*
Typo in comment.
Maxime Dénès
2014-07-22
*
Made intersection on regular trees less intensional.
Maxime Dénès
2014-07-22
*
Refining match subterm and commutative cut rules. The parameters that are
Maxime Dénès
2014-07-22
*
Tentative fix for the commutative cut subterm rule.
Maxime Dénès
2014-07-22
*
Tentative patch for incompatibility between subterm relation and dependent
Maxime Dénès
2014-07-22
*
Removing dead code.
Pierre-Marie Pédrot
2014-06-17
*
- Fix hashing of levels to get the "right" order in universe contexts etc...
Matthieu Sozeau
2014-06-04
*
Reuse universe level substitutions for template polymorphism, fixing performance
Matthieu Sozeau
2014-05-09
*
Avoid allocations in type_of_inductive
Matthieu Sozeau
2014-05-08
*
- Rename eq to equal in Univ, document new modules, set interfaces.
Matthieu Sozeau
2014-05-06
*
Properly reinstate old-style polymorphism in the kernel and pretyping/retyping.
Matthieu Sozeau
2014-05-06
*
Initial work on reintroducing old-style polymorphism for compatibility (the s...
Matthieu Sozeau
2014-05-06
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Adding a field ci_cstr_nargs to case_info and mind_consnrealargs to
Hugo Herbelin
2014-04-28
[next]