aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Closure: fix an issue with r16959 spotted by MatthieuGravatar letouzey2013-11-02
* Mod_subst.update_delta_resolver : avoid loosing Inline(_,Some _)Gravatar letouzey2013-10-31
* Fixing Kerpair.hash. Since the beginning, it dit not respect the typeGravatar ppedrot2013-10-31
* Future: better doc + restore ~pure optimizationGravatar gareuselesinge2013-10-31
* CoqIDE: scroll to the right position if there is an interp errorGravatar gareuselesinge2013-10-31
* Conv_orable made functional and part of pre_envGravatar gareuselesinge2013-10-31
* Efficient filtered functions in Evd. We test that a filter is actuallyGravatar ppedrot2013-10-31
* Avoiding useless allocations in Closure.Gravatar ppedrot2013-10-31
* Various optimizations of Evd.meta_* functions.Gravatar ppedrot2013-10-30
* More efficient implementation of [Evd.retract_coercible_metas].Gravatar ppedrot2013-10-30
* Optimization in unification: when checking that the head of a term is anGravatar ppedrot2013-10-29
* Useless array-to-list casts in Unification.Gravatar ppedrot2013-10-29
* Do not generate useless argument arrays in whd_* functions.Gravatar ppedrot2013-10-29
* Prevent [Evarutil.whd_head_evar] from uselessly reallocating arrays.Gravatar ppedrot2013-10-29
* [Reductionops.append_stack_app]: do not allocate a useless array.Gravatar ppedrot2013-10-29
* Revert the two last commits. My bad, I messed up git-svn commands...Gravatar ppedrot2013-10-29
* Profile only when CAMLRUNPARAM is set.Gravatar ppedrot2013-10-29
* Printing heap on every processed sentence.Gravatar ppedrot2013-10-29
* Sharing identity evar filters.Gravatar ppedrot2013-10-29
* Allocation-friendly version of [Pre_env.push_named].Gravatar ppedrot2013-10-29
* Optimizing universes: tail-rec, allocation friendly [compare_leq].Gravatar ppedrot2013-10-29
* - install evar printer for debuggingGravatar msozeau2013-10-29
* Native compiler: library compilation errors are now non fatal.Gravatar mdenes2013-10-28
* Evar leak in "absurd" tactic.Gravatar ppedrot2013-10-28
* Removing Evd.undefined_evars.Gravatar ppedrot2013-10-28
* Useless array to list conversions in proof/logic.ml.Gravatar ppedrot2013-10-28
* Removing useless filter allocation in evar construction.Gravatar ppedrot2013-10-27
* Abstracting evar filter away. The API is not perfect, but better than nothing.Gravatar ppedrot2013-10-27
* More sharing in Constr.map_with_binders.Gravatar ppedrot2013-10-27
* Closure optimizations.Gravatar ppedrot2013-10-27
* More monomorphic List.mem + List.assoc + ...Gravatar letouzey2013-10-24
* inductive.ml : get rid of some obvious (Lazy.force (lazy t))Gravatar letouzey2013-10-24
* Rtree : cleanup of the comparing codeGravatar letouzey2013-10-24
* Specializing hash functions for widely used types.Gravatar ppedrot2013-10-24
* Restore my version of notation_ops.ml now that List.remove_assoc_f is fixedGravatar letouzey2013-10-24
* Fix the semantic of the new List.remove_assoc_fGravatar letouzey2013-10-24
* Oups, repair the compilation (micromega + Morphism_prop)Gravatar letouzey2013-10-24
* Ephemeron: add a function to run a collection cycleGravatar gareuselesinge2013-10-24
* CoqIDE: fix coloring bug when jumping back to the first phraseGravatar gareuselesinge2013-10-24
* Get rid of polymorphic comparison in "plugins/btauto/refl_btauto.ml".Gravatar xclerc2013-10-24
* Get rid of polymorphic equality in "checker/subtyping.ml".Gravatar xclerc2013-10-24
* Turn many List.assoc into List.assoc_fGravatar letouzey2013-10-24
* cList: a few alternative to hashtbl-based uniquize, distinct, subsetGravatar letouzey2013-10-23
* CList.factorize_left with a parametric equalityGravatar letouzey2013-10-23
* CList.prefix_of and CList.drop_prefix with a parametric equalityGravatar letouzey2013-10-23
* cList.index is now cList.index_f, same for index0Gravatar letouzey2013-10-23
* cList: set-as-list functions are now with an explicit comparisonGravatar letouzey2013-10-23
* Tacintern: avoid a match (fst (List.hd ...))Gravatar letouzey2013-10-23
* Small optimizations in unification.Gravatar ppedrot2013-10-23
* Removing List.mem in Namegen. We may choose a better fitted datastructure tha...Gravatar ppedrot2013-10-23