aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Expand)AuthorAge
* Better implementation for stores.Gravatar ppedrot2013-11-16
* Adding an unsafe mapping function to maps.Gravatar ppedrot2013-11-13
* Useless array manipulation in Rtrees.Gravatar ppedrot2013-11-08
* Do not compute formatter UTF8 length at creation time.Gravatar ppedrot2013-11-08
* Partial application hunt.Gravatar ppedrot2013-11-07
* better IStream.concatGravatar ppedrot2013-11-06
* Adding closure-preventing functions in CArray. These functions are allGravatar ppedrot2013-11-04
* Allocation friendly version of Util.iterate.Gravatar ppedrot2013-11-04
* Added an update function in CMap. It has the same signature as Map.add, butGravatar ppedrot2013-11-04
* Manual coding of Int.Map.find. We use unsafe features, but this functionGravatar ppedrot2013-11-04
* Adds a tactic give_up.Gravatar aspiwack2013-11-02
* Adds a shelve tactic.Gravatar aspiwack2013-11-02
* Future: better doc + restore ~pure optimizationGravatar gareuselesinge2013-10-31
* More monomorphic List.mem + List.assoc + ...Gravatar letouzey2013-10-24
* Rtree : cleanup of the comparing codeGravatar letouzey2013-10-24
* Specializing hash functions for widely used types.Gravatar ppedrot2013-10-24
* Fix the semantic of the new List.remove_assoc_fGravatar letouzey2013-10-24
* Ephemeron: add a function to run a collection cycleGravatar gareuselesinge2013-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
* Small optimizations in unification.Gravatar ppedrot2013-10-23
* Removing some generic equalities.Gravatar ppedrot2013-10-22
* Optimizing evar filters. It seems to cost quite a lot in unification,Gravatar ppedrot2013-10-22
* More efficient operations in CArray.Gravatar ppedrot2013-10-22
* New feedback message: SlaveStatusGravatar gareuselesinge2013-10-22
* Future: ported to Ephemeron + exception enhancingGravatar gareuselesinge2013-10-18
* Ephemeron: marshaling friendly keysGravatar gareuselesinge2013-10-18
* Some more hand-written comparison functions to avoid polymorphic comparison.Gravatar xclerc2013-10-14
* Vcs: the gc method returns the set of nodes that were collectedGravatar gareuselesinge2013-10-11
* Dag: some comments on the concept of clusterGravatar gareuselesinge2013-10-11
* Clib: fold_left_until added to CListGravatar gareuselesinge2013-10-10
* cStack: make it just a Stack with some extra APIGravatar gareuselesinge2013-10-07
* Added a [modify] function to maps.Gravatar ppedrot2013-10-06
* STM: add options to disable fallbacks to ease regression testingGravatar gareuselesinge2013-10-03
* STM: number of slaves passed by the command lineGravatar gareuselesinge2013-10-03
* typoGravatar gareuselesinge2013-10-01
* CoqIDE protocol/serialization revisedGravatar gareuselesinge2013-09-30
* lib/cstack: various improvementsGravatar gareuselesinge2013-09-30
* lib/vcs: various improvementsGravatar gareuselesinge2013-09-30
* lib/dag: various improvementsGravatar gareuselesinge2013-09-30
* lib/future: computations that are Exn can be replacedGravatar gareuselesinge2013-09-30
* Removing a bunch of generic equalities.Gravatar ppedrot2013-09-27
* Get rid of the uses of deprecated OCaml elements (still remaining compatible ...Gravatar xclerc2013-09-19
* CoqIDE: show number of proofs being checked in backgroundGravatar gareuselesinge2013-09-12
* Fix bug in CStack introduced by refactoringGravatar gareuselesinge2013-09-12
* Moving Searchstack to CStack, and normalizing names a bit.Gravatar ppedrot2013-09-06