aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel
Commit message (Expand)AuthorAge
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Move from ocamlweb to ocamdoc to generate mli documentationGravatar pboutill2010-04-29
* Here comes the commit, announced long ago, of the new tactic engine.Gravatar aspiwack2010-04-22
* Fixed bug #2999 (destruct was not refreshing universes of what it generalized *)Gravatar herbelin2010-04-20
* In function "substitution_prefixed_by" the prefix test on module path Gravatar soubiran2010-04-19
* cf. 12945Gravatar soubiran2010-04-16
* Names.mli: double declaration of mind_modpathGravatar letouzey2010-04-16
* fixed confusion between number of cstr arguments and number of pattern variab...Gravatar barras2010-03-12
* introduced lazy computation of size info in the guard conditionGravatar barras2010-03-11
* Added a lazy evaluation of the composition of module substitutions. It improv...Gravatar soubiran2010-02-04
* fix commit 12706 + comments.Gravatar soubiran2010-02-03
* Small fix on module inclusion.Gravatar soubiran2010-02-02
* Various bug fix on recent features of the module system:Gravatar soubiran2010-01-19
* Variant !F M for functor application that does not honor the Inline declarationsGravatar letouzey2010-01-17
* Include can accept both Module and Module TypeGravatar letouzey2010-01-07
* Patch on subtyping check of opaque constants.Gravatar soubiran2010-01-06
* The following script was rasing an errorGravatar soubiran2010-01-04
* Fixing bug #2156 (non positive occurrence error message displayed "Rel"'s).Gravatar herbelin2009-12-30
* revert on commit r12553Gravatar barras2009-12-07
* declaremods.ml <--- code factoringGravatar soubiran2009-12-03
* two improvements of the guard condition:Gravatar barras2009-12-01
* Continuing r12485-12486 (cleaning around name generation)Gravatar herbelin2009-12-01
* Include Self (Type) Foo: applying a (Type) Functor to the current contextGravatar letouzey2009-11-16
* Move Obj.magic call to the Vm moduleGravatar glondu2009-11-13
* the inlining computation at functor application was raising not_found when th...Gravatar soubiran2009-11-13
* A bit of cleaning around name generation + creation of dedicated file namegen.mlGravatar herbelin2009-11-09
* Module type expressions of the form (Fsig X) with Definition foo := bar are n...Gravatar soubiran2009-10-28
* First debug... the renaming of librairies was not working and auto/dn were no...Gravatar soubiran2009-10-23
* This big commit addresses two problems:Gravatar soubiran2009-10-21
* Removal of trailing spaces.Gravatar serpyc2009-10-04
* Delete trailing whitespaces in all *.{v,ml*} filesGravatar glondu2009-09-17
* Ensures that let-in's in arities of inductive types work well. Maybe notGravatar herbelin2009-08-11
* - Cleaning phase of the interfaces of libnames.ml and nametab.mlGravatar herbelin2009-08-06
* - Fixing bug #2139 (kernel-based test of well-formation of eliminationGravatar herbelin2009-07-15
* Correction bug 2134.Gravatar soubiran2009-07-09
* Minor unification changes:Gravatar msozeau2009-05-18
* - Addition of "Hint Resolve ->" and "Hint Resolve <-" continued: itGravatar herbelin2009-05-10
* Some dead code removal + cleanupsGravatar letouzey2009-04-08
* ocamlbuild improvements + minor makefile fixGravatar letouzey2009-03-24
* Many changes in the Makefile infrastructure + a beginning of ocamlbuildGravatar letouzey2009-03-20
* Optionally list opaque constants in addition to axions/variables inGravatar msozeau2009-03-09
* Bug 2050, commit v8.2 11923-11924 ---> trunkGravatar soubiran2009-02-13
* pushed evar reduction in kernelGravatar barras2009-02-06
* - Deactivation of dynamic loading on Mac OS 10.5 (see bug #2024).Gravatar herbelin2009-01-11
* Moved parts of Sign to Term. Unified some names (e.g. decomp_n_prod ->Gravatar herbelin2008-12-31
* - coq_makefile: target install now respects the original tree structureGravatar herbelin2008-12-24
* fixed kernel bug (de Bruijn) + test-suiteGravatar barras2008-12-02
* Univ: two < instead of a Pervasives.compare on int (as suggested by X. Leroy)Gravatar letouzey2008-11-16
* Correct display of constraints for Print Universes "dumpfile"Gravatar letouzey2008-11-15
* Faster comparison of universesGravatar letouzey2008-11-14