| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Be less permissive with respect to nonsensical bytecode. | Guillaume Melquiond | |
| 2021-02-19 | Make the generated file the official source of arity. | Guillaume Melquiond | |
| 2021-02-19 | Add a file coq_arity.h generated by genOpcodeFiles.ml. | Guillaume Melquiond | |
| This avoids forgetting to add opcodes to coq_fix_code.c, and thus prevents arities being mistakenly set to zero. | |||
| 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 | Use make_case_or_project in auto_ind_decl | Gaëtan Gilbert | |
| Towards #5154 (but insufficient) | |||
| 2021-02-17 | Reduce imperative arrays in build_beq_scheme + reindent | Gaëtan Gilbert | |
| 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-16 | Get rid of the compilation date from the binaries to make them more stable. | Guillaume Melquiond | |
| Contrarily to the comments, Coq_config.date was not the "release date" but just another "compile date". | |||
| 2021-02-15 | Fix doc comment in pp.mli | Gaëtan Gilbert | |
| 2021-02-14 | Show "Error:"/"Warning:" with white type (on red/orange background) | Jim Fehrle | |
| 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 | |||
| 2021-02-05 | Fix hierarchy of sections in module chapter. | Théo Zimmermann | |
| 2021-02-04 | Update release process following coq/ceps#52. | 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. | |||
