index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pretyping
/
vnorm.ml
Commit message (
Expand
)
Author
Age
*
Evar maps contain econstrs.
Gaëtan Gilbert
2018-04-13
*
[econstr] Forbid calling `to_constr` in open terms.
Emilio Jesus Gallego Arias
2018-03-31
*
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-05
|
\
*
\
Merge PR #935: Handling evars in the VM
Maxime Dénès
2018-03-04
|
\
\
|
*
|
Handling evars in the VM.
Pierre-Marie Pédrot
2018-03-03
*
|
|
[VM] Unify Const_sorts and Const_type, and remove Vsort.
Maxime Dénès
2018-03-02
|
/
/
|
*
Update headers following #6543.
Théo Zimmermann
2018-02-27
|
/
*
Merge PR #1082: Fixing Print for inductive types with let-in in parameters
Maxime Dénès
2018-02-12
|
\
*
|
Safer VM interfaces
Maxime Dénès
2018-01-26
|
*
Vm_compute: taking into account let-ins in parameters of constructors.
Hugo Herbelin
2017-12-14
*
|
[kernel] Patch allowing to disable VM reduction.
Emilio Jesus Gallego Arias
2017-12-02
|
/
*
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
*
Safe API for accessing universe constraints of global references.
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
*
Using UInfoInd for universes in inductive types
Amin Timany
2017-06-16
*
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-27
*
Reductionops now return EConstrs.
Pierre-Marie Pédrot
2017-02-14
*
Inv API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
Vnorm API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
Reductionops API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-09-27
|
\
|
*
Fix bug #5096: [vm_compute] is exponentially slower than [native_compute].
Pierre-Marie Pédrot
2016-09-23
*
|
CLEANUP: minor readability improvements
Matej Kosik
2016-08-24
|
/
*
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
*
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
*
|
About building of substitutions from instances.
Hugo Herbelin
2015-12-05
*
|
An example in centralizing similar functions to a common place so that
Hugo Herbelin
2015-12-05
|
/
*
Fixing a vm_compute bug in the presence of let-ins among the
Hugo Herbelin
2015-11-22
*
Refine Gregory Malecha's patch on VM and universe polymorphism.
Maxime Dénès
2015-10-28
*
Adds support for the virtual machine to perform reduction of universe polymor...
Gregory Malecha
2015-10-28
*
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
*
Code cleaning in VM (with Benjamin).
Maxime Dénès
2015-10-09
*
Fix handling of primitive projections in VM.
Maxime Dénès
2015-07-05
*
use a more compact representation of non-constant constructors
Benjamin Gregoire
2015-03-27
*
Fix bug 4157,
Benjamin Gregoire
2015-03-26
*
Univs: Fix alias computation for VMs, computation of normal form of
Matthieu Sozeau
2015-01-17
*
Correct restriction of vm_compute when handling universe polymorphic
Matthieu Sozeau
2015-01-15
*
Update headers.
Maxime Dénès
2015-01-12
*
Fix #3824. de Bruijn error in normalization of fixpoints.
Maxime Dénès
2014-11-23
*
Get rif of exit codes 120, 121, 123, and 124.
Xavier Clerc
2014-11-14
*
Fix missing lift in VM and native compiler (second part of #2729).
Maxime Dénès
2014-10-22
*
Fixing a (new) part of bug #2729.
Hugo Herbelin
2014-10-20
*
Move to a representation of universe polymorphic constants using indices for ...
Matthieu Sozeau
2014-08-03
*
- Fix hashing of levels to get the "right" order in universe contexts etc...
Matthieu Sozeau
2014-06-04
[next]