| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-25 | More arithmetic theorems | Cyril Cohen | |
| In ssrnat: - some trivial results in ssrnat `addnKC`, `ltn_predl`, `ltn_predr`, `ltn_subr` and `predn_sub` - theorems about `n <=/< p +/- m` and `m +/- n <=/< p` `leq_psubRL`, `ltn_psubLR`, `leq_subRL`, `ltn_subLR`, `leq_subCl`, `leq_psubCr`, `leq_subCr`, `ltn_subCr`, `ltn_psubCl` and `ltn_subCl` In div: - theorems about the euclidean division of additions and subtraction, + without preconditions of divisibility: `edivnD`, `edivnB`, `divnD`, `divnB`, `modnD`, `modnB` + with divisibility of one argument: `divnDMl`, `divnMBl`, `divnBMl`, `divnBl` and `divnBr` + specialization of the former theorems for .+1 and .-1: `edivnS`, `divnS`, `modnS`, `edivn_pred`, `divn_pred` and `modn_pred` | |||
| 2019-10-24 | Added and generalized arithmetic theorems. (#394) | Cyril Cohen | |
| - Added: `modn_divl` and `divn_modl`. - Generalized `muln_modr` and `muln_modl` removing hypothesis `0 < p`. | |||
| 2019-10-21 | Merge pull request #365 from math-comp/ghpages-redirect | Maxime Dénès | |
| Redirects to math-comp.github.io | |||
| 2019-10-18 | Add build for mathcomp/mathcomp-dev:coq-8.10 (#391) | Erik Martin-Dorel | |
| * feat: Add build for mathcomp/mathcomp-dev:coq-8.10 * fix(coq-mathcomp-ssreflect.opam): Bump coq upper bound * fix(*.opam): Remove "remove" directive href: coq/opam-coq-archive#703 | |||
| 2019-10-16 | Merge pull request #203 from CohenCyril/improving_fintype_bigop | Maxime Dénès | |
| Improving fintype and bigop | |||
| 2019-10-16 | shifting to CHANGELOG_UNRELEASED | Cyril Cohen | |
| 2019-10-16 | renaming new `reindex_` lemmas with prefix `big_` | Cyril Cohen | |
| 2019-10-16 | Improving fintype and bigop | Cyril Cohen | |
| ### Added - Fintype theorems: `fintype0`, `card_le1P`, `mem_card1`, `card1P`, `fintype_le1P`, `fintype1`, `fintype1P`. - Bigop theorems: `big_rmcond`, `bigD1_seq`, `reindex_enum_val_cond`, `reindex_enum_rank_cond`, `reindex_enum_val`, `reindex_enum_rank`, `big_set`. | |||
| 2019-10-16 | removing everything but index which redirects to the new page | Cyril Cohen | |
| 2019-10-15 | Merge pull request #390 from thery/doc | Cyril Cohen | |
| typo in ssralg | |||
| 2019-10-14 | typo | thery | |
| 2019-10-07 | Merge pull request #384 from pi8027/hierarchy | Cyril Cohen | |
| Fix and improve the test suite and Makefile | |||
| 2019-10-07 | Merge pull request #387 from pi8027/seq-lemmas | Cyril Cohen | |
| Add `flatten_map1` and `allpairs_consr` | |||
| 2019-10-05 | Add flatten_map1 and allpairs_consr | Kazuhiko Sakaguchi | |
| 2019-10-02 | Fix and improve the test suite and Makefile | Kazuhiko Sakaguchi | |
| - improve an error message produced by the `check_join` tactic, - fix the build of the test suite: `make test-suite`, and - add a new rule `only` to build a subset of MathComp. | |||
| 2019-10-01 | Merge pull request #386 from pi8027/allpairs | Cyril Cohen | |
| Generalize `allpairs_catr` to non-`eqType`s | |||
| 2019-09-30 | Generalize `allpairs_catr` to non-`eqType`s | Kazuhiko Sakaguchi | |
| 2019-09-30 | Euclid theorem for product (#375) | Laurent Théry | |
| 2019-09-30 | ffact as a product similar to fact_prod (#374) | Laurent Théry | |
| Thanks! | |||
| 2019-09-28 | maxn comment fix (#385) | Antonio Nikishaev | |
| 2019-09-24 | Merge pull request #380 from pi8027/ring-core-scope | Cyril Cohen | |
| Fix a typo: `ring_core_scope` | |||
| 2019-09-18 | Fix a typo: ring_core_scope -> ring_scope | Kazuhiko Sakaguchi | |
| 2019-09-16 | fermat little theorem | thery | |
| 2019-09-05 | Redirects to math-comp.github.io | Cyril Cohen | |
| Merge only after solving issue https://github.com/math-comp/math-comp/issues/361 | |||
| 2019-08-12 | Merge pull request #376 from erikmd/fix-gitlab-yaml | Cyril Cohen | |
| [ci] fix .gitlab-ci.yml regarding "GIT_STRATEGY: none" | |||
| 2019-08-10 | fix(.gitlab-ci.yml): duplicated "variables:" entry | Erik Martin-Dorel | |
| This could explain why the change in b8eadb8603b83c053a313b39c2a8f268385d8942 was not taken into account. | |||
| 2019-08-02 | Merge pull request #373 from erikmd/improve-ci | Cyril Cohen | |
| [ci] a few improvements of the GitLab CI setup | |||
| 2019-07-30 | [ci] Adapt the GitLab CI config to allow scheduled builds for coq-dev | Erik Martin-Dorel | |
| * Normal builds (branches & GitHub PRs) are not impacted * Triggering a scheduled pipeline will only run {coq-dev, mathcomp-dev:coq-dev} to build and deploy the corresponding image to mathcomp/mathcomp-dev:coq-dev. * href: https://docs.gitlab.com/ce/user/project/pipelines/schedules.html | |||
| 2019-07-30 | [ci] Add jobs {ci-fourcolor-8.9, ci-odd-order-8.9} | Erik Martin-Dorel | |
| * Add {fourcolor, odd-order} test builds with latest Coq release (8.9) * As a result, the math-comp CI config w.r.t. {fourcolor, odd-order} will be similar to that of the upstream repos: - https://github.com/math-comp/fourcolor/blob/master/.travis.yml - https://github.com/math-comp/odd-order/pull/16 | |||
| 2019-07-30 | refactor: deploy jobs need not clone the repo | Erik Martin-Dorel | |
| * Set "GIT_STRATEGY: none" accordingly | |||
| 2019-07-29 | style: fix indentation detail | Erik Martin-Dorel | |
| 2019-07-11 | Merge pull request #369 from thery/totient | Cyril Cohen | |
| totient for prime | |||
| 2019-07-10 | totient for prime | thery | |
| 2019-07-05 | feat(finfun.v): Add tuple_of_finfun, finfun_of_tuple & cancel lemmas | Cyril Cohen | |
| 2019-06-26 | Merge pull request #364 from erikmd/update/changelog | Cyril Cohen | |
| docs: Add missing entry in CHANGELOG.md regarding #292 | |||
| 2019-06-26 | docs: Add missing entry in CHANGELOG.md | Erik Martin-Dorel | |
| href: math-comp/math-comp#292 | |||
| 2019-06-18 | Merge pull request #340 from pi8027/hierarchy | Enrico | |
| Reimplement the hierarchy related tools in OCaml | |||
| 2019-06-11 | Merge pull request #302 from CohenCyril/fixset | Georges Gonthier | |
| Fixpoint theorems in finset | |||
| 2019-06-04 | Fixpoint theorems in finset | Cyril Cohen | |
| 2019-05-29 | Merge pull request #353 from anton-trunov/update-ci | Cyril Cohen | |
| Remove support for Travis CI (mathcomp switched to Gitlab CI) | |||
| 2019-05-29 | Replace eqVneq to destruct both x == y, but also y == x (#351) | Cyril Cohen | |
| 2019-05-29 | Remove support for Travis CI | Anton Trunov | |
| Mathcomp switched to Gitlab CI via coqbot, see here: https://github.com/math-comp/math-comp/pull/353#issuecomment-497017174 | |||
| 2019-05-29 | Update pull_request_template.md | Cyril Cohen | |
| 2019-05-29 | Merge pull request #352 from CohenCyril/pr_tempate | Cyril Cohen | |
| PR template | |||
| 2019-05-29 | reword entry in CHANGELOG_UNRELEASED.md | Anton Trunov | |
| 2019-05-29 | Update pull_request_template.md | Cyril Cohen | |
| 2019-05-29 | Move unreleased changelog entries to CHANGELOG_UNRELEASED.md | Anton Trunov | |
| 2019-05-29 | pr template | Cyril Cohen | |
| 2019-05-29 | incorporate new suggestions by @CohenCyril | Anton Trunov | |
| 2019-05-29 | Replace eqVneq with eqPsym | Anton Trunov | |
| Also changed eqsVneq. | |||
