| Commit message (Expand) | Author | Age |
* | Fix some typos. | Guillaume Melquiond | 2015-10-13 |
* | Safer typing primitives. | Pierre-Marie Pédrot | 2015-05-13 |
* | Fix 'don't expose cases' in cbn | Pierre Boutillier | 2015-02-15 |
* | Fixing bug #3490. | Pierre-Marie Pédrot | 2015-02-15 |
* | Fixing bug #3916. | Pierre-Marie Pédrot | 2015-02-15 |
* | Removing dead code. | Pierre-Marie Pédrot | 2015-02-02 |
* | Update headers. | Maxime Dénès | 2015-01-12 |
* | Avoiding introducing yet another convention in naming files. | Hugo Herbelin | 2015-01-08 |
* | Fixing detection of occurrences in the presence of nested subterms for | Hugo Herbelin | 2014-11-18 |
* | Cosmetic changes. | Hugo Herbelin | 2014-11-02 |
* | This commit introduces changes in induction and destruct. | Hugo Herbelin | 2014-10-25 |
* | Change reduction_of_red_expr to return an e_reduction_function returning | Matthieu Sozeau | 2014-10-24 |
* | Fix bug 3637. | Matthieu Sozeau | 2014-10-15 |
* | Fix bug due to shadowing a variable name in tacred | Matthieu Sozeau | 2014-10-10 |
* | Fix semantics of matching with folded/unfolded projections to definitely | Matthieu Sozeau | 2014-09-27 |
* | Fix bug 3662 by actually reducing primitive projections in cbv/compute. | Matthieu Sozeau | 2014-09-27 |
* | Add a boolean to indicate the unfolding state of a primitive projection, | Matthieu Sozeau | 2014-09-27 |
* | Return a Prop not an arbitrary Type, and correct a typo. | Matthieu Sozeau | 2014-09-24 |
* | Make eq_pattern_test/eq_test work up to the equivalence of primitive | Matthieu Sozeau | 2014-09-24 |
* | Fix bug #3656. | Matthieu Sozeau | 2014-09-23 |
* | Move the specific map_constr_with_binders_left_to_right | Matthieu Sozeau | 2014-09-19 |
* | Fixing #3641 (loop in e_contextually, introduced in r16525). | Hugo Herbelin | 2014-09-19 |
* | Revert change of e_contextually as it needlessly expands all primitive | Matthieu Sozeau | 2014-09-19 |
* | Fix constrMatching as well as change/e_contextually to allow | Matthieu Sozeau | 2014-09-18 |
* | Uniformisation of the order of arguments env and sigma. | Hugo Herbelin | 2014-09-12 |
* | Referring to evars by names. Added a parser for evars (but parsing of | Hugo Herbelin | 2014-09-12 |
* | Fix bug #3596, wrong treatment of projections in compute_constelim_direct. | Matthieu Sozeau | 2014-09-11 |
* | Change the way primitive projections are declared to the kernel. | Matthieu Sozeau | 2014-08-28 |
* | Fixing bug #3377 by giving env and sigma to constrMathching. Now it's possible | Matthieu Sozeau | 2014-08-25 |
* | Move to a representation of universe polymorphic constants using indices for ... | Matthieu Sozeau | 2014-08-03 |
* | Rework code for refolding projections in whd_state/whd_simpl to allow Arguments | Matthieu Sozeau | 2014-07-29 |
* | Really honor the [simpl never] flag in whd_simpl, it was still doing reductio... | Matthieu Sozeau | 2014-06-29 |
* | Moved code for finding subterms (pattern, induction, set, generalize, ...) | Hugo Herbelin | 2014-06-28 |
* | Made the subterm finding function make_abstraction independent of the | Hugo Herbelin | 2014-06-28 |
* | Removing dead code. | Pierre-Marie Pédrot | 2014-06-17 |
* | Adapt simpl/cbn unfolding and refolding machinery to projections, so that | Matthieu Sozeau | 2014-06-13 |
* | Cleanup in Univ, moving code for UniverseConstraints outside the kernel in Un... | Matthieu Sozeau | 2014-06-10 |
* | Collecting in Namegen those conventional default names that are used in diffe... | Hugo Herbelin | 2014-06-04 |
* | Cbn reduces Pos.compare p~1 q~1 to Pos.compare p q | Pierre Boutillier | 2014-05-26 |
* | Reduction.Stack.Fix/Case stores Cst_stack.t | Pierre Boutillier | 2014-05-26 |
* | Honor the Opaque flag for projections in simpl. | Matthieu Sozeau | 2014-05-06 |
* | Adapt Y. Bertot's path on private inductives (now the keyword is "Private"). | Yves Bertot | 2014-05-06 |
* | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau | 2014-05-06 |
* | Remove many superfluous 'open' indicated by ocamlc -w +33 | Pierre Letouzey | 2014-03-05 |
* | Matching --> ConstrMatching (was clashing with OCaml's compiler-libs) | Pierre Letouzey | 2014-03-02 |
* | Simpl_behaviour becomes Reductionops.ReductionBehaviour | Pierre Boutillier | 2014-02-24 |
* | Reductionops.Stack.app_node is secret | Pierre Boutillier | 2014-02-24 |
* | Stack operations of Reductionops in Reductionops.Stack | Pierre Boutillier | 2014-02-24 |
* | Conv_orable made functional and part of pre_env | gareuselesinge | 2013-10-31 |
* | Do not generate useless argument arrays in whd_* functions. | ppedrot | 2013-10-29 |