| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-23 | Update mathcomp/ssreflect/path.v | jouvelot | |
| Sure. Thanks. Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com> | |||
| 2021-03-23 | Update path.v | jouvelot | |
| Typo in documentation. | |||
| 2021-03-18 | Merge pull request #707 from CohenCyril/ident_name_silence | Cyril Cohen | |
| Silencing warning deprecated-ident-entry | |||
| 2021-03-14 | Adding sorting on tuples. (#720) | jouvelot | |
| * Adding sorting on tuples. Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2021-03-12 | Silencing warning deprecated-ident-entry | Cyril Cohen | |
| 2021-03-12 | Merge pull request #708 from CohenCyril/hint_locality_silence | Cyril Cohen | |
| Silencing Hint Locality warning | |||
| 2021-03-08 | Adding big block matrices | Cyril Cohen | |
| - with special cases for row, column, and diagonal matrices - we define an order bijection between the indexing of the whole matrix and the indexing of the blocks to preserve triangularity | |||
| 2021-03-07 | Adding Order.enum and related definitions and theorems | Cyril Cohen | |
| 2021-03-04 | Silence Hint Locality warning | Cyril Cohen | |
| 2021-01-25 | Merge pull request #696 from CohenCyril/sumnB | Yves Bertot | |
| Adding lemma sumnB | |||
| 2021-01-22 | Merge pull request #686 from pi8027/drop-coq-8.10 | Cyril Cohen | |
| Drop support for Coq 8.10 | |||
| 2021-01-22 | Remove deprecation aliases introduced in 1.9.0 | Kazuhiko Sakaguchi | |
| 2021-01-19 | Adding lemma sumnB | Cyril Cohen | |
| cf https://stackoverflow.com/questions/61556710 | |||
| 2021-01-19 | fixes #694 | Reynald Affeldt | |
| 2021-01-16 | Drop support for Coq 8.10 and deprecate the `deprecate` notation | Kazuhiko Sakaguchi | |
| - The `deprecate` notation and `iota_add` have been deprecated. All the uses of the `deprecate` notation have been replaced with the `deprecated` attribute. - Deprecation aliases in `ssrnat` and `ssrnum` introduced in MathComp 1.11+beta1 have been removed. - Remove `VDFILE` related hacks from `Makefile.common`. | |||
| 2021-01-14 | itv_bound comparison with -oo/+oo | Reynald Affeldt | |
| 2021-01-12 | Merge pull request #680 from pi8027/pairwise | Cyril Cohen | |
| Add `pairwise` predicate and some missing lemmas | |||
| 2021-01-04 | erroneous deprecation warning | Reynald Affeldt | |
| 2020-12-16 | Change the interpretation scope of some nullary notations from ring_scope to ↵ | Kazuhiko Sakaguchi | |
| fun_scope | |||
| 2020-12-16 | Add `pairwise r xs` predicate | Kazuhiko Sakaguchi | |
| which asserts that the relation `r` holds for any i-th and j-th element of `xs` such that i < j. | |||
| 2020-11-26 | using under and removing comment | Cyril Cohen | |
| 2020-11-25 | Using `only printing` and fixing coercion in notations | Cyril Cohen | |
| 2020-11-25 | Rename `all1rel` to `all2rel`, restate `eq_allrel`, and add CHANGELOG entries | Kazuhiko Sakaguchi | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-11-25 | Apply suggestions from code review | Kazuhiko Sakaguchi | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-11-25 | Apply suggestions from code review | Kazuhiko Sakaguchi | |
| Co-authored-by: Christian Doczkal <christian.doczkal@inria.fr> | |||
| 2020-11-25 | Generalize `allrel` to take two lists as arguments | Kazuhiko Sakaguchi | |
| 2020-11-25 | Merge pull request #601 from pi8027/sorting_in | Cyril Cohen | |
| Add `_in` variants of the sorting lemmas | |||
| 2020-11-24 | Transpose `join_idP(l|r)` lemmas to follow the naming convention (#671) | Kazuhiko Sakaguchi | |
| Transpose `join_idP(l|r)` lemmas to follow the naming convention | |||
| 2020-11-24 | Merge pull request #664 from pi8027/fix-minr-maxr | Cyril Cohen | |
| Fix `@maxr` and `@minr` | |||
| 2020-11-24 | Merge pull request #670 from pi8027/fix-668 | Cyril Cohen | |
| Fix deprecation notations in path.v | |||
| 2020-11-24 | Fix deprecation notations in `path.v` | Kazuhiko Sakaguchi | |
| 2020-11-24 | Using [dup] in path | Cyril Cohen | |
| 2020-11-24 | Apply suggestions from code review | Kazuhiko Sakaguchi | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-11-24 | Add more `_in` lemmas and CHANGELOG entries | Kazuhiko Sakaguchi | |
| 2020-11-24 | `in11(1)_sig` subsumes `in(2|3)_sig` | Kazuhiko Sakaguchi | |
| 2020-11-24 | factoring out in_sig | Cyril Cohen | |
| 2020-11-24 | Add `_in` lemmas for `sort` | Kazuhiko Sakaguchi | |
| 2020-11-23 | fixing [dup] for Coq 8.12 | Cyril Cohen | |
| 2020-11-24 | Fix `@maxr` and `@minr` | Kazuhiko Sakaguchi | |
| 2020-11-24 | Remove `Reserved Notation`s in `ssrnum.v` which are already declared in ↵ | Kazuhiko Sakaguchi | |
| `order.v` | |||
| 2020-11-23 | Merge pull request #667 from CohenCyril/ssrcoq8.10 | Enrico Tassi | |
| Using Coq 8.10 ssreflect new features | |||
| 2020-11-20 | Tuning simplifications using Arguments simpl nomatch | Cyril Cohen | |
| 2020-11-20 | Using Coq 8.10 ssreflect new features | Cyril Cohen | |
| 2020-11-20 | typo in documentation of allpairs_dep | Yves Bertot | |
| 2020-11-20 | Merge pull request #663 from CohenCyril/clean_head | affeldt-aist | |
| Using Arguments / to deal with volatile definitions | |||
| 2020-11-20 | Merge pull request #658 from CohenCyril/duplicate_clear | affeldt-aist | |
| Removing duplicate clears and turning the warning into an error | |||
| 2020-11-20 | Using Arguments / to deal with volatile definitions | Cyril Cohen | |
| 2020-11-20 | Removing unused cpo_sort scope | Cyril Cohen | |
| 2020-11-19 | Removing duplicate clears and turning the warning into an error | Cyril Cohen | |
| 2020-11-19 | Merge pull request #656 from affeldt-aist/declare_scopes | Cyril Cohen | |
| add declare scopes | |||
