index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
nativelambda.ml
Age
Commit message (
Expand
)
Author
2020-10-21
Similar introduction of a Construct module in the Names API.
Pierre-Marie Pédrot
2020-08-18
Rename VM-related kernel/cfoo files to kernel/vmfoo
Gaëtan Gilbert
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-04-06
Use lists instead of arrays in evar instances.
Pierre-Marie Pédrot
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 primitive floats to 'native_compute'
Pierre Roux
2019-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-04-15
[native compiler] Encoding of constructors based on tags
Maxime Dénès
2019-04-15
[native compiler] Remove unused universe argument in Lmakeblock
Maxime Dénès
2019-04-15
[native compiler] Distinguish constant constructors in lambda code
Maxime Dénès
2019-04-14
[native compiler] Remove `Lconstruct` from lambda code.
Maxime Dénès
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-02-04
Primitive integers
Maxime Dénès
2018-09-24
[kernel] Compile with almost all warnings enabled.
Emilio Jesus Gallego Arias
2018-09-14
Retroknowledge: use GlobRef.t instead of Constr.t as entry
Vincent Laporte
2018-07-26
Fix #8121: anomalies in native_compute with let and evars.
Pierre-Marie Pédrot
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-07-13
Store the {struct} inductive type in native fixpoint AST.
Pierre-Marie Pédrot
2018-07-13
Pass a proper environment to Nativelambda.lambda_of_constr.
Pierre-Marie Pédrot
2018-06-28
[env.env_rel_context.env_rel_ctx] -> [rel_context env]
Gaëtan Gilbert
2018-06-24
Merge PR #7772: [native_compute] Delay computations with toplevel match
Pierre-Marie Pédrot
2018-06-23
Change the proj_ind field from MutInd.t to inductive.
Pierre-Marie Pédrot
2018-06-11
[native_compute] Delay computations with toplevel match
Maxime Dénès
2018-06-05
Use projection indices in native compilation rather than constant names.
Pierre-Marie Pédrot
2018-05-31
Fix #4714: Stack overflow with native compute
Maxime Dénès
2018-05-28
Fix #7333: vm_compute segfaults / Anomaly with cofix
Maxime Dénès
2018-05-28
Unify pre_env and env
Maxime Dénès
2018-05-23
Collecting Array.smart_* functions into a module Array.Smart.
Hugo Herbelin
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-23
Fix map iterator on nativelambda.
Maxime Dénès
2018-02-05
[native_compute] Fix handling of evars in conversion
Maxime Dénès
2017-12-29
Fast environment lookup for rels.
Pierre-Marie Pédrot
2017-12-23
[api] Also deprecate constructors of Decl_kinds.
Emilio Jesus Gallego Arias
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-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-05-02
Remove dead code in native compiler.
Maxime Dénès
2017-04-27
Locally disable some warnings.
Gaetan Gilbert
2016-08-24
CLEANUP: minor readability improvements
Matej Kosik
2016-02-09
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-02
Avoid warnings about loop indices.
Guillaume Melquiond
2015-10-28
Adds support for the virtual machine to perform reduction of universe polymor...
Gregory Malecha
2015-10-13
Fix some typos.
Guillaume Melquiond
2015-07-29
Fixing some English misspelling.
Hugo Herbelin
2015-03-25
Fix vm compiler to refuse to compile code making use of inductives with
Matthieu Sozeau
[next]