index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
reduction.ml
Age
Commit message (
Expand
)
Author
2015-11-26
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-11-22
Fixing kernel bug in typing match with let-ins in the arity.
Hugo Herbelin
2015-10-29
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-10-28
Conversion of polymorphic inductive types was incomplete in VM and native.
Maxime Dénès
2015-10-16
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-15
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
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-10-14
Temporary fix: kernel conversion needs to ignore l2r flag.
Maxime Dénès
2015-10-14
Remove reference to default conversion function inside the kernel.
Maxime Dénès
2015-10-06
Splitting kernel universe code in two modules.
Pierre-Marie Pédrot
2015-09-14
Remove dead code in lazy reduction machine.
Maxime Dénès
2015-09-06
Output a warning when conversion compilation failed.
Maxime Dénès
2015-02-02
Removing dead code.
Pierre-Marie Pédrot
2015-01-15
Correct restriction of vm_compute when handling universe polymorphic
Matthieu Sozeau
2015-01-12
Update headers.
Maxime Dénès
2015-01-06
improve efficiency of the reduction interpreter of coqtop
Bruno Barras
2014-12-10
Revert commit that inverted the preference for FFlex/FProj problems in
Matthieu Sozeau
2014-11-19
Option -type-in-type continued (deactivate test for inferred sort of
Hugo Herbelin
2014-10-24
Remove an ununsed pattern and commented code in the kernel.
Matthieu Sozeau
2014-10-14
Revert "Move eta-expansion after delta reduction in kernel reduction. This ma...
Matthieu Sozeau
2014-10-02
Move eta-expansion after delta reduction in kernel reduction. This makes
Matthieu Sozeau
2014-09-27
Add a boolean to indicate the unfolding state of a primitive projection,
Matthieu Sozeau
2014-09-13
Providing a -type-in-type option for collapsing the universe hierarchy.
Hugo Herbelin
2014-09-06
Fix checker to handle projections with eta and universe polymorphism correctly.
Matthieu Sozeau
2014-09-05
Rename eta_expand_ind_stacks, fix the one from the checker and adapt
Matthieu Sozeau
2014-08-03
Fix infer conv using the wrong universe conversion flexibility information
Matthieu Sozeau
2014-07-21
Cleanup code for constant equality in kernel conversion.
Matthieu Sozeau
2014-07-20
Use kernel conversion on terms that contain universe variables during unifica...
Matthieu Sozeau
2014-07-07
In dest_prod_assum, allow non-toplevel let-reductions (fixes a bug found in M...
Matthieu Sozeau
2014-06-17
Removing dead code.
Pierre-Marie Pédrot
2014-06-10
Cleanup in Univ, moving code for UniverseConstraints outside the kernel in Un...
Matthieu Sozeau
2014-06-07
Moving a Thread.yield in check_interrupt.
Pierre-Marie Pédrot
2014-06-07
Adding a new Control file centralizing the control options of Coq.
Pierre-Marie Pédrot
2014-06-06
Make kernel reduction code parametric over the handling of universes,
Matthieu Sozeau
2014-05-28
- Fix for commit 15999903f875f4b5dbb3d5240d2ca39acc3cd777 which disallowed some
Matthieu Sozeau
2014-05-26
- Fix in kernel conversion not folding the universe constraints
Matthieu Sozeau
2014-05-26
Update infer_conv to record trivial Prop <= Type i constraints that are neede...
Matthieu Sozeau
2014-05-06
- Fix comparison of universes.
Matthieu Sozeau
2014-05-06
Restore reasonable performance by not allocating during universe checks,
Matthieu Sozeau
2014-05-06
Properly reinstate old-style polymorphism in the kernel and pretyping/retyping.
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-01-05
Paral-ITP: cleanup of command line flags and more conservative default
Enrico Tassi
2013-12-30
Support for evars and metas in native compiler.
Maxime Dénès
2013-12-17
Tentative fix of the guardedness checker by Christine and me. All stdlib and ...
Matthieu Sozeau
2013-11-27
Reduction: every n iterations a slaves process checks for interruption
Enrico Tassi
[next]