| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-13 | [vernac] Add option to force building really mutual induction schemes | Matthieu Sozeau | |
| Currently, if one of the inductives is non recursive, it defaults to a case analysis schems taking fewer predicates and methods just for that inductive. This irregularity prevents doing a combined scheme afterwards to gather all eliminators into one, as combined scheme expects all the eliminators to have the same predicates and methods. I have a use case in building function graphs in Equations where some of the inductives might not be recursive but I expect many other use cases could exist. | |||
| 2018-06-13 | Merge PR #7677: [api] Remove Misctypes | Pierre-Marie Pédrot | |
| 2018-06-13 | Merge PR #7782: [VM] Rename reloc -> cenv | Pierre-Marie Pédrot | |
| 2018-06-12 | [api] Add compatiblity Misctypes module. | Emilio Jesus Gallego Arias | |
| To be removed in 8.10. | |||
| 2018-06-12 | [api] Remove Misctypes. | Emilio Jesus Gallego Arias | |
| We move the last 3 types to more adequate places. | |||
| 2018-06-12 | [api] Misctypes removal: tactic flags. | Emilio Jesus Gallego Arias | |
| We move the "flag types" to its use place, and mark some arguments with named parameters better. | |||
| 2018-06-12 | [api] Misctypes removal: move Tactypes to proofs | Emilio Jesus Gallego Arias | |
| This gets `Tactypes` closer to `tactics/`, however some legacy stuff blocks it in `proofs`. We consider that is satisfactory for now. | |||
| 2018-06-12 | [api] Misctypes removal: several moves: | Emilio Jesus Gallego Arias | |
| - move_location to proofs/logic. - intro_pattern_naming to Namegen. | |||
| 2018-06-12 | [api] Misctypes removal: remove dummy alias. | Emilio Jesus Gallego Arias | |
| 2018-06-12 | [api] Misctypes removal: miscellaneous aliases. | Emilio Jesus Gallego Arias | |
| 2018-06-12 | [api] Misctypes removal: module_kind to Declaremods | Emilio Jesus Gallego Arias | |
| 2018-06-12 | [api] Misctypes removal: multi to tactics/rewrite | Emilio Jesus Gallego Arias | |
| 2018-06-12 | Merge PR #7008: Bump version number to 8.9+alpha1 | Guillaume Melquiond | |
| 2018-06-12 | [VM] Rename reloc -> cenv | Maxime Dénès | |
| The renaming is internal only. I believe the name reloc is legacy and a bit confusing now that the structure contains a full compilation environment. | |||
| 2018-06-11 | Merge PR #6827: [VM] Remove projection names from structured constants. | Pierre-Marie Pédrot | |
| 2018-06-11 | Merge PR #7761: Fixing #7700: section variables bound to abbreviations were ↵ | Emilio Jesus Gallego Arias | |
| not found | |||
| 2018-06-11 | Merge PR #7406: Fix #7214: install knows which ml files do not get compiled ↵ | Pierre-Marie Pédrot | |
| to cmx. | |||
| 2018-06-11 | Merge PR #7748: Add a bit of doc to EConstr.decompose_lam* | Pierre-Marie Pédrot | |
| 2018-06-11 | Merge PR #7757: [lib] Fix wrong deprecation comment. | Pierre-Marie Pédrot | |
| 2018-06-11 | Bump version number to 8.9+alpha1 | Maxime Dénès | |
| 2018-06-11 | Merge PR #7736: [ci] Fix GeoCoq after https://github.com/GeoCoq/GeoCoq/issues/12 | Gaëtan Gilbert | |
| 2018-06-11 | Merge PR #7284: [sphinx] Start fixing SSR chapter. | Maxime Dénès | |
| 2018-06-11 | [ci] GeoCoq now depends on math-comp's ssralg. | Emilio Jesus Gallego Arias | |
| 2018-06-10 | [VM] Remove projection names from structured constants. | Maxime Dénès | |
| It was actually a hack since those names are never used to represent values, only to be passed as arguments to bytecode instructions. So instead of reusing the structured_constant type, we follow the same pattern as switch annotations. | |||
| 2018-06-10 | Fixing #7700 (section variables bound to abbreviations were not found). | Hugo Herbelin | |
| Redundancy between finding section variables in both interp_var and interp_qualid could probably be cleaned. | |||
| 2018-06-10 | [lib] Fix wrong deprecation comment. | Emilio Jesus Gallego Arias | |
| 2018-06-09 | Merge PR #7691: Fixing spelling of statment/statement in two API types | Pierre-Marie Pédrot | |
| 2018-06-09 | Merge PR #7515: gitlab: build sphinx doc in separate job | Emilio Jesus Gallego Arias | |
| 2018-06-09 | Merge PR #7642: Gitlab: retry failed jobs once | Emilio Jesus Gallego Arias | |
| 2018-06-08 | gitlab: build sphinx doc in separate job | Gaëtan Gilbert | |
| 2018-06-08 | Merge PR #7739: add test for #7595 | Gaëtan Gilbert | |
| 2018-06-08 | Merge PR #7747: dev/doc/univpoly.{txt => md}, split off primitive projection ↵ | Théo Zimmermann | |
| info | |||
| 2018-06-08 | Add a bit of doc to EConstr.decompose_lam* | Gaëtan Gilbert | |
| 2018-06-08 | dev/doc/univpoly.{txt => md}, split off primitive projection info | Gaëtan Gilbert | |
| 2018-06-08 | Gitlab: retry failed "build" jobs once | Gaëtan Gilbert | |
| 2018-06-08 | Merge PR #7417: Micromega clean-up | Théo Zimmermann | |
| 2018-06-08 | Merge PR #7687: [ci] [docker] Pin specific versions of OPAM CI dependencies. | Gaëtan Gilbert | |
| 2018-06-07 | Micromega clean-up | Maxime Dénès | |
| We add .mli files, removed dead code and use standard combinators instead of redefined ad-hoc ones in a few places. A lot of cleaning still has to be done on this code: documenting the interfaces, resolving the many abstraction leaks. I suspect there is still a lot of code duplication. | |||
| 2018-06-07 | add test for #7595 | Ralf Jung | |
| 2018-06-07 | Merge PR #7735: Remove cross-crypto from Travis. It is still tested in ↵ | Emilio Jesus Gallego Arias | |
| GitLab CI. | |||
| 2018-06-07 | Remove cross-crypto from Travis. It is still tested in GitLab CI. | Théo Zimmermann | |
| This fixes #7734. | |||
| 2018-06-07 | Merge PR #7629: Fix anomaly in autoapply when an unbound hint name is provided | Matthieu Sozeau | |
| 2018-06-07 | Merge PR #7706: Fix wrong deprecation msg | Pierre-Marie Pédrot | |
| 2018-06-07 | Merge PR #6874: [econstr] Some minor tweaks | Pierre-Marie Pédrot | |
| 2018-06-06 | Merge PR #7721: Add a note about [ci skip] in CI README. | Emilio Jesus Gallego Arias | |
| 2018-06-06 | [ci] [docker] Pin specific versions of OPAM CI dependencies. | Emilio Jesus Gallego Arias | |
| Packages such as `menhir` or `elpi` are fragile w.r.t. updates, so allowing a non-deterministic install in the Dockefile seems risky. We have found trouble with Menhir in the past. We thus specify a concrete version for all `CI_OPAM` packages. cc: https://github.com/AbsInt/CompCert/issues/234 We also add remove `hevea` from `apt` dependencies as it hasn't been needed since #7466 and add `texlive-science` which is needed to build the `source-doc` target due to the `textgreek` package being used. | |||
| 2018-06-06 | Add a note about [ci skip] in CI README. | Théo Zimmermann | |
| 2018-06-06 | Merge PR #7717: [ci] Temporal fix for CompCert | Gaëtan Gilbert | |
| 2018-06-06 | [ci] Temporal fix for CompCert | Emilio Jesus Gallego Arias | |
| https://github.com/AbsInt/CompCert/issues/234 | |||
| 2018-06-05 | Merge PR #7679: Clean native compilation of primitive projections | Maxime Dénès | |
