aboutsummaryrefslogtreecommitdiff
path: root/checker/declarations.ml
AgeCommit message (Expand)Author
2017-04-27Remove some unused values and typesGaetan Gilbert
2017-04-27Locally disable some warnings.Gaetan Gilbert
2016-05-31Checker: avoid using obsolete names from NamesPierre Letouzey
2016-02-15CLEANUP: Simplifying the changes done in "checker/*"Matej Kosik
2016-02-09CLEANUP: Context.{Rel,Named}.Declaration.tMatej Kosik
2015-11-04Checker was forgetting to register global universes introduced by opaqueMatthieu Sozeau
2015-07-07Checker: Fix bug #4282Matthieu Sozeau
2015-02-26Fix checker after addition of a universe context in with t := c constraints.Matthieu Sozeau
2015-01-11Declarations.mli refactoring: module_type_body = module_bodyPierre Letouzey
2014-08-01A tentative uniform naming policy in module Inductiveops.Hugo Herbelin
2014-06-10Removing dead code in checker/univ.ml.Pierre-Marie Pédrot
2014-05-08Adapt the checker to polymorphic universes and projections (untested).Matthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2014-04-28Adding a field ci_cstr_nargs to case_info and mind_consnrealargs toHugo Herbelin
2014-02-26checker and votour ported to new vo format (after -vi2vo)Enrico Tassi
2013-10-24Rtree : cleanup of the comparing codeletouzey
2013-10-14Getting rid of the use of deprecated elements (from the OCaml standard library).xclerc
2013-09-14Slightly more compact representation of 'a substituted type,ppedrot
2013-08-20Declarations.mli: reorganization of modular structuresletouzey
2013-08-08State Transaction Machinegareuselesinge
2013-04-15Checker: empty sections hardcoded in cb and mindletouzey
2013-04-15Checker: reified encoding of .vo types in values.mlletouzey
2013-04-15Checker: regroup all vo-related types in cic.mliletouzey
2013-04-02Revised infrastructure for lazy loading of opaque proofsletouzey
2013-04-02Mod_subst.force: avoid using join when only one substletouzey
2013-04-02Minor cleanup concerning Mod_subst.MBImapletouzey
2013-03-12Restrict (try...with...) to avoid catching critical exn (part 2)letouzey
2013-03-05More monomorphization.ppedrot
2013-02-26Names: Modularize constant and mutual_inductiveletouzey
2013-02-12Checker: re-sync vo structures after Maxime's commit 16136letouzey
2012-12-18Modulification of mod_bound_idppedrot
2012-12-14Modulification of identifierppedrot
2012-10-06still some more dead code removalletouzey
2012-09-14As r15801: putting everything from Util.array_* to CArray.*.ppedrot
2012-09-14Moving Utils.list_* to a proper CList module, which includes stdlibppedrot
2012-03-02Noise for nothingpboutill
2011-04-03Lazy loading of opaque proofs: fast as -dont-load-proofs without its drawbacksletouzey
2011-03-03Propagate recent kernel changes to the checkerletouzey
2011-01-31A fine-grain control of inlining at functor application via priority levelsletouzey
2010-09-24Checker: remove some dead codeletouzey
2010-09-24Some dead code removal, thanks to Oug analyzerletouzey
2010-09-15Fix likely semantic typosglondu
2010-07-30adpated the checker to handle coomutative cuts and lazynessbarras
2010-04-29After the approval of Bruno, here the patch for the checker.soubiran
2010-02-19added validation of delta_resolver (which seem to have an impact on typing)barras
2010-02-19[checker] fixed vo validation problems, module incompatibilities remainbarras
2009-10-21This big commit addresses two problems:soubiran
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-08-23Fix a small oversight in checker commit 12288.herbelin
2009-08-22Transfers to checker ("let"s in inductive arities + Coq root read-only).herbelin