index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
vconv.ml
Age
Commit message (
Expand
)
Author
2021-02-23
Normalize evars during bytecode compilation (fix #13841).
Guillaume Melquiond
2020-10-21
Introduce an Ind module in the Names API.
Pierre-Marie Pédrot
2020-10-21
Same little game with Projection.
Pierre-Marie Pédrot
2020-10-11
Pick the universe graph out of the environment in conversion API.
Pierre-Marie Pédrot
2020-10-11
Remove the compare_graph field from the conversion API.
Pierre-Marie Pédrot
2020-08-18
Rename VM-related kernel/cfoo files to kernel/vmfoo
Gaëtan Gilbert
2020-07-06
Primitive persistent arrays
Maxime Dénès
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-01
Add primitive floats to 'vm_compute'
Guillaume Bertholon
2019-02-05
Merge PR #9438: Cleanup universe length for inductives in vconv
Pierre-Marie Pédrot
2019-02-04
Primitive integers
Maxime Dénès
2019-01-30
Cleanup universe length for inductives in vconv
Gaëtan Gilbert
2018-11-19
Rename TranspState into TransparentState.
Pierre-Marie Pédrot
2018-11-19
Move transparent_state to its own module.
Pierre-Marie Pédrot
2018-11-05
Pass native and VM flags to the kernel through environment
Maxime Dénès
2018-09-24
[kernel] Compile with almost all warnings enabled.
Emilio Jesus Gallego Arias
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-05-28
Unify pre_env and env
Maxime Dénès
2018-05-28
Remove vm_conv hook and reorganize kernel files
Maxime Dénès
2018-03-04
Merge PR #935: Handling evars in the VM
Maxime Dénès
2018-03-03
Handling evars in the VM.
Pierre-Marie Pédrot
2018-03-02
[VM] Unify Const_sorts and Const_type, and remove Vsort.
Maxime Dénès
2018-01-26
Safer VM interfaces
Maxime Dénès
2017-12-02
[kernel] Patch allowing to disable VM reduction.
Emilio Jesus Gallego Arias
2017-11-24
When declaring constants/inductives use ContextSet if monomorphic.
Gaëtan Gilbert
2017-06-16
Clean up universes of constants and inductives
Amin Timany
2017-06-16
Using UInfoInd for universes in inductive types
Amin Timany
2016-10-19
More comments in VM.
Maxime Dénès
2016-08-10
Make code a bit clearer by removing optional argument.
Guillaume Melquiond
2016-06-29
A new infrastructure for warnings.
Maxime Dénès
2016-05-31
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-08
Removing dead code and unused opens.
Pierre-Marie Pédrot
2015-10-28
Refine Gregory Malecha's patch on VM and universe polymorphism.
Maxime Dénès
2015-10-28
Conversion of polymorphic inductive types was incomplete in VM and native.
Maxime Dénès
2015-10-28
Adds support for the virtual machine to perform reduction of universe polymor...
Gregory Malecha
2015-10-15
Fix #4346 2/2: VM casts were not inferring universe constraints.
Maxime Dénès
2015-10-14
Remove -vm flag of coqtop.
Maxime Dénès
2015-10-14
Remove unused infos structure in VM.
Maxime Dénès
2015-10-09
Code cleaning in VM (with Benjamin).
Maxime Dénès
2015-07-05
Fix handling of primitive projections in VM.
Maxime Dénès
2015-03-27
use a more compact representation of non-constant constructors
Benjamin Gregoire
2015-03-26
Fix bug 4157,
Benjamin Gregoire
2015-02-02
Removing dead code.
Pierre-Marie Pédrot
2015-01-15
Correct restriction of vm_compute when handling universe polymorphic
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-06-06
Make kernel reduction code parametric over the handling of universes,
Matthieu Sozeau
2014-05-06
- Rename eq to equal in Univ, document new modules, set interfaces.
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-03-04
Fixing pervasives equalities in Vconv.
Pierre-Marie Pédrot
[next]