Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pretyping: restore API understand_judgment_tcc (now understand_tcc_ty) | Enrico Tassi | 2018-02-19 |
| | |||
* | Merge PR #6728: Extrude monomorphic universe contexts from with Definition ↵ | Maxime Dénès | 2018-02-19 |
|\ | | | | | | | constraints. | ||
* \ | Merge PR #6761: Remove unused argument in Record.declare_structure | Maxime Dénès | 2018-02-19 |
|\ \ | |||
* \ \ | Merge PR #6771: [engine] Remove ghost parameter from `Proofview.Goal.t` | Maxime Dénès | 2018-02-19 |
|\ \ \ | |||
* \ \ \ | Merge PR #6753: [toplevel] Make toplevel state into a record. | Maxime Dénès | 2018-02-19 |
|\ \ \ \ | |||
* \ \ \ \ | Merge PR #6230: Better Cemitcodes API + compact relocation representation | Maxime Dénès | 2018-02-19 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge PR #6759: detype_case predicate is not optional | Maxime Dénès | 2018-02-19 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge PR #6772: Cleanup inferCumulativity | Maxime Dénès | 2018-02-19 |
|\ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ | Merge PR #6648: [tactics] make apply_type safe | Maxime Dénès | 2018-02-19 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge PR #6646: Change references to CAMLP4 to CAMLP5 since we no longer use ↵ | Maxime Dénès | 2018-02-19 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | camlp4 | ||
* \ \ \ \ \ \ \ \ \ | Merge PR #6556: Remove dir-locals and ship suggested helper hooks instead. | Maxime Dénès | 2018-02-19 |
|\ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ | Merge PR #6478: [build] Fix VM dynamic linking prep in byte builds. | Maxime Dénès | 2018-02-19 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ | Merge PR #6571: Fix ci-all target | Maxime Dénès | 2018-02-19 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | * | | | | | | | | | Change references to CAMLP4 to CAMLP5 to be more accurate since we no | Jim Fehrle | 2018-02-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | longer use camlp4. | ||
| | | | | * | | | | | | | | apply_type: add option "typecheck" passed down to refine | Enrico Tassi | 2018-02-16 |
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |||
| | | | | * | | | | | | | Cleaner treatment of parameters in inferCumulativity | Gaëtan Gilbert | 2018-02-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No using a mutable counter to skip them, instead we keep them in the environment. | ||
| | | | | * | | | | | | | Fix reduction flags in inferCumulativity | Gaëtan Gilbert | 2018-02-16 |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only difference is when we have a rel local definition in the initial environment, which isn't actually possible. However that depends on the specific way we treat parameters. | ||
| | | | | | | | | | * | Adding a test for the construction that was broken in Coccinelle. | Pierre-Marie Pédrot | 2018-02-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was no test in the test-suite checking for double with-def constraints in module typing. | ||
| | | | | | | | | | * | Extrude monomorphic universe contexts from with Definition constraints. | Pierre-Marie Pédrot | 2018-02-16 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We defer the computation of the universe quantification to the upper layer, outside of the kernel. | ||
| | | | | | | * | | | [toplevel] Make toplevel state into a record. | Emilio Jesus Gallego Arias | 2018-02-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We organize the toplevel execution as a record and pass it around. This will be used by future PRs as to for example decouple goal printing from the classifier. | ||
| | | | | | | * | | | [ide] Localize a IDE-specific flag. | Emilio Jesus Gallego Arias | 2018-02-15 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||
* | | | | | | | | | Merge PR #1073: new quick2vo target: like vio2vo, but smarter | Maxime Dénès | 2018-02-15 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | disable tests: vio2vo is broken in Windows | Ralf Jung | 2018-02-15 |
| | | | | | | | | | | |||
| * | | | | | | | | | also test vio2vo | Ralf Jung | 2018-02-15 |
| | | | | | | | | | | |||
| * | | | | | | | | | test "make quick2vo" | Ralf Jung | 2018-02-15 |
| | | | | | | | | | | |||
| * | | | | | | | | | new quick2vo target: like vio2vo, but smarter | Ralf Jung | 2018-02-15 |
| | |_|_|/ / / / / | |/| | | | | | | | |||
* | | | | | | | | | Merge PR #6741: coq_makefile: Support "" as the prefix in _CoqProject | Maxime Dénès | 2018-02-15 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | coq_makefile: Support "" as the prefix in _CoqProject | Joachim Breitner | 2018-02-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #6350 (and even comes with a test case). Refering to other directories as `-R … ""` is maybe not best practice, but some people out there do it, so as long as it does not cause too much trouble, we can continue to support it. | ||
* | | | | | | | | | | Merge PR #6760: CHANGES for 8.7.2. | Maxime Dénès | 2018-02-15 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | CHANGES for 8.7.2. | Théo Zimmermann | 2018-02-14 |
|/ / / / / / / / / / | |||
| | | | | | | | | * | Remove unused argument in Record.declare_structure | Gaëtan Gilbert | 2018-02-14 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This was for autoinstance. | ||
| | | | | | | * | | Factorize the relocations in the on-disk VM representation. | Pierre-Marie Pédrot | 2018-02-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using a linear representation, we simply use a table that maps every kind of relocation to the list of positions it needs to be applied to. | ||
| | | | | | | * | | Use a more compact representation for bytecode relocations stored on disk. | Pierre-Marie Pédrot | 2018-02-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation used a list of pairs, which has size 9n where n is the number of relocations. We instead use two arrays for a total memory cost of 2n + 5 words. The use of arrays may turn out to be problematic on 32-bit machines, I am unsure if we will hit this limitation in practice. | ||
| | | | | | | * | | Do not use global variables for VM bytecode compilation in Cemitcodes. | Pierre-Marie Pédrot | 2018-02-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead we thread a buffer. | ||
| | | | | | | * | | Remove the unsafe bytes conversion function in Cemitcodes. | Pierre-Marie Pédrot | 2018-02-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is actually not needed, as the only thing we do with this Bytes.t is to pass it to a C function which will use it in a read-only way. | ||
| | | | | | | * | | Move the call to the computation of bytecode inside Cemitcodes. | Pierre-Marie Pédrot | 2018-02-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This shouldn't matter because the tcode_of_code function is pure, its only effect being allocating a string and filling it with the translated bytecode. | ||
| | | | | | | * | | Abstract further the type of VM bytecode compilation. | Pierre-Marie Pédrot | 2018-02-14 |
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | This reduces the possibility to wreak havoc while making the API nicer. | ||
| | | | | | * | | detype_case predicate is not optional | Gaëtan Gilbert | 2018-02-14 |
| | | | | | | | | |||
* | | | | | | | | Merge PR #6742: Add CHANGES entry for #1047 (universe instance on Type notation) | Maxime Dénès | 2018-02-14 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge PR #6713: Fix #6677: Critical bug with VM and universes | Maxime Dénès | 2018-02-14 |
|\ \ \ \ \ \ \ \ \ | |||
| | | | | | * | | | | [build] Fix VM dynamic linking prep in byte builds. | Emilio Jesus Gallego Arias | 2018-02-14 |
| | | | |_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We correctly set the path of `libcoqrun` in non-local builds. This bug was introduced by #6038. c.f. #6475 , #5992. | ||
| | | | | | * | | | coqdev.el: wait for 'compile to touch compilation-error-regexp-alist | Gaëtan Gilbert | 2018-02-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (and alist-alist) | ||
| | * | | | | | | | Add CHANGES entry for #1047 | Tej Chajed | 2018-02-13 |
| | |/ / / / / / | |||
| | | | | * | | | coqdev.el: fix "compilate"-command typo | Gaëtan Gilbert | 2018-02-13 |
| | | | | | | | | |||
| | | | | * | | | coqdev.el: shell-quote-argument the directory for make -C | Gaëtan Gilbert | 2018-02-13 |
| | | | | | | | | |||
| | | | | * | | | coqdev.el: stop using when-let for emacs<25 compatibility. | Gaëtan Gilbert | 2018-02-13 |
| | | | | | | | | |||
* | | | | | | | | Merge PR #6693: [toplevel] Refactor command line argument handling. | Maxime Dénès | 2018-02-13 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge PR #6702: [vernac] [minor] Move print effects to top-level caller. | Maxime Dénès | 2018-02-13 |
|\ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ | Merge PR #6711: [toplevel] Disable error resiliency in `-quick` mode. | Maxime Dénès | 2018-02-13 |
|\ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ | Merge PR #6704: Fix coq_makefile not passing -R options to coqdoc, breaking ↵ | Maxime Dénès | 2018-02-13 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | links (#6697) |