index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
nativenorm.ml
Age
Commit message (
Expand
)
Author
2020-11-09
Remove the native symbol registering from the safe environment.
Pierre-Marie Pédrot
2020-07-11
Merge PR #12646: Correctly readback blocked CaseInvert matches in VM/native
Pierre-Marie Pédrot
2020-07-06
Correctly readback blocked CaseInvert matches in VM/native
Gaëtan Gilbert
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-04-21
Merge PR #11896: Use lists instead of arrays in evar instances.
Maxime Dénès
2020-04-16
NativeCompute Timing: Use real, not user time
Jason Gross
2020-04-06
Clean and fix definitions of options.
Théo Zimmermann
2020-04-06
Use lists instead of arrays in evar instances.
Pierre-Marie Pédrot
2020-04-01
Merge PR #11306: Centralize the flag handling native compilation.
Maxime Dénès
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-01-08
Add Set NativeCompute Timing
Jason Gross
2019-12-22
Centralize the flag handling native compilation.
Pierre-Marie Pédrot
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-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-12
Remove dependency of native_compile on global env for symbols
Gaëtan Gilbert
2019-04-29
Fix variant of #9344 for native_compute
Maxime Dénès
2019-04-16
Better error message when OCaml compiler not found for native compute
Maxime Dénès
2019-04-05
[native compiler] Normalize before destructuring sort
Maxime Dénès
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-02-28
Constructor type information uses the expanded form.
Pierre-Marie Pédrot
2019-02-04
Primitive integers
Maxime Dénès
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-10-09
Fix nativenorm when an evar is in the wrong place.
Gaëtan Gilbert
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-03
Merge PR #7607: Simplify reification of predicate in bytecode and native comp...
Pierre-Marie Pédrot
2018-06-28
Deprecate Environ.retroknowledge function in favor of the projection
Gaëtan Gilbert
2018-06-28
Simplify reification of predicate in bytecode and native compilers
Maxime Dénès
2018-06-23
Using more general information for primitive records.
Pierre-Marie Pédrot
2018-06-05
Merge PR #7679: Clean native compilation of primitive projections
Maxime Dénès
2018-06-05
More straightforward native compilation of primitive projections.
Pierre-Marie Pédrot
2018-06-04
Preserving "canonical" form of return predicate in native_compute.
Hugo Herbelin
2018-05-28
Unify pre_env and env
Maxime Dénès
2018-04-13
Evar maps contain econstrs.
Gaëtan Gilbert
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-12-02
[kernel] Patch allowing to disable VM reduction.
Emilio Jesus Gallego Arias
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-04
[api] Deprecate all legacy uses of Name.Id in core.
Emilio Jesus Gallego Arias
2017-09-29
Remove some duplication between Typeops and Nativenorm.
Gaëtan Gilbert
2017-08-22
use OCaml 4.03-compatible Filename functions
Paul Steckler
2017-08-18
use OCaml temp_file, instead of our own version
Paul Steckler
2017-08-18
move filename search to start_profiler
Paul Steckler
2017-08-17
Add native compute profiling, BZ#5170
Paul Steckler
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
[next]