index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
kernel
/
reduction.ml
Commit message (
Expand
)
Author
Age
*
Merge PR #6058: Remove redundant env argument to Reduction.ccnv
Maxime Dénès
2017-11-15
|
\
*
|
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
*
|
[api] Deprecate all legacy uses of Names in core.
Emilio Jesus Gallego Arias
2017-11-06
|
*
Remove redundant env argument to Reduction.ccnv
Gaëtan Gilbert
2017-11-02
|
/
*
Less footguns in universe handling: remove subst_instance_context.
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
*
Fix a bug in cumulativity
Amin Timany
2017-06-16
*
Optimization
Amin Timany
2017-06-16
*
Clean up universes of constants and inductives
Amin Timany
2017-06-16
*
Fix bugs and add an option for cumulativity
Amin Timany
2017-06-16
*
Fix bugs
Amin Timany
2017-06-16
*
Squashed commit of the following:
Amin Timany
2017-06-16
*
Fix cum/conv for inductive types
Amin Timany
2017-06-16
*
Use inductive subtyping for conv/cumul
Amin Timany
2017-06-16
*
Merge PR#448: Do not recompute twice the whnf of terms in conversion.
Maxime Dénès
2017-06-14
|
\
*
|
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-02
*
|
Fix omitted labels in function calls
Gaetan Gilbert
2017-04-27
*
|
Fast path in weak head reduction of applied atoms.
Pierre-Marie Pédrot
2017-04-08
|
*
Do not recompute twice the whnf of terms in conversion.
Pierre-Marie Pédrot
2017-02-27
*
|
Optimizing array mapping in the kernel.
Pierre-Marie Pédrot
2017-02-19
|
/
*
Univs: fix bug #5180
Matthieu Sozeau
2016-11-30
*
closure.ml renamed into cClosure.ml (avoid clash with a compiler-libs module)
Pierre Letouzey
2016-07-03
*
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
*
A new infrastructure for warnings.
Maxime Dénès
2016-06-29
*
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-31
*
Removing dead code and unused opens.
Pierre-Marie Pédrot
2016-05-08
*
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-05-02
|
\
|
*
Fixing an incompatility introduced in a404360: kernel conversion was
Hugo Herbelin
2016-04-27
*
|
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-02-09
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-21
|
\
|
|
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
|
CLEANUP: kernel/context.ml{,i}
Matej Kosik
2016-01-11
*
|
ALPHA-CONVERSION: in the "Reduction" module: clos_fconv --> clos_gen_conv
Matej Kosik
2015-12-17
*
|
ALPHA-CONVERSION: in the "Reduction" module: fconv --> gen_conv
Matej Kosik
2015-12-17
*
|
CLEANUP: in the Reduction module
Matej Kosik
2015-12-17
*
|
CLEANUP: in the Reduction module
Matej Kosik
2015-12-17
*
|
Unifying betazeta_applist and prod_applist into a clearer interface.
Hugo Herbelin
2015-12-05
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-11-26
|
\
|
|
*
Fixing kernel bug in typing match with let-ins in the arity.
Hugo Herbelin
2015-11-22
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-10-29
|
\
|
|
*
Conversion of polymorphic inductive types was incomplete in VM and native.
Maxime Dénès
2015-10-28
*
|
Merge branch 'v8.5' into trunk
Maxime Dénès
2015-10-16
|
\
|
|
*
Remove left2right reference from the kernel.
Maxime Dénès
2015-10-16
|
*
Avoid dependency of the pretyper on C code.
Maxime Dénès
2015-10-15
|
*
Fix #4346 2/2: VM casts were not inferring universe constraints.
Maxime Dénès
2015-10-15
|
*
Fix #4346 1/2: native casts were not inferring universe constraints.
Maxime Dénès
2015-10-15
|
*
Warn user when bytecode compilation fails.
Maxime Dénès
2015-10-15
|
*
Remove now useless exception handler in default conversion.
Maxime Dénès
2015-10-15
[next]