index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
kernel
/
nativelambda.ml
Commit message (
Expand
)
Author
Age
*
Update headers following #6543.
Théo Zimmermann
2018-02-27
*
Fix map iterator on nativelambda.
Maxime Dénès
2018-02-23
*
[native_compute] Fix handling of evars in conversion
Maxime Dénès
2018-02-05
*
Fast environment lookup for rels.
Pierre-Marie Pédrot
2017-12-29
*
[api] Also deprecate constructors of Decl_kinds.
Emilio Jesus Gallego Arias
2017-12-23
*
[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-06
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
Remove dead code in native compiler.
Maxime Dénès
2017-05-02
*
Locally disable some warnings.
Gaetan Gilbert
2017-04-27
*
CLEANUP: minor readability improvements
Matej Kosik
2016-08-24
*
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-02-09
*
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-21
|
\
|
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
|
Avoid warnings about loop indices.
Guillaume Melquiond
2016-01-02
|
/
*
Adds support for the virtual machine to perform reduction of universe polymor...
Gregory Malecha
2015-10-28
*
Fix some typos.
Guillaume Melquiond
2015-10-13
*
Fixing some English misspelling.
Hugo Herbelin
2015-07-29
*
Fix vm compiler to refuse to compile code making use of inductives with
Matthieu Sozeau
2015-03-25
*
Make native compiler handle universe polymorphic definitions.
Maxime Dénès
2015-01-17
*
Correct restriction of vm_compute when handling universe polymorphic
Matthieu Sozeau
2015-01-15
*
Update headers.
Maxime Dénès
2015-01-12
*
Add a boolean to indicate the unfolding state of a primitive projection,
Matthieu Sozeau
2014-09-27
*
Print [Variant] types with the keyword [Variant].
Arnaud Spiwack
2014-09-04
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Fix exponential behavior in native compiler with retroknowledge.
Maxime Dénès
2014-04-09
*
Optimizing Int31 support in native compiler, by not tagging
Maxime Dénès
2014-04-09
*
Int31 decompilation in native compiler was still partial. Now fixed.
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-04-09
*
Had to split Nativelambda in two files because of Retroknowledge
Maxime Dénès
2014-04-09
*
Int31 literals in native compiler.
Maxime Dénès
2014-04-09
*
Fixing generic hashes and replacing them with proper ones.
Pierre-Marie Pédrot
2014-03-03
*
Lazyconstr -> Opaqueproof
Enrico Tassi
2014-02-26
*
Support for evars and metas in native compiler.
Maxime Dénès
2013-12-30
*
Got rid of unused lazy flag in the native compiler.
Maxime Dénès
2013-12-29
*
Removing native_name reference from constant_body.
Maxime Dénès
2013-12-28
*
Fixing a bug in the native compiler, introduced by r16363, leading to undefined
mdenes
2013-07-06
*
Native compiler: hash-consing of generated code and values.
mdenes
2013-03-25
*
invalid_arg instead of raise (Invalid_argement ...)
letouzey
2013-03-12
*
More monomorphization.
ppedrot
2013-03-05
*
kernel/declarations becomes a pure mli
letouzey
2013-02-26
*
Fixing bug in native compiler with let patterns in fixpoint definitions.
mdenes
2013-02-11
*
New implementation of the conversion test, using normalization by evaluation to
mdenes
2013-01-22