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
2020-04-12
[warnings] Be silent about the `set_tag` warning.
Emilio Jesus Gallego Arias
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-01
Add "==", "<", "<=" in PrimFloat.v
Erik Martin-Dorel
2019-11-01
Reimplement is_float
Pierre Roux
2019-11-01
Add primitive floats to 'native_compute'
Pierre Roux
2019-09-19
[ocaml] Allow building with deprecated Obj primitives.
Emilio Jesus Gallego Arias
2019-07-04
Merge PR #10359: Remove dependency of native_compile on global env for symbols
Maxime Dénès
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-11
Move type definition Nativecode.symbols to Nativevalues
Gaëtan Gilbert
2019-03-14
Add a non-cumulative impredicative universe SProp.
Gaëtan Gilbert
2019-03-14
Make Sorts.t private
Gaëtan Gilbert
2019-02-04
Primitive integers
Maxime Dénès
2018-09-05
Use more efficient accu check for cofix unfolding in native compilation.
Pierre-Marie Pédrot
2018-07-26
Fix #8121: anomalies in native_compute with let and evars.
Pierre-Marie Pédrot
2018-07-12
Fix #7854: Native compilation + flambda trigger SEGFAULT.
Pierre-Marie Pédrot
2018-06-26
Remove Sorts.contents
Gaëtan Gilbert
2018-06-05
More straightforward native compilation of primitive projections.
Pierre-Marie Pédrot
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-05
[native_compute] Fix handling of evars in conversion
Maxime Dénès
2018-02-05
[native_compute] Remove useless conversion to list in reification.
Maxime Dénès
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
[api] Deprecate all legacy uses of Names in core.
Emilio Jesus Gallego Arias
2017-11-04
[api] Deprecate all legacy uses of Name.Id in core.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-04-27
Locally disable some warnings.
Gaetan Gilbert
2017-03-14
[safe-string] kernel/nativevalues
Emilio Jesus Gallego Arias
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