| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-26 | Merge PR #12178: Fix recursively vs corecursively defined message | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-04-25 | Fix recursively vs corecursively defined message | Tej Chajed | |
| Closes #12177. | |||
| 2020-04-25 | Merge PR #12173: CoqIDE: Revert overzealous application of language-based ↵ | Pierre-Marie Pédrot | |
| highlighting from #12169 Reviewed-by: ppedrot | |||
| 2020-04-24 | CoqIDE: Revert overzealous application of language-based highlighting in #12169. | Hugo Herbelin | |
| The parsing rules defining classes of lexemes in language configuration expect a Coq document and are not relevant in the message and proof window. Thus backtracking on this part of #12169. Keeping the highlighting style though. | |||
| 2020-04-24 | Merge PR #12156: Document `+` in polymorphic universe levels | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-04-23 | Merge PR #12154: [documentation] ssreflect: Abbreviations do not support scope | Théo Zimmermann | |
| Ack-by: Zimmi48 Reviewed-by: gares | |||
| 2020-04-23 | Merge PR #12117: Make multiplication of Cauchy reals transparent and ↵ | Hugo Herbelin | |
| accelerate it Reviewed-by: herbelin | |||
| 2020-04-23 | Merge PR #12120: Fixing #12119 : remove useless hypothesis in ↵ | Hugo Herbelin | |
| NoDup_Permutation_bis Reviewed-by: herbelin | |||
| 2020-04-23 | [documentation] ssreflect: Abbreviations do not support scope | Kenji Maillard | |
| 2020-04-23 | Merge PR #12148: Consolidate funind documentation onto a single page. | Clément Pit-Claudel | |
| Reviewed-by: jfehrle | |||
| 2020-04-23 | Merge PR #12130: [declare] [tactics] Move declare to `vernac` | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-04-23 | [refman] Fix name of tactic: function induction -> functional induction. | Théo Zimmermann | |
| 2020-04-23 | Fix coq snippets in Tactics chapter. | Théo Zimmermann | |
| 2020-04-23 | Merge PR #12034: Make cumulative sprop a typing flag, deprecate command ↵ | Pierre-Marie Pédrot | |
| line -sprop-cumulative Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-04-23 | Merge PR #12083: Tweak ltac2 grammar to make doc_grammar happy | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-04-22 | Merge PR #11928: Remove probably useless doc/sphinx/coqdoc.css. | Hugo Herbelin | |
| 2020-04-22 | Merge PR #12031: [stdlib] A library on cyclic permutations: CPermutation | Hugo Herbelin | |
| Ack-by: Zimmi48 Ack-by: anton-trunov Reviewed-by: herbelin | |||
| 2020-04-22 | Merge PR #12133: coqdoc: Replace deprecated HTML attribute name with id | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-04-22 | Document Cauchy reals | Vincent Semeria | |
| 2020-04-22 | Merge PR #12023: Adding a Declare ML Module in empty file Ltac.v | Emilio Jesus Gallego Arias | |
| Ack-by: Zimmi48 Reviewed-by: ejgallego Ack-by: ppedrot | |||
| 2020-04-22 | Document `+` in polymorphic universe levels | Kenji Maillard | |
| 2020-04-22 | Merge PR #11694: Support printing argument-free abbreviations in custom ↵ | Emilio Jesus Gallego Arias | |
| entries with a global rule Reviewed-by: ejgallego Ack-by: gares | |||
| 2020-04-21 | Change log for #12023 | Hugo Herbelin | |
| Co-Authored-By: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-04-21 | Overlay for fiat-crypto, Mtac2, MetaCoq and UniMath. | Hugo Herbelin | |
| 2020-04-21 | Adapt test-suite to #12023. | Hugo Herbelin | |
| 2020-04-21 | Moving the main Require Export Ltac in Prelude.v. | Hugo Herbelin | |
| 2020-04-21 | Adding a Declare ML Module in empty file Ltac.v. | Hugo Herbelin | |
| Indeed, it would be intuitive that `Require Import Ltac` is an equivalent for Ltac of `Require Import Ltac2.Ltac2`. Also declaring the classic proof mode. | |||
| 2020-04-21 | Merge PR #12082: Fixes #11808: support for test-suite in -byte-only mode | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-04-21 | Merge PR #12149: Fix documentation following #12038. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-04-21 | Document changed warnings and erros following #12038. | Théo Zimmermann | |
| 2020-04-21 | Update common.edit_mlg and fullGrammar following #12038. | Théo Zimmermann | |
| 2020-04-21 | Move documentation on Funind into a single file. | Théo Zimmermann | |
| 2020-04-21 | Merge all documentation on Funind into the same file. | Théo Zimmermann | |
| 2020-04-21 | Consolidate funind tactics and Functional Scheme in Funind section of the ↵ | Théo Zimmermann | |
| Libraries chapter. | |||
| 2020-04-21 | Extract funind tactics to funind section of the Libraries chapter. | Théo Zimmermann | |
| 2020-04-21 | Remove parts of the Tactics chapter. | Théo Zimmermann | |
| 2020-04-21 | Remove parts of the Tactics chapter. | Théo Zimmermann | |
| 2020-04-21 | Remove everything in the Tactics chapter up-to function induction and a bit ↵ | Théo Zimmermann | |
| beyond. | |||
| 2020-04-21 | Merge PR #11896: Use lists instead of arrays in evar instances. | Maxime Dénès | |
| Ack-by: SkySkimmer Reviewed-by: maximedenes | |||
| 2020-04-21 | Merge PR #12060: CoqIDE: Disable client-side decoration on Windows | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-04-21 | Merge PR #12113: Contributing guide improvements | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-04-21 | Merge PR #12137: Fix VST after PrincetonUniversity/VST#402 | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-04-21 | Merge PR #12116: Fixing #12045: missing normalization in conclusion of ↵ | Pierre-Marie Pédrot | |
| custom induction scheme Reviewed-by: ppedrot | |||
| 2020-04-21 | Merge PR #12014: [stdlib] Add properties of operations on vectors | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-04-21 | Merge PR #11883: Fix #7812: autounfold's behavior depends on file names | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-04-21 | Fix VST after PrincetonUniversity/VST#402 | Gaëtan Gilbert | |
| Specifically https://github.com/PrincetonUniversity/VST/commit/86d7ac6eaf9c580d5705c4257814f64560d24257 | |||
| 2020-04-21 | [declare] [compat] Add alias for deprecated function | Emilio Jesus Gallego Arias | |
| 2020-04-21 | [nit] Remove useless indirect alias. | Emilio Jesus Gallego Arias | |
| 2020-04-21 | [declare] Remove `declare_private_constant` from the public API. | Emilio Jesus Gallego Arias | |
| This is an internal function for scheme declaration handled properly now, we can also remove `pure_definition_entry` which is IMO good too. | |||
| 2020-04-21 | [declare] [tactics] Move declare to `vernac` | Emilio Jesus Gallego Arias | |
| This PR moves `Declare` to `vernac` which will hopefully allow to unify it with `DeclareDef` and avoid exposing entry internals. There are many tradeoffs to be made as interface and placement of tactics is far from clear; I've tried to reach a minimally invasive compromise: - moved leminv to `ltac_plugin`; this is unused in the core codebase and IMO for now it is the best place - hook added for abstract; this should be cleaned up later - hook added for scheme declaration; this should be cleaned up later - separation of hints vernacular and "tactic" part should be also done later, for now I've introduced a `declareUctx` module to avoid being invasive there. In particular this last point strongly suggest that for now, the best place for `Class_tactics` would be also in `ltac`, but I've avoided that for now too. This partially supersedes #10951 for now and helps with #11492 . | |||
