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
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
2014-11-23
Fix #3824. de Bruijn error in normalization of fixpoints.
Maxime Dénès
2014-10-22
Fix missing lift in VM and native compiler (second part of #2729).
Maxime Dénès
2014-10-21
Porting Hugo's fix 98f3abb83a to native compiler.
Maxime Dénès
2014-09-27
Add a boolean to indicate the unfolding state of a primitive projection,
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-04-09
Readback for int31 values from native compiler.
Maxime Dénès
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2013-12-30
Support for evars and metas in native compiler.
Maxime Dénès
2013-04-29
Splitting Term into five unrelated interfaces:
ppedrot
2013-03-25
Native compiler: timing info for reification in debug mode.
mdenes
2013-03-13
Restrict (try...with...) to avoid catching critical exn (part 12)
letouzey
2013-03-12
Term.dest* functions now raise specific DestKO exn instead of Invalid_argument
letouzey
2013-03-05
More monomorphization.
ppedrot
2013-02-28
More informative error when a global reference is used in a context of
herbelin
2013-01-28
Uniformization of the "anomaly" command.
ppedrot
2013-01-22
New implementation of the conversion test, using normalization by evaluation to
mdenes