index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
checker
/
inductive.ml
Commit message (
Expand
)
Author
Age
*
Update headers following #6543.
Théo Zimmermann
2018-02-27
*
[checker] Avoid relying on canonical names.
Maxime Dénès
2018-01-25
*
[checker] Remove duplicated function
Maxime Dénès
2018-01-25
*
[lib] Rename Profile to CProfile
Emilio Jesus Gallego Arias
2017-12-09
*
Safe API for accessing universe constraints of global references.
Pierre-Marie Pédrot
2017-07-11
*
Getting rid of simple calls to AUContext.instance.
Pierre-Marie Pédrot
2017-07-11
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
Clean up universes of constants and inductives
Amin Timany
2017-06-16
*
Correct coqchk reduction
Amin Timany
2017-06-16
*
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-02
*
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-27
*
Remove some unused values and types
Gaetan Gilbert
2017-04-27
*
Remove unused [rec] keywords
Gaetan Gilbert
2017-04-27
*
Merge remote-tracking branch 'gforge/v8.5' into v8.6
Matthieu Sozeau
2016-07-26
|
\
|
*
Fix bug #4876: critical bug in guard condition checker.
Matthieu Sozeau
2016-07-25
*
|
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-03
*
|
Separate flags for fix/cofix/match reduction and clean reduction function names.
Maxime Dénès
2016-07-01
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-06-27
|
\
|
|
*
Remove extraction-specific code from the checker.
Guillaume Melquiond
2016-06-23
*
|
Removing OCaml deprecated function names from the Lazy module.
Pierre-Marie Pédrot
2016-03-10
*
|
CLEANUP: Simplifying the changes done in "checker/*"
Matej Kosik
2016-02-15
*
|
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-02-09
|
/
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
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
*
Checker: Report bugfixes from kernel/inductive.ml
Matthieu Sozeau
2015-07-08
*
Update headers.
Maxime Dénès
2015-01-12
*
Fix checker's treatment of template polymorphic
Matthieu Sozeau
2015-01-06
*
Fix checker to handle projections with eta and universe polymorphism correctly.
Matthieu Sozeau
2014-09-06
*
Fix checker treatment of inductives using subst_instances instead of subst_un...
Matthieu Sozeau
2014-09-05
*
Rename eta_expand_ind_stacks, fix the one from the checker and adapt
Matthieu Sozeau
2014-09-05
*
Port last changes of the guard condition to checker.
Maxime Dénès
2014-08-06
*
A tentative uniform naming policy in module Inductiveops.
Hugo Herbelin
2014-08-01
*
Porting guard fix to checker.
Maxime Dénès
2014-07-22
*
Removing 'open Univ' from checker.
Pierre-Marie Pédrot
2014-06-07
*
- Force every universe level to be >= Prop, so one cannot "go under" it anymore.
Matthieu Sozeau
2014-06-04
*
Adapt the checker to polymorphic universes and projections (untested).
Matthieu Sozeau
2014-05-08
*
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
*
Fix guard condition for nested cofixpoints in checker.
Maxime Dénès
2014-04-10
*
Fixing checker compilation, which was broken by the following commit:
Pierre-Marie Pédrot
2014-01-19
*
Relaxing the sort elimination check to allow for let-bindings in arities.
Maxime Dénès
2014-01-18
*
Christmas is over...
Maxime Dénès
2014-01-15
*
inductive.ml : get rid of some obvious (Lazy.force (lazy t))
letouzey
2013-10-24
*
Rtree : cleanup of the comparing code
letouzey
2013-10-24
*
Turn many List.assoc into List.assoc_f
letouzey
2013-10-24
*
Getting rid of the use of deprecated elements (from the OCaml standard library).
xclerc
2013-10-14
*
Checker: get rid of code handling section variables
letouzey
2013-04-15
[next]