| Commit message (Expand) | Author | Age |
* | Fix some documentation typos. | Guillaume Melquiond | 2016-11-24 |
* | ZDivEucl: notations in different scope to avoid a warning | Pierre Letouzey | 2016-09-28 |
* | Extending "contradiction" so that it recognizes statements such as "~x=x" or ... | Hugo Herbelin | 2016-09-15 |
* | Giving a more natural semantics to injection by default. | Hugo Herbelin | 2016-06-18 |
* | Remove unneded hints in NZGcd | Matthieu Sozeau | 2016-06-16 |
* | Typeclasses: stdlib fixes for new search algorithm | Matthieu Sozeau | 2016-06-16 |
* | In NMake_gen, giving to tactic do_size a grammar rule which respects the levels. | Hugo Herbelin | 2016-06-16 |
* | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-05-09 |
|\ |
|
| * | NPeano : improve compatibility for this deprecated file via compat notations | Pierre Letouzey | 2016-05-04 |
* | | Revert "In NMake_gen, giving to tactic do_size a grammar rule which respects ... | Hugo Herbelin | 2016-04-27 |
* | | In NMake_gen, giving to tactic do_size a grammar rule which respects the levels. | Hugo Herbelin | 2016-04-27 |
* | | Making parentheses mandatory in tactic scopes. | Pierre-Marie Pédrot | 2016-03-04 |
* | | Qcanon : implement some old suggestions by C. Auger | Pierre Letouzey | 2016-02-26 |
|/ |
|
* | Update copyright headers. | Maxime Dénès | 2016-01-20 |
* | Fix some typos. | Guillaume Melquiond | 2015-12-07 |
* | Fix some typos. | Guillaume Melquiond | 2015-10-13 |
* | Update headers. | Maxime Dénès | 2015-01-12 |
* | Failing on unbound notation variable in notation level modifiers | Hugo Herbelin | 2014-12-15 |
* | Enforcing a stronger difference between the two syntaxes "simpl | Hugo Herbelin | 2014-11-16 |
* | Revert d0cd27e209be08ee51a2d609157367f053438a10: giving a different name | Matthieu Sozeau | 2014-10-11 |
* | Give the same argument name for the record binder of type class | Matthieu Sozeau | 2014-10-10 |
* | Fix segfault in native compiler on int31 division. | Maxime Dénès | 2014-10-10 |
* | argument flip of Cyclic31.nshiftr and Cyclic31.nshiftl | Pierre Boutillier | 2014-10-01 |
* | Simpl less (so that cbn will not simpl too much) | Pierre Boutillier | 2014-10-01 |
* | Keyed unification option, compiling the whole standard library | Matthieu Sozeau | 2014-09-27 |
* | - Fix printing and parsing of primitive projections, including the Set | Matthieu Sozeau | 2014-09-09 |
* | "allows to", like "allowing to", is improper | Jason Gross | 2014-08-25 |
* | instanciation is French, instantiation is English | Jason Gross | 2014-08-25 |
* | Arith: full integration of the "Numbers" modular framework | Pierre Letouzey | 2014-07-09 |
* | Fixing bug #3270. Patch by Robbert Krebbers. | Pierre-Marie Pédrot | 2014-07-08 |
* | Making those proofs which depend on names generated for the arguments | Hugo Herbelin | 2014-06-01 |
* | Moving (e)transitivity out of the AST. | Pierre-Marie Pédrot | 2014-05-20 |
* | - Fix treatment of global universe constraints which should be passed along | Matthieu Sozeau | 2014-05-06 |
* | Restore reasonable performance by not allocating during universe checks, | Matthieu Sozeau | 2014-05-06 |
* | - Rename eq to equal in Univ, document new modules, set interfaces. | Matthieu Sozeau | 2014-05-06 |
* | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau | 2014-05-06 |
* | Pos.iter arguments in a better order for cbn. | Pierre Boutillier | 2014-05-02 |
* | "Boolean Equality" and "Case Analysis" are already off by default... | letouzey | 2013-07-17 |
* | More dynamic argument scopes | letouzey | 2013-07-17 |
* | NMake*: avoid some warning about Let outside sections | letouzey | 2013-03-22 |
* | make validate repaired via a temporary fix for #2949 | letouzey | 2013-02-13 |
* | nat_iter n f x -> nat_rect _ x (fun _ => f) n | pboutill | 2012-12-21 |
* | Rework of GenericMinMax and OrdersTac (helps extraction, cf. #2904) | letouzey | 2012-12-18 |
* | Finish patch for Hint Resolve, stopping to generate new constant names for | msozeau | 2012-12-08 |
* | Change Hint Resolve, Immediate to take a global reference as argument | msozeau | 2012-10-26 |
* | Ltac repeat is in fact already doing progress | letouzey | 2012-10-01 |
* | fast bitwise operations (lor,land,lxor) on int31 and BigN | letouzey | 2012-08-11 |
* | Updating headers. | herbelin | 2012-08-08 |
* | induction/destruct : nicer syntax for generating equations (solves #2741) | letouzey | 2012-07-09 |
* | ZArith + other : favor the use of modern names instead of compat notations | letouzey | 2012-07-05 |