index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
nativevalues.ml
Age
Commit message (
Expand
)
Author
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-02
Remove some unused functions.
Guillaume Melquiond
2015-10-28
Fix minor typo in native compiler.
Maxime Dénès
2015-01-20
Fix a critical bug in machine arithmetic for native compiler.
Maxime Dénès
2015-01-17
Make native compiler handle universe polymorphic definitions.
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2014-11-23
Fix #3824. de Bruijn error in normalization of fixpoints.
Maxime Dénès
2014-06-02
Fixing incorrect printf format.
Pierre-Marie Pédrot
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-04-09
Fix name of some Int31 operations in native compiler.
Maxime Dénès
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-03-03
Fixing generic hashes and replacing them with proper ones.
Pierre-Marie Pédrot
2013-12-30
Support for evars and metas in native compiler.
Maxime Dénès
2013-09-27
Removing a bunch of generic equalities.
ppedrot
2013-03-25
Native compiler: hash-consing of generated code and values.
mdenes
2013-01-28
Uniformization of the "anomaly" command.
ppedrot
2013-01-22
New implementation of the conversion test, using normalization by evaluation to
mdenes