aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel
Commit message (Expand)AuthorAge
* Fixing critical inductive polymorphism bug found by Bruno.Gravatar herbelin2011-10-05
* It happens that the type inference algorithm (pretyping) did not checkGravatar herbelin2011-10-05
* Hash-consing of constr could share moreGravatar letouzey2011-10-02
* Polishing commits r14492, r14448 and r14407 (tactics propagateGravatar herbelin2011-09-25
* Completing r14448 and thus continuing r14407 (using Cast to propagateGravatar herbelin2011-09-24
* Remove specific hash-consing of Term.types (was unused anyway)Gravatar letouzey2011-09-22
* Hash-consing: attempt to stop hash-consing separately constr in declare.mlGravatar letouzey2011-09-22
* Names.make_mbid and co : convert from/to identifier (avoid some String.copy)Gravatar letouzey2011-09-15
* More twicks on hash-consingGravatar letouzey2011-09-08
* Fix the hconsing of universesGravatar letouzey2011-09-07
* Having added a special Cast for remembering the use of conversionGravatar herbelin2011-09-04
* Propagated information from the reduction tactics to the kernel soGravatar herbelin2011-08-10
* Term: fix hash_constr to hash modulo casts & names (like compare_constr)Gravatar puech2011-08-08
* Esubst: make types of substitutions & lifts privateGravatar puech2011-08-08
* Term: simplify compare_constr by removing calls to decompose_appGravatar puech2011-08-01
* fixed bug 2580. Quick fix: copy emitcodes before patching itGravatar barras2011-08-01
* Extraction: replace generic = on mutual_inductive_body by mib_equalGravatar puech2011-07-29
* Term: moved function constr_ord (a.k.a compare_constr) from Sequent to TermGravatar puech2011-07-29
* Ccalgo, Ccproof: multiple generic Hashtbl on constr and term replaced by Cons...Gravatar puech2011-07-29
* Hahtbl_alt: separate generic combine functionsGravatar puech2011-07-29
* Environ: generic equality on named_context replaced by named_context_equalGravatar puech2011-07-29
* Term: added function eq_named_declarationGravatar puech2011-07-29
* Indtypes: remove useless and wrong generic equality test on constr arrayGravatar puech2011-07-29
* Term: slight reorganization of the fileGravatar puech2011-07-29
* Term_typing, Typeops: replace some generic '=' on constr by eq_constrGravatar puech2011-07-29
* Term: Refactoring of hashconsingGravatar puech2011-07-29
* argument renaming in liftn (match with usual terminology)Gravatar puech2011-07-29
* Extraction: forbid Prop-polymorphism of inductives when extracting to OcamlGravatar letouzey2011-07-04
* Modops: the strengthening functions can work without any env argumentGravatar letouzey2011-05-17
* Print Module (Type) M now tries to print more detailsGravatar letouzey2011-05-11
* Fix thumb2-related build errorGravatar glondu2011-04-19
* Revert "Add [Polymorphic] flag for defs"Gravatar msozeau2011-04-13
* - Remove create_evar_defsGravatar msozeau2011-04-13
* Fix merge.Gravatar msozeau2011-04-13
* - Do not make constants with an assigned type polymorphic (wrong unfoldings).Gravatar msozeau2011-04-13
* Add [Polymorphic] flag for defsGravatar msozeau2011-04-13
* Subtyping: align coqtop behavior concerning opaque csts on coqchk's oneGravatar letouzey2011-04-12
* Replaced printing number of ill-typed branch by printing name of constructorGravatar herbelin2011-04-08
* A few extra combinators about rel_declaration/named_declaration + a bit of docGravatar herbelin2011-04-06
* Lazy loading of opaque proofs: fast as -dont-load-proofs without its drawbacksGravatar letouzey2011-04-03
* CHANGES: a word about recent changes in coqide, about Ctrl-C in vmGravatar letouzey2011-04-01
* Checks for signals in VM, allowing it to be interrupted by Ctrl-C (experimental)Gravatar letouzey2011-04-01
* Tentative to make unification check types at every instanciation of anGravatar msozeau2011-03-11
* adding eta in the vmGravatar bgregoir2011-03-08
* Moving printing of module typing errors upwards to himsg.ml so as toGravatar herbelin2011-03-05
* Starting being more explicit on the reasons why module subtyping fails.Gravatar herbelin2011-03-05
* Fixed a "feature" about subtyping records: one was expected not onlyGravatar herbelin2011-03-05
* Mod_subst: improving sharing of subst_mpsGravatar letouzey2011-02-24
* Some more simplification in Mod_substGravatar letouzey2011-02-23
* - Use transparency information all the way through unification andGravatar msozeau2011-02-17