index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
retroknowledge.mli
Age
Commit message (
Expand
)
Author
2016-01-20
Update copyright headers.
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2014-10-10
Fix segfault in native compiler on int31 division.
Maxime Dénès
2014-09-24
Make the retroknowledge marshalable.
Arnaud Spiwack
2014-04-09
Machine arithmetic operations for native compiler.
Maxime Dénès
2014-04-09
Full support for int31 values in native compiler.
Maxime Dénès
2014-04-09
Partial support for open terms in int31.
Maxime Dénès
2014-04-09
Had to split Nativelambda in two files because of Retroknowledge
Maxime Dénès
2014-03-14
Changing Retrokwnoledge entry type from kind_of_term to constr. It seems it had
Pierre-Marie Pédrot
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2012-08-11
fast bitwise operations (lor,land,lxor) on int31 and BigN
letouzey
2012-08-08
Updating headers.
herbelin
2010-07-24
Updated all headers for 8.3 and trunk
herbelin
2010-06-22
New script dev/tools/change-header to automatically update Coq files headers.
herbelin
2010-04-29
Remove the svn-specific $Id$ annotations
letouzey
2010-04-29
Move from ocamlweb to ocamdoc to generate mli documentation
pboutill
2009-09-17
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2008-04-01
Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaient
herbelin
2007-06-20
ajout de head0 et tail0 en natif
bgregoir
2007-05-11
Processor integers + Print assumption (see coqdev mailing list for the
aspiwack