| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-29 | Merge PR #13111: Small document fixes. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2020-09-30 | Wf.v defines Fix_eq, not fix_eq. | Tanaka Akira | |
| A commit at 2003-03-13 changed the lemma name. https://github.com/coq/coq/commit/cb1ae314411d78952062e5092804b85d981ad6e1 | |||
| 2020-09-30 | Type{i} should be Type(i). | Tanaka Akira | |
| 2020-09-27 | Reduce nitpick_ignore list a little. | Théo Zimmermann | |
| 2020-09-18 | Make `simple apply in ...` point to `simple apply` | Maxime Dénès | |
| Instead, the example was duplicated. | |||
| 2020-09-18 | Improve `simple apply` example | Maxime Dénès | |
| The example showing the difference between `apply` and `simple apply` used to depend on the order and the heuristics used on unification problems. We make it independent for better clarity and stability. Fixes https://github.com/coq/coq/issues/13023 | |||
| 2020-09-14 | Merge PR #13022: Fixing documentation relatively to example of use of extra ↵ | coqbot-app[bot] | |
| spaces in notations Reviewed-by: jfehrle | |||
| 2020-09-13 | Fixing documentation relatively to example of use of extra spaces in notations. | Hugo Herbelin | |
| 2020-09-11 | [numeral notation] Improve documentation | Pierre Roux | |
| Following reviews from Jim Fehrle on #12218 and #12979 | |||
| 2020-09-11 | Rename Numeral Notation command to Number Notation | Pierre Roux | |
| Keep Numeral Notation wit a deprecation warning. | |||
| 2020-09-11 | Turn integer into natural in several mlgs | Pierre Roux | |
| Negative values had no meaning there. Those were spotted by Hugo Herbelin while reviewing #12979 . | |||
| 2020-09-11 | [refman] Explicit integer and natural | Pierre Roux | |
| As respectively bigint and bignat that fit into an OCaml int. | |||
| 2020-09-11 | [refman] Rename int to integer | Pierre Roux | |
| 2020-09-11 | [refman] Rename numeral to number | Pierre Roux | |
| 2020-09-11 | [refman] Rename num to natural | Pierre Roux | |
| 2020-09-11 | [refman] Replace num by int | Pierre Roux | |
| num stands for natural numbers whereas the text deals with negative values. | |||
| 2020-09-11 | Remove outdated references to productionlist. | Théo Zimmermann | |
| 2020-09-11 | Minimal changes to make the refman compatible with Sphinx 3. | Théo Zimmermann | |
| Co-authored-by: Jim Fehrle <jfehrle@sbcglobal.net> | |||
| 2020-09-08 | Merge PR #12993: Remove deprecated tactic cutrewrite. | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel Reviewed-by: ppedrot | |||
| 2020-09-08 | Remove deprecated tactic cutrewrite. | Théo Zimmermann | |
| 2020-09-08 | Merge PR #12931: Proof using cleanup, small doc addition and fix using Type ↵ | coqbot-app[bot] | |
| in collections Reviewed-by: gares Ack-by: Zimmi48 | |||
| 2020-09-08 | Update doc/sphinx/language/extensions/match.rst | Clément Blaudeau | |
| Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-09-08 | [Small typo] Update match.rst | Clément Blaudeau | |
| Some error messages were merged together | |||
| 2020-09-08 | Merge PR #12927: Explain that tactics applied to multiple goals don't ↵ | coqbot-app[bot] | |
| preserve the order Reviewed-by: Zimmi48 Ack-by: chdoc Ack-by: jfehrle | |||
| 2020-09-07 | Explain how selectors change the order of goals | Jim Fehrle | |
| 2020-09-03 | Merge PR #12953: Add :math: around math | coqbot-app[bot] | |
| Reviewed-by: jfehrle Ack-by: JasonGross | |||
| 2020-08-30 | Add :math: around math | Jason Gross | |
| 2020-08-30 | Fix rendering of -> in micromega | Jason Gross | |
| 2020-08-28 | Proof using cleanup, small doc addition and fix using Type in collections | Gaëtan Gilbert | |
| Fix #12930 | |||
| 2020-08-26 | Merge PR #12085: Convert ltac2 chapter to use prodn, update syntax | coqbot-app[bot] | |
| Reviewed-by: JasonGross Reviewed-by: Zimmi48 Ack-by: jfehrle Ack-by: ppedrot | |||
| 2020-08-26 | Merge PR #12884: Documentation of coq_makefile: fix name of installation dir ↵ | coqbot-app[bot] | |
| + help on using option -f Reviewed-by: jfehrle Ack-by: herbelin | |||
| 2020-08-25 | Documentation of coq_makefile: fix name of installation dir + help on option -f. | Hugo Herbelin | |
| 2020-08-25 | Require NsatzTactic: nsatz support for Z and Q | Jason Gross | |
| The purpose of `NsatzTactic` is to allow using `nsatz` without the dependency on real axioms. So we declare the instances for `Z` and `Q` in that file, so that users don't have to re-create them. Fixes #12860 | |||
| 2020-08-25 | Convert ltac2 chapter to use prodn, update syntax | Jim Fehrle | |
| 2020-08-19 | Merge PR #12856: Adding a mention of the JSON extraction in the documentation. | coqbot | |
| Reviewed-by: jfehrle | |||
| 2020-08-19 | Fixes #10902 by adding a mention of the JSON extraction in the documentation. | Martin Bodin | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-08-17 | Merge PR #12841: Recommend replace as a replacement to cutrewrite. | coqbot | |
| Reviewed-by: jfehrle Reviewed-by: ppedrot | |||
| 2020-08-17 | Merge PR #12802: Document semantic restriction on patterns in Gallina match ↵ | coqbot | |
| construct Reviewed-by: Zimmi48 Ack-by: gares Ack-by: jfehrle | |||
| 2020-08-17 | Recommend replace as a replacement to cutrewrite. | Théo Zimmermann | |
| As suggested by Laurent Thery to Chris Dams on Coq-Club. (And fix the documented syntax in the manual.) | |||
| 2020-08-15 | Document semantic restriction on patterns | Jim Fehrle | |
| 2020-08-13 | Merge PR #12556: Bring Float notations in line with stdlib | Hugo Herbelin | |
| Reviewed-by: erikmd Reviewed-by: herbelin | |||
| 2020-08-11 | Merge PR #12717: More documentation on grammars and parsing | Pierre-Marie Pédrot | |
| Reviewed-by: Zimmi48 Ack-by: herbelin Reviewed-by: ppedrot | |||
| 2020-08-10 | Merge PR #12749: [ssr] turn "nothing to inject" into a real warning (fix #12746) | Cyril Cohen | |
| Reviewed-by: CohenCyril Reviewed-by: SkySkimmer Ack-by: Zimmi48 Ack-by: maximedenes Ack-by: ppedrot | |||
| 2020-08-10 | [ssr] turn "nothing to inject" into a real warning (fix #12746) | Enrico Tassi | |
| 2020-08-09 | Bring Float notations in line with stdlib | Jason Gross | |
| This is a companion to #12479 as per https://github.com/coq/coq/pull/12479#issuecomment-641336039 that changes some of the PrimFloat notations: - `m == n` into `m =? n` to correspond with the eqb notations elsewhere - `m < n` into `m <? n` to correspond with the ltb notations elsewhere - `m <= n` into `m <=? n` to correspond with the leb notations elsewhere We also put them in a module, so users can `Require PrimFloat. Import PrimFloat.PrimFloatNotations` without needing to unqualify the primitives. Fixes the part of #12454 about floats | |||
| 2020-08-07 | Merge PR #12643: Document "Print Debug GC" command and OCAMLRUNPARAM ↵ | coqbot | |
| environment variable Reviewed-by: Zimmi48 Ack-by: jfehrle | |||
| 2020-08-06 | Trying to rephrase complex sentences to make them easier to read. | Martin Bodin | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-08-04 | Document "Print Debug GC" command and OCAMLRUNPARAM env variable | Jim Fehrle | |
| 2020-08-03 | More documentation on grammars and parsing | Jim Fehrle | |
| 2020-07-29 | Fix do in ssreflect-proof-language.rst | Yusuke Matsushita | |
| The tactics do in SSReflect uses `? @mult` rather than `? @num`. | |||
