aboutsummaryrefslogtreecommitdiff
path: root/dev/vm_printers.ml
AgeCommit message (Expand)Author
2020-08-18Rename VM-related kernel/cfoo files to kernel/vmfooGaëtan Gilbert
2020-07-22Remove redundant data from VM case switch.Pierre-Marie Pédrot
2020-07-06Primitive persistent arraysMaxime Dénès
2019-11-21[coq] Untabify the whole ML codebase.Emilio Jesus Gallego Arias
2019-11-01Add primitive floats to 'vm_compute'Guillaume Bertholon
2019-03-14Add a non-cumulative impredicative universe SProp.Gaëtan Gilbert
2019-02-04Primitive integersMaxime Dénès
2018-09-23Checking if low-level name printers are used on purpose or not.Hugo Herbelin
2018-09-17[VM] Move structured_constant to VmvaluesMaxime Dénès
2018-07-24Projections use index representationGaëtan Gilbert
2018-06-26Remove Sorts.contentsGaëtan Gilbert
2018-06-10[VM] Remove projection names from structured constants.Maxime Dénès
2018-05-30[api] Remove deprecated object from `Term`Emilio Jesus Gallego Arias
2018-03-04Merge PR #935: Handling evars in the VMMaxime Dénès
2018-03-03Handling evars in the VM.Pierre-Marie Pédrot
2018-03-02[VM] Unify Const_sorts and Const_type, and remove Vsort.Maxime Dénès
2018-01-26Safer VM interfacesMaxime Dénès
2017-11-06[api] Deprecate all legacy uses of Names in core.Emilio Jesus Gallego Arias
2017-06-16Fix a bug in cumulativityAmin Timany
2017-06-07Put all plugins behind an "API".Matej Kosik
2016-05-31Feedback cleanupEmilio Jesus Gallego Arias
2015-10-28Refine Gregory Malecha's patch on VM and universe polymorphism.Maxime Dénès
2015-10-28Adds support for the virtual machine to perform reduction of universe polymor...Gregory Malecha
2015-10-09Code cleaning in VM (with Benjamin).Maxime Dénès
2015-07-23adding a missing case for printing zippers.Gregory Malecha
2015-03-27use a more compact representation of non-constant constructorsBenjamin Gregoire
2015-03-26fix compilationBenjamin Gregoire
2015-01-15vm_printers: fix compilationEnrico Tassi
2012-12-14Modulification of identifierppedrot
2009-10-21This big commit addresses two problems:soubiran
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2006-07-22- Ajout d'un cast vm dans la syntaxe : x <: t bgregoir
2005-01-02Découpage des printers pour ne pas avoir de dépendances en la vm dans les p...herbelin