aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix bug #2473 due to wrong folding of the evar environmentGravatar msozeau2011-10-18
* Fix bug #2227Gravatar msozeau2011-10-18
* Fix inductive coercion code in Program (bug #2378)Gravatar msozeau2011-10-18
* Fix bug #2586 and enhance clsubst* as well as a side effectGravatar msozeau2011-10-18
* Revert "New evar_map printer ppevmfull which can typically be installed for"Gravatar herbelin2011-10-17
* Partly reverting r14539 about fully expanding "let-in"s and not justGravatar herbelin2011-10-17
* New evar_map printer ppevmfull which can typically be installed forGravatar herbelin2011-10-17
* Patch by Dan Grayson to ensure that "Add LoadPath ... as ..." closesGravatar herbelin2011-10-17
* Fix bug #2456 and wrong unfolding of lets in the goal due to [unfold] doing z...Gravatar msozeau2011-10-17
* dev/base_include: display a nice message at the end of the loadGravatar letouzey2011-10-15
* debugging.txt: no more typing of #use "include" if using .ocamlinitGravatar letouzey2011-10-15
* MSet/FSet/FMap : add more explicitly an alternative spec for fold via fold_rightGravatar letouzey2011-10-14
* Temporary revert commit 14550 since it breaks a few contribsGravatar letouzey2011-10-12
* Patch to support (a priori) all versions of make 3.xx >= 3.81Gravatar herbelin2011-10-12
* test-suite: non-regression test for bug #2603Gravatar letouzey2011-10-12
* Added test for bug #2615Gravatar herbelin2011-10-11
* Safe_typing: adding a inductive block adds many labels (fix #2603)Gravatar letouzey2011-10-11
* Names : check of labels, cleanup, nicer debug display of kn and constantGravatar letouzey2011-10-11
* Mod_subst: an unused functionGravatar letouzey2011-10-11
* in heads.ml, at least turn the Not_found of #2608 into assert falseGravatar letouzey2011-10-11
* Completing r14538 (Chung-Kil Hur's trick for fast dependently-typedGravatar herbelin2011-10-11
* Unification in the return clause of match was not supported in solve_evars.Gravatar herbelin2011-10-11
* Moved to a more standard order of arguments (i.e. env followed by evar_map)Gravatar herbelin2011-10-11
* More on r14536 (an unused pattern-matching remained in the commit).Gravatar herbelin2011-10-11
* Various simplifications about constant_of_delta and mind_of_deltaGravatar letouzey2011-10-11
* Hash-consing of mutual_inductive_body (and Univ.constraints)Gravatar letouzey2011-10-10
* Avoid some re-allocation during hash-cons of dir_pathGravatar letouzey2011-10-10
* Hash-cons the statically allocated Rels (1 to 16) to themselvesGravatar letouzey2011-10-10
* Hashtbl_alt : typo in a commentGravatar letouzey2011-10-10
* Hash-cons of constr : avoid some useless allocationsGravatar letouzey2011-10-10
* More robust and uniform treatment of aliases in evarutil.mlGravatar herbelin2011-10-10
* Applied the trick of Chung-Kil Hur to solve second-order matchingGravatar herbelin2011-10-10
* Fixing buggy abberant code for Evarutil.expand_evarGravatar herbelin2011-10-10
* Little code simplification of instantiate_evar in evd.mlGravatar herbelin2011-10-10
* Added information about evar origin in pretty-printing evd for debugGravatar herbelin2011-10-10
* Passed conv_algo to evar_define and move call to solve_refl toGravatar herbelin2011-10-10
* Proper fix for complement/flip instances.Gravatar msozeau2011-10-10
* mainbiblio.bib : get rid of merge marker from failed mergeGravatar letouzey2011-10-09
* Scheme names: Use unprobable names + ensure names do not hide existing namesGravatar herbelin2011-10-08
* Rely on kernel to know if a name is already used so as to be consistent with it.Gravatar herbelin2011-10-08
* fsetdec : non-atomic elements are now transformed as variables first (fix #2464)Gravatar letouzey2011-10-07
* A new tactic is_var to check whether a term is a goal/section variableGravatar letouzey2011-10-07
* Fix bug #2557 and an issue with Propers for complementGravatar msozeau2011-10-07
* Remove 'status' of Program and explain the :> better, as well as referencing ...Gravatar msozeau2011-10-07
* Improved handling of element equalities in fsetdec (fix #2467)Gravatar letouzey2011-10-07
* ocamlbuild: remove -dllpath from coqrunbyteflagsGravatar glondu2011-10-07
* ocamlbuild: Fix ocamlbuild compilation for changes to configure from r14500.Gravatar glondu2011-10-07
* Fixing Implicit Tactic mode damaged by commit r14496 (see also bug #2612).Gravatar herbelin2011-10-05
* When a pattern match, don't use the first matching term but anGravatar herbelin2011-10-05
* Removing vernacular code mistakenly committed.Gravatar herbelin2011-10-05