| Commit message (Expand) | Author | Age |
* | Reduction: every n iterations a slaves process checks for interruption | Enrico Tassi | 2013-11-27 |
* | Slightly more efficient zip function in Closure. | Pierre-Marie Pédrot | 2013-11-24 |
* | Small allocation improvement in Closure. | Pierre-Marie Pédrot | 2013-11-23 |
* | Revert "Fast lookup_named in environments, based on maps instead of lists." | ppedrot | 2013-11-15 |
* | Fast lookup_named in environments, based on maps instead of lists. | ppedrot | 2013-11-13 |
* | Less partial applications in Vars, as well as better memory allocation. | ppedrot | 2013-11-06 |
* | Using allocation-free version of Array higher-order function in critical | ppedrot | 2013-11-04 |
* | Evar module now uses default Int maps and sets. | ppedrot | 2013-11-04 |
* | Closure: fix an issue with r16959 spotted by Matthieu | letouzey | 2013-11-02 |
* | Mod_subst.update_delta_resolver : avoid loosing Inline(_,Some _) | letouzey | 2013-10-31 |
* | Fixing Kerpair.hash. Since the beginning, it dit not respect the type | ppedrot | 2013-10-31 |
* | Future: better doc + restore ~pure optimization | gareuselesinge | 2013-10-31 |
* | Conv_orable made functional and part of pre_env | gareuselesinge | 2013-10-31 |
* | Avoiding useless allocations in Closure. | ppedrot | 2013-10-31 |
* | Do not generate useless argument arrays in whd_* functions. | ppedrot | 2013-10-29 |
* | Allocation-friendly version of [Pre_env.push_named]. | ppedrot | 2013-10-29 |
* | Optimizing universes: tail-rec, allocation friendly [compare_leq]. | ppedrot | 2013-10-29 |
* | Native compiler: library compilation errors are now non fatal. | mdenes | 2013-10-28 |
* | More sharing in Constr.map_with_binders. | ppedrot | 2013-10-27 |
* | More monomorphic List.mem + List.assoc + ... | letouzey | 2013-10-24 |
* | inductive.ml : get rid of some obvious (Lazy.force (lazy t)) | letouzey | 2013-10-24 |
* | Rtree : cleanup of the comparing code | letouzey | 2013-10-24 |
* | Specializing hash functions for widely used types. | ppedrot | 2013-10-24 |
* | Turn many List.assoc into List.assoc_f | letouzey | 2013-10-24 |
* | cList: a few alternative to hashtbl-based uniquize, distinct, subset | letouzey | 2013-10-23 |
* | cList.index is now cList.index_f, same for index0 | letouzey | 2013-10-23 |
* | cList: set-as-list functions are now with an explicit comparison | letouzey | 2013-10-23 |
* | Optimizing Vars.replace_vars | ppedrot | 2013-10-23 |
* | Removing some generic equalities. | ppedrot | 2013-10-22 |
* | Various optimizations in Constr, such as term sharing and allocation | ppedrot | 2013-10-22 |
* | Future: ported to Ephemeron + exception enhancing | gareuselesinge | 2013-10-18 |
* | Fix comment for new string syntax (OCaml trunk). | xclerc | 2013-10-04 |
* | A shallow copy of a pre_env does not contain the vm cache | gareuselesinge | 2013-10-03 |
* | Removing a bunch of generic equalities. | ppedrot | 2013-09-27 |
* | Get rid of the uses of deprecated OCaml elements (still remaining compatible ... | xclerc | 2013-09-19 |
* | At least made the evar type opaque! There are still 5 remaining unsafe | ppedrot | 2013-09-18 |
* | Slightly more compact representation of 'a substituted type, | ppedrot | 2013-09-14 |
* | ind_tables: properly handling side effects | gareuselesinge | 2013-08-30 |
* | Remove Obj.magic from safe typing | gareuselesinge | 2013-08-30 |
* | Added a more efficient way to recover the domain of a map. | ppedrot | 2013-08-25 |
* | Replacing lists by sets in clear tactic. | ppedrot | 2013-08-25 |
* | Fix computation of discharged hyps for inductive types forgetting the conclus... | msozeau | 2013-08-23 |
* | Misc changes around coqtop.ml : | letouzey | 2013-08-22 |
* | More complete hashcons : lists (dirpath), arrays (constr) | letouzey | 2013-08-22 |
* | Partial revert of r16711 | letouzey | 2013-08-20 |
* | Universe counters on slaves are in sync with master | gareuselesinge | 2013-08-20 |
* | Declarations.mli: reorganization of modular structures | letouzey | 2013-08-20 |
* | Declareops + Modops : more clever substitutions | letouzey | 2013-08-20 |
* | Mod_typing : code cleanup | letouzey | 2013-08-20 |
* | Safe_typing code refactoring | letouzey | 2013-08-20 |