| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-11 | Merge PR #13826: [micromega] Fixes #13794 | Vincent Laporte | |
| Reviewed-by: vbgl | |||
| 2021-02-10 | Merge PR #13818: [bench] Re-enable coq-performance-tests | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2021-02-10 | Merge PR #13821: Properly handle ordering of -w and -native-compiler | coqbot-app[bot] | |
| Reviewed-by: gares | |||
| 2021-02-10 | [micromega/nia] Improve sharing of proofs | BESSON Frederic | |
| Closes #13794 | |||
| 2021-02-09 | Merge PR #13822: Remove deprecated command line arguments | coqbot-app[bot] | |
| Reviewed-by: gares | |||
| 2021-02-09 | Merge PR #13810: ide: shift+enter to find backwards | coqbot-app[bot] | |
| Reviewed-by: herbelin | |||
| 2021-02-06 | Merge PR #13829: Fix hierarchy of sections in module chapter. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2021-02-05 | Fix hierarchy of sections in module chapter. | Théo Zimmermann | |
| 2021-02-04 | Changelog for #13822 | Gaëtan Gilbert | |
| 2021-02-04 | Remove deprecated -inputstate command line argument | Gaëtan Gilbert | |
| Deprecated since 6dd9e003c289a79b0656e7c6f2cc59935997370c (2014) | |||
| 2021-02-04 | Remove deprecated -sprop-cumulative command line argument | Gaëtan Gilbert | |
| Deprecated since #12034 (8.12) | |||
| 2021-02-04 | Merge PR #13731: vernac/declaremods: make object collection tail-recursive | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2021-02-04 | Properly handle ordering of -w and -native-compiler | Gaëtan Gilbert | |
| Warnings are handled as injection commands, interleaved with options and requires. Native compiler impacts require, so we must convert "yes" to "no" before handling injections. As such the semantic handling of the native command line argument must be separated from the emission of the warning message, which this PR implements. Fix #13819 In principle the other 2 cwarning in coqargs (deprecated spropcumul and inputstate) should be moved to injections too, but since they're deprecated I can't be bothered. | |||
| 2021-02-04 | Merge PR #13528: [RM] Script to list the contributors between two git revisions | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Reviewed-by: gares | |||
| 2021-02-04 | Use release branch instead of master. | Théo Zimmermann | |
| 2021-02-03 | Merge PR #13817: CI: Switch coqhammer job to edge ocaml | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2021-02-03 | Merge PR #13776: Fix #13739 - disable some warnings when calling Function. | coqbot-app[bot] | |
| Reviewed-by: gares Ack-by: Zimmi48 Ack-by: SkySkimmer | |||
| 2021-02-03 | Fix #13739 - disable some warnings when calling Function. | Pierre Courtieu | |
| Also added a generic way of temporarily disabling a warning. Also added try_finalize un lib/utils.ml. | |||
| 2021-02-03 | [bench] Re-enable coq-performance-tests | Jason Gross | |
| Partial revert of 6f4c61d152ad801bd571088ab99eb276b0085a04. coq-performance-tests was fixed in https://github.com/coq-community/coq-performance-tests/commit/ae8385b9471409387d0f47f01e38b866ba70bda1. Note that the current state is not optimal, as the bench does not test the native compiler at all (see #13807). | |||
| 2021-02-03 | CI: Switch coqhammer job to edge ocaml | Gaëtan Gilbert | |
| This fixes CI from their using the Stdlib module. | |||
| 2021-02-02 | Merge PR #13814: Add VST to the set of default bench packages. | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2021-02-02 | Add VST to the set of default bench packages. | Pierre-Marie Pédrot | |
| 2021-02-02 | Merge PR #13805: Bench: remove broken packages | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2021-02-02 | Merge PR #13791: Bench: don't uselessly rely on initialized opam | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2021-02-02 | ide: lablgtk fixes | slrnsc | |
| 2021-02-02 | Bench: don't uselessly rely on initialized opam | Gaëtan Gilbert | |
| AFAICT this init.sh call is useless. | |||
| 2021-02-01 | Add changelog entry | slrnsc | |
| 2021-02-01 | ide: shift+enter to find backwards | slrnsc | |
| 2021-01-29 | Bench: remove broken packages | Gaëtan Gilbert | |
| performance-tests and sf-plf have been failing for a long time without updates, there's no point wasting time partally building them. | |||
| 2021-01-28 | Merge PR #13799: Replace : term with : type in open binders. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2021-01-28 | Merge PR #13789: Document limitation of rewrite regarding occurrence selection. | coqbot-app[bot] | |
| Reviewed-by: jfehrle Reviewed-by: silene | |||
| 2021-01-28 | Update doc/sphinx/proofs/writing-proofs/rewriting.rst | Jim Fehrle | |
| 2021-01-28 | Merge PR #13781: [micromega] Deprecate hopefully useless options and flags | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: jfehrle | |||
| 2021-01-28 | Replace : term with : type in open binders. | Théo Zimmermann | |
| And update the doc_grammar files. | |||
| 2021-01-28 | Apply suggestions from code review | Théo Zimmermann | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2021-01-28 | vernac/declaremods: make object collection tail-recursive | Gabriel Scherer | |
| This patch is trying to upstream a jsCoq patch that was written to solve Stack Overflow issues: https://github.com/jscoq/jscoq/blob/v8.12/etc/patches/cps.patch It turns List.fold_right in vernac/declaremods into List.fold_left on a reversed lit. | |||
| 2021-01-28 | Merge PR #13763: Remove the SearchHead command (deprecated in 8.12) | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2021-01-28 | Merge PR #13790: [vernac] Check that no proofs do remain open at ↵ | coqbot-app[bot] | |
| section/module closing time Reviewed-by: SkySkimmer | |||
| 2021-01-28 | Document how rewrite works regarding occurrence selection. | Théo Zimmermann | |
| 2021-01-27 | Merge PR #13418: [sysinit] new component | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 Ack-by: JasonGross | |||
| 2021-01-27 | Typo in comment | Gaëtan Gilbert | |
| Co-authored-by: Enrico Tassi <Enrico.Tassi@inria.fr> | |||
| 2021-01-27 | Add sysinit to load_printer lists | Gaëtan Gilbert | |
| 2021-01-27 | make the linter happy | Enrico Tassi | |
| 2021-01-27 | [coqargs] use standard option injection for -print-emacs | Enrico Tassi | |
| 2021-01-27 | [coqargs] use standard option injection for -type-in-type | Enrico Tassi | |
| 2021-01-27 | [coqargs] use standard option injection for -mangle-names | Enrico Tassi | |
| 2021-01-27 | [coqtop] handle -print-module-uid after initialization | Enrico Tassi | |
| 2021-01-27 | [coqc] move -output-context from sysinit/coqargs to coqc proper | Enrico Tassi | |
| 2021-01-27 | [sysinit] move initialization code from coqtop to here | Enrico Tassi | |
| We also spill (some) non-generic arguments and initialization code out of coqargs and to coqtop, namely colors for the terminal. There are more of these, left to later commits. | |||
| 2021-01-27 | [sysinit] new component for system initialization | Enrico Tassi | |
| This component holds the code for initializing Coq: - parsing arguments not specific to the toplevel - initializing all components from vernac downwards (no stm) This commit moves stm specific arguments parsing to stm/stmargs.ml | |||
