index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
kernel
/
cemitcodes.ml
Commit message (
Expand
)
Author
Age
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
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
*
Fixing some English misspelling.
Hugo Herbelin
2015-07-29
*
Fix incomplete pattern-matching.
Matthieu Sozeau
2015-07-22
*
Fix handling of primitive projections in VM.
Maxime Dénès
2015-07-05
*
fix code and bound for SWITCH instruction.
Benjamin Gregoire
2015-03-30
*
allows the vm to deal with inductive type with 8388607 constant constructors ...
Benjamin Gregoire
2015-03-26
*
More clever representation of substituted Cemitcode.
Pierre-Marie Pédrot
2015-03-25
*
Removing dead code.
Pierre-Marie Pédrot
2015-02-02
*
Correct restriction of vm_compute when handling universe polymorphic
Matthieu Sozeau
2015-01-15
*
Update headers.
Maxime Dénès
2015-01-12
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Get rid of the uses of deprecated OCaml elements (still remaining compatible ...
xclerc
2013-09-19
*
invalid_arg instead of raise (Invalid_argement ...)
letouzey
2013-03-12
*
Monomorphized a lot of equalities over OCaml integers, thanks to
ppedrot
2012-11-08
*
fast bitwise operations (lor,land,lxor) on int31 and BigN
letouzey
2012-08-11
*
Updating headers.
herbelin
2012-08-08
*
fixed bug 2580. Quick fix: copy emitcodes before patching it
barras
2011-08-01
*
Remove the "Boxed" syntaxes and the const_entry_boxed field
letouzey
2011-01-28
*
Updated all headers for 8.3 and trunk
herbelin
2010-07-24
*
Removed $Id$ introduced inadvertently in r13005 (no more $Id$ since r12972)
herbelin
2010-05-09
*
Added a few informations about file lineages (for the most part in kernel)
herbelin
2010-05-09
*
This big commit addresses two problems:
soubiran
2009-10-21
*
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2009-09-17
*
ajout de head0 et tail0 en natif
bgregoir
2007-06-20
*
Processor integers + Print assumption (see coqdev mailing list for the
aspiwack
2007-05-11
*
Correction partielle du bug #1388 (augmentation de la taille des code accepte...
jforest
2007-04-05
*
- Ajout d'un cast vm dans la syntaxe : x <: t
bgregoir
2006-07-22
*
HUGE COMMIT
sacerdot
2005-01-03
*
*** empty log message ***
gregoire
2004-11-29
*
Names.substitution (and related functions) and Term.subst_mps moved to
sacerdot
2004-11-16
*
IMPORTANT COMMIT: constant is now an ADT (it used to be equal to kernel_name).
sacerdot
2004-11-16
*
Changement dans les boxed values .
gregoire
2004-11-12
*
COMMITED BYTECODE COMPILER
barras
2004-10-20