| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-24 | Infrastructure for fine-grained debug flags | Maxime Dénès | |
| 2021-02-23 | Print anomaly labels regardless of -debug, and never print user_err labels | Gaëtan Gilbert | |
| 2021-02-23 | Merge PR #13880: Fix the release process checklist with respect to the ↵ | coqbot-app[bot] | |
| refman update. Reviewed-by: ejgallego | |||
| 2021-02-22 | Fix the release process checklist with respect to the refman update. | Théo Zimmermann | |
| 2021-02-22 | Merge PR #13878: [RM] Changelog for 8.13.1 | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2021-02-22 | Merge PR #13836: Make detyping more resistent in the debugger | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2021-02-22 | Merge PR #13828: Fix doc comment in pp.mli | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2021-02-22 | mention --version to CoqIDE | Enrico Tassi | |
| 2021-02-22 | Merge PR #13872: Make lemmas from Reals opaque whenever possible. | coqbot-app[bot] | |
| Reviewed-by: thery | |||
| 2021-02-22 | Merge PR #13870: Add option --version to Coqide (fix #13752). | coqbot-app[bot] | |
| Reviewed-by: gares | |||
| 2021-02-22 | changelog for 8.13.1 | Enrico Tassi | |
| 2021-02-20 | Merge PR #13874: add changelog for #13867 (Fix missing arities of VM opcodes) | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2021-02-20 | Update doc/changelog/01-kernel/13867-changelog-for-13867.rst | Enrico Tassi | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2021-02-20 | add changelog for 13867 | Enrico Tassi | |
| 2021-02-20 | Inline proofs of exist_exp0 and exist_cos0. | Guillaume Melquiond | |
| 2021-02-19 | Remove some trivial definition. | Guillaume Melquiond | |
| 2021-02-19 | Abstract the non-computational part away. | Guillaume Melquiond | |
| 2021-02-19 | Terminate intermediate lemmas with Qed. | Guillaume Melquiond | |
| 2021-02-19 | Make intermediate lemmas more explicit, so that they can be terminated by Qed. | Guillaume Melquiond | |
| 2021-02-19 | Make most of DRealAbstr opaque. | Guillaume Melquiond | |
| The function returned by DRealAbstr starts by a call to the axiom sig_forall_dec, so it is not computable anyway. | |||
| 2021-02-19 | Terminate some lemmas with Qed. | Guillaume Melquiond | |
| Since the proofs start by applying or destructuring Qed-ed lemmas, they cannot be used in a computational setting, so no need for them to be Defined. | |||
| 2021-02-19 | Merge PR #13865: [coqtop] be verbose only in interactive mode | coqbot-app[bot] | |
| Reviewed-by: silene Ack-by: SkySkimmer | |||
| 2021-02-19 | Merge PR #13867: Fix missing arities of VM opcodes. | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2021-02-17 | Add option --version to Coqide (fix #13752). | Guillaume Melquiond | |
| 2021-02-17 | Merge PR #13734: Fix #13732: Implicit Type vs universes | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2021-02-17 | Add an entry to file critical-bugs. | Guillaume Melquiond | |
| 2021-02-16 | Fix missing arities of VM opcodes. | Guillaume Melquiond | |
| Since the compiler initializes the arities to zero, coq_tcode_of_code wrongly believes that the word following a primitive operation contains an opcode, while it is the global index of the primitive operation. So, the function will try to translate it and thus corrupt it. But as long as the evaluated term fully reduces (which is always the case for CoqInterval), the corrupted word will never be read. At this point, it all depends on the arity of the global index (seen as an opcode). If it is zero, then coq_tcode_of_code will recover and correctly translate the following opcodes. If it is nonzero, then the function starts translating random words, possibly corrupting the memory past the end of the translation buffer. Independently of this memory corruption, coq_interprete will execute random code once it gets to the opcode following the primitive operation, since it has not been translated. The reason CoqInterval is not always crashing due to this bug is just plain luck. Indeed, the arity of the pseudo opcode only depends on the global index of the primitive operations. So, as long as this arity is zero, the memory corruption is fully contained. This happens in the vast majority of cases, since coq_tcode_of_code translates any unrecognized opcode to STOP, which has arity zero. This bug is exploitable. | |||
| 2021-02-16 | Merge PR #13866: Only run windows job when WINDOWS=enabled | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2021-02-16 | [coqtop] be verbose only in interactive mode | Enrico Tassi | |
| 2021-02-16 | Only run windows job when WINDOWS=enabled | Gaëtan Gilbert | |
| This seems to have been missed in https://github.com/coq/coq/pull/13598 (16cd0d5cfc0c4702b8220dad8e91f31a89d904ba) | |||
| 2021-02-15 | Fix doc comment in pp.mli | Gaëtan Gilbert | |
| 2021-02-11 | Merge PR #13844: [vernac] pass the loc of the whole command to the interp ↵ | coqbot-app[bot] | |
| function Reviewed-by: ejgallego | |||
| 2021-02-11 | [ci] overlay for elpi | Enrico Tassi | |
| 2021-02-11 | Merge PR #13640: Add ounit2 to with-test dependencies | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2021-02-11 | Merge PR #13642: Add build dependency of conf-python-3 to coq-doc | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2021-02-11 | Merge PR #13823: Update release process following coq/ceps#52. | coqbot-app[bot] | |
| Reviewed-by: ejgallego Ack-by: gares | |||
| 2021-02-11 | Merge PR #13831: Properly document the local and global locality attributes. | coqbot-app[bot] | |
| Reviewed-by: gares Reviewed-by: jfehrle Ack-by: SkySkimmer | |||
| 2021-02-11 | [vernac] pass the loc of the whole command to the interp function | Enrico Tassi | |
| 2021-02-11 | Merge PR #13847: [ci] elpi 1.13.0 | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2021-02-11 | overlay for coq-elpi | Enrico Tassi | |
| 2021-02-11 | [ci] elpi 1.13.0 | Enrico Tassi | |
| 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-08 | Properly document the local and global locality attributes. | Théo Zimmermann | |
| 2021-02-08 | Make detyping more resistent in the debugger | Gaëtan Gilbert | |
| 2021-02-06 | Merge PR #13829: Fix hierarchy of sections in module chapter. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
