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
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
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-02
Don't double up on periods in anomalies
Jason Gross
2017-05-27
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-02-14
Reductionops now return EConstrs.
Pierre-Marie Pédrot
2017-02-14
Inv API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Pretyping API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Nativenorm API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Reductionops API using EConstr.
Pierre-Marie Pédrot
2016-08-30
CLEANUP: using |> operator more consistently
Matej Kosik
2016-08-24
CLEANUP: minor readability improvements
Matej Kosik
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-01
Separate flags for fix/cofix/match reduction and clean reduction function names.
Maxime Dénès
2016-05-31
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-08
Removing dead code and unused opens.
Pierre-Marie Pédrot
2016-02-09
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-01-20
Update copyright headers.
Maxime Dénès
2015-10-28
Fix bug in native compiler with universe polymorphism.
Maxime Dénès
2015-10-15
Fix #4346 2/2: VM casts were not inferring universe constraints.
Maxime Dénès
2015-10-15
Fix #4346 1/2: native casts were not inferring universe constraints.
Maxime Dénès
2015-07-10
Option -type-in-type: added support in checker and making it contaminating
Hugo Herbelin
2015-06-08
Make normalization of primitive projections in native_compute the same as wit...
Maxime Dénès
2015-05-14
Disable precompilation for native_compute by default.
Guillaume Melquiond
2015-01-17
Make native compiler handle universe polymorphic definitions.
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2014-12-16
Fix for #3154: use CUnix.sys_command to call native compiler.
Maxime Dénès
[next]