aboutsummaryrefslogtreecommitdiff
path: root/pretyping/nativenorm.ml
AgeCommit message (Expand)Author
2016-01-20Update copyright headers.Maxime Dénès
2015-10-28Fix 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-15Fix #4346 1/2: native casts were not inferring universe constraints.Maxime Dénès
2015-07-10Option -type-in-type: added support in checker and making it contaminatingHugo Herbelin
2015-06-08Make normalization of primitive projections in native_compute the same as wit...Maxime Dénès
2015-05-14Disable precompilation for native_compute by default.Guillaume Melquiond
2015-01-17Make native compiler handle universe polymorphic definitions.Maxime Dénès
2015-01-12Update headers.Maxime Dénès
2014-12-16Fix for #3154: use CUnix.sys_command to call native compiler.Maxime Dénès
2014-11-23Fix #3824. de Bruijn error in normalization of fixpoints.Maxime Dénès
2014-10-22Fix missing lift in VM and native compiler (second part of #2729).Maxime Dénès
2014-10-21Porting Hugo's fix 98f3abb83a to native compiler.Maxime Dénès
2014-09-27Add a boolean to indicate the unfolding state of a primitive projection,Matthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2014-04-09Readback for int31 values from native compiler.Maxime Dénès
2014-03-05Remove many superfluous 'open' indicated by ocamlc -w +33Pierre Letouzey
2013-12-30Support for evars and metas in native compiler.Maxime Dénès
2013-04-29Splitting Term into five unrelated interfaces:ppedrot
2013-03-25Native compiler: timing info for reification in debug mode.mdenes
2013-03-13Restrict (try...with...) to avoid catching critical exn (part 12)letouzey
2013-03-12Term.dest* functions now raise specific DestKO exn instead of Invalid_argumentletouzey
2013-03-05More monomorphization.ppedrot
2013-02-28More informative error when a global reference is used in a context ofherbelin
2013-01-28Uniformization of the "anomaly" command.ppedrot
2013-01-22New implementation of the conversion test, using normalization by evaluation tomdenes