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
2020-11-23
Remove unused retro_refl
Gaëtan Gilbert
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-11-01
Implement classify on primitive float
Pierre Roux
2019-11-01
Change return type of primitive float comparison
Pierre Roux
2019-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-11-01
Declare type of primitives in CPrimitives
Pierre Roux
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-03-11
Remove unused Retroknowledge.Register_inline
Gaëtan Gilbert
2019-02-04
Primitive integers
Maxime Dénès
2018-09-14
Register: simpler syntax
Vincent Laporte
2018-09-14
Retroknowledge: use GlobRef.t instead of Constr.t as entry
Vincent Laporte
2018-09-14
Retroknowledge: simpler parsing rules
Vincent Laporte
2018-09-14
Retroknowledge.KInt31: remove the (unused) group parameter
Vincent Laporte
2018-07-14
[ltac] Remove unused functions / constructors.
Emilio Jesus Gallego Arias
2018-05-28
Unify pre_env and env
Maxime Dénès
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-23
New IR in VM: Clambda.
Maxime Dénès
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
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