| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-07 | Fix test-suite fo non maximal implicit arguments | SimonBoulier | |
| 2020-01-07 | Turn trailing implicit warning into an error | SimonBoulier | |
| 2020-01-03 | Merge PR #11343: fix: Shorten ssrsetoid.v to fix TC performance issue | Enrico Tassi | |
| Reviewed-by: gares | |||
| 2020-01-03 | Merge PR #11357: coq_makefile: don't use CAMLPKGS when building cmxa of mllib | Enrico Tassi | |
| Reviewed-by: gares | |||
| 2020-01-03 | Merge PR #11295: Use code owner teams for every component. | Maxime Dénès | |
| Reviewed-by: maximedenes | |||
| 2020-01-03 | coq_makefile: test with CAMLPKGS and mllib | Gaëtan Gilbert | |
| 2020-01-03 | coq_makefile: don't use CAMLPKGS when building cmxa of mllib | Gaëtan Gilbert | |
| It seems broken according to unicoq experiences https://gitter.im/coq/coq?at=5e0e3e0005298604982ac3f7 Building cmxa of mlpack is already this way. | |||
| 2020-01-02 | Merge PR #11335: Stdlib : Arith/Wf_nat : Add statements with output in Type | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2019-12-31 | Merge PR #11338: Remove uses of Global in Evd API. | Gaëtan Gilbert | |
| Reviewed-by: ejgallego Reviewed-by: herbelin | |||
| 2019-12-31 | Merge PR #11325: [refman] Add missing s. | Pierre-Marie Pédrot | |
| Reviewed-by: jfehrle | |||
| 2019-12-30 | Merge PR #11233: Fixes #11231: missing dependency in looking for default ↵ | Pierre-Marie Pédrot | |
| clauses in pattern matching decompilation algorithm Ack-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2019-12-30 | Merge PR #11345: Remove :flag: that appears in the doc output | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2019-12-29 | Remove :flag: that appears in the output | Jim Fehrle | |
| 2019-12-29 | Merge PR #11314: Convert productionlists in the Gallina chapter up to the ↵ | Théo Zimmermann | |
| Vernacular section to prodns Reviewed-by: Zimmi48 | |||
| 2019-12-29 | Merge PR #11183: Enhance prodn in .rst doc files to support multiple ↵ | Théo Zimmermann | |
| productions in a prodn Ack-by: Zimmi48 Ack-by: cpitclaudel | |||
| 2019-12-29 | Merge PR #11334: Fixes a small bug exposing an _ANONYMOUS_REL in a ↵ | Pierre-Marie Pédrot | |
| unification error message Reviewed-by: ppedrot | |||
| 2019-12-29 | Merge PR #10977: Remove the incorrect extra space in Makefile.vofiles | Enrico Tassi | |
| Reviewed-by: gares | |||
| 2019-12-28 | Prevent apostrophes and backticks from being stylized in latex | Jim Fehrle | |
| 2019-12-28 | Convert productionlists to prodns | Jim Fehrle | |
| 2019-12-28 | Merge PR #11323: Fix mulc on 32-bit architectures | Michael Soegtrop | |
| Reviewed-by: MSoegtropIMC | |||
| 2019-12-28 | Merge PR #10747: Extend `Print Canonical Projections` with a search ↵ | Enrico Tassi | |
| functionality Reviewed-by: CohenCyril Ack-by: SkySkimmer Reviewed-by: ejgallego | |||
| 2019-12-28 | Update doc/sphinx/language/gallina-extensions.rst | Kazuhiko Sakaguchi | |
| Co-Authored-By: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2019-12-28 | Extend `Print Canonical Projections` with a search functionality | Kazuhiko Sakaguchi | |
| The `Print Canonical Projections` command now can take constants and prints only the unification rules that involves or are synthesized from given constants. | |||
| 2019-12-27 | Add critical-bugs entry, tests-suite file, and code comment. | Guillaume Melquiond | |
| 2019-12-27 | Merge PR #11315: Ensure that a custom entry cannot be defined twice. | Hugo Herbelin | |
| Reviewed-by: herbelin Reviewed-by: maximedenes | |||
| 2019-12-27 | docs: Update changes.rst w.r.t. ssrsetoid.v's simplification | Erik Martin-Dorel | |
| 2019-12-27 | fix: Shorten ssrsetoid.v | Erik Martin-Dorel | |
| * This patch is a quick fix that removes part of the features of coq/coq#10022, namely the ability to directly use setoid_rewrite with a (Under_rel)-tagged relation R. This just means we'll need to do an extra step [rewrite UnderE.] which was unnecessary with Coq 8.11+alpha. * This PR stays backward-compatible w.r.t. Coq 8.10 and also keeps the salient feature of coq/coq#10022 (generalize under & over to any Reflexive relation). * Related: coq-community/atbr#23 | |||
| 2019-12-26 | Merge PR #11288: [omega] Remove non-documented "omega with *" | Théo Zimmermann | |
| Reviewed-by: Zimmi48 Ack-by: maximedenes | |||
| 2019-12-26 | Merge PR #11336: [ci] [gitlab] [bedrock] Build bedrock with 1 core | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2019-12-26 | Remove uses of Global in Evd API. | Pierre-Marie Pédrot | |
| Namely, Evd.evar_env and Evd.evar_filtered_env now take an additional environment instead of querying the imperative global one. We percolate this change as higher up as possible. | |||
| 2019-12-26 | [omega] Remove non-documented "omega with *" | Emilio Jesus Gallego Arias | |
| This form is only used in coq-bignums and not documented. I think removal is the best choice, specially as `zify` is not part of the omega plugin anymore. | |||
| 2019-12-26 | Deprecate the "omega with *" syntax. | Pierre-Marie Pédrot | |
| Changes to the test-suite were backported from PR #11288. | |||
| 2019-12-25 | Show doc notations in boldface | Jim Fehrle | |
| 2019-12-24 | Update merging doc following the full move to teams. | Théo Zimmermann | |
| Integrate merging doc in the main contributing document. | |||
| 2019-12-24 | Merge PR #11284: [meta] Add ltac2 information to META. | Théo Zimmermann | |
| Ack-by: Zimmi48 | |||
| 2019-12-24 | [meta] Add ltac2 information to META. | Emilio Jesus Gallego Arias | |
| Closes #11225 , we use a bit of a hack due to the way the Makefile installs this plugin. | |||
| 2019-12-24 | [ci] [gitlab] [bedrock] Build bedrock with 1 core | Emilio Jesus Gallego Arias | |
| Most workers these days have 1 core, and building bedrock with 2 cores in that setup seems to be too memory stressful. | |||
| 2019-12-24 | Merge PR #11316: Windows: switch OCaml to 4.08.1 | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2019-12-24 | Add statements with output in Type | Olivier Laurent | |
| 2019-12-23 | Merge PR #11293: Rename files with Class in their name to make their role ↵ | Hugo Herbelin | |
| clearer. | |||
| 2019-12-23 | Fixes a small bug exposing an _ANONYMOUS_REL in a unification error message. | Hugo Herbelin | |
| Might be improvable further. In the first example, we have two environments involved and one is implicit. It does not seem excluded that a variable name of the second environment shows up which is not listed in the first environment. | |||
| 2019-12-23 | Merge PR #11274: [library] [cleanup] Remove code duplication. | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Reviewed-by: ppedrot | |||
| 2019-12-23 | Windows: switch OCaml to 4.08.1 | Michael Soegtrop | |
| - remove manual flexlink circular dependency handling - use standard configure process instead of hand made windows make files - enable parallel build - remove bootstrapping step (maybe should be there for release builds) | |||
| 2019-12-23 | Merge PR #11324: [refman] Mention Ltac2 in intro. | Pierre-Marie Pédrot | |
| Reviewed-by: jfehrle | |||
| 2019-12-23 | Merge PR #10760: Make rapply handle all numbers of underscores | Pierre-Marie Pédrot | |
| Ack-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2019-12-22 | Use code owner teams for every component. | Théo Zimmermann | |
| It was decided during the Coq WG that code owner teams are more convenient, in particular because they allow adding and removing team members without going through a pull request. For each team, we should aim to have at least three code owners, even if in some cases we are going to start with less. We also stop triggering review requests for changelog entries as was also decided during the WG. | |||
| 2019-12-22 | Apply suggestions from code review | Théo Zimmermann | |
| Co-Authored-By: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2019-12-22 | Rename files with Class in their name to make their role clearer. | Pierre-Marie Pédrot | |
| We restrict to those that are actually related to typeclasses, and perform the following renamings: Classops --> Coercionops Class --> ComCoercion | |||
| 2019-12-22 | [refman] Mention Ltac2 in intro. | Théo Zimmermann | |
| 2019-12-22 | Ensure that a custom entry cannot be defined twice. | Pierre-Marie Pédrot | |
| This highlights the fact that diamond inheritance of a custom entry is a tricky problem, as well as merely importing two custom entries with the same name from two different modules. The only sane way to give a semantics to that is to stick to module-scoped objects, i.e. give those entries a kernel name. In the meantime, I went for a warning when overriding entries. | |||
