| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-08 | Merge PR #6224: Add alienclean target to remove compilation products with no ↵ | Maxime Dénès | |
| source. | |||
| 2017-12-07 | Merge PR #6267: Fix PR merge script. | Maxime Dénès | |
| 2017-12-07 | Merge PR #6290: Rename update to set, Fixes #6196 | Maxime Dénès | |
| 2017-12-07 | Merge PR #873: New strategy based on open scopes for deciding which notation ↵ | Maxime Dénès | |
| to use among several of them | |||
| 2017-12-07 | Merge PR #6142: Single quotes break on Windows | Maxime Dénès | |
| 2017-12-07 | Merge PR #6277: Qualified import in coqchk | Maxime Dénès | |
| 2017-12-07 | Merge PR #6322: Fix #6286 (non stability of micromega csdp cache rebuilding) | Maxime Dénès | |
| 2017-12-07 | Merge PR #6321: Use preference for ocamlfind in configure | Maxime Dénès | |
| 2017-12-07 | Merge PR #6316: Correct typo | Maxime Dénès | |
| 2017-12-07 | Merge PR #6309: [default.nix] needs ncurses for the test-suite | Maxime Dénès | |
| 2017-12-07 | Merge PR #6303: Remove redundant Zcase from the checker. | Maxime Dénès | |
| 2017-12-05 | Replacing Hashtbl.add by Hashtbl.replace in micromega cache building. | Hugo Herbelin | |
| This fixes #6286 as suggested by PMP. See details of discussion at #6286. | |||
| 2017-12-05 | Rename update to set, fixes #6196 | Paul Steckler | |
| 2017-12-05 | use preference for ocamlfind | Paul Steckler | |
| 2017-12-05 | Correct typo | Martin Vassor | |
| 2017-12-05 | [default.nix] explain ncurses dependency | Vincent Laporte | |
| 2017-12-05 | Merge PR #890: Global universe declarations | Maxime Dénès | |
| 2017-12-05 | Merge PR #6266: Safe unmarshalling in the checker | Maxime Dénès | |
| 2017-12-05 | Merge PR #6301: [vernac] Couple of tweaks missing from previous PRs. | Maxime Dénès | |
| 2017-12-05 | Merge PR #6306: Adding a test for #6304 (a bug with "fix" in notations). | Maxime Dénès | |
| 2017-12-05 | Merge PR #6300: Clarify operation of sequences, fixes #6095 | Maxime Dénès | |
| 2017-12-05 | Merge PR #6220: Use OCaml criteria for infix ops in extraction, #6212 | Maxime Dénès | |
| 2017-12-05 | Merge PR #6293: Check for Num lib if OCaml >= 4.06, fixes #6162 | Maxime Dénès | |
| 2017-12-05 | Merge PR #6302: Uninstall doc dir, not dev (which is not installed), fixes #6007 | Maxime Dénès | |
| 2017-12-05 | Merge PR #6287: Add merlin to default.nix | Maxime Dénès | |
| 2017-12-05 | Merge PR #6210: More complete not-fully-applied error messages, #6145 | Maxime Dénès | |
| 2017-12-04 | [default.nix] needs ncurses for the test-suite | Vincent Laporte | |
| 2017-12-04 | [vernac] Couple of tweaks missing from previous PRs. | Emilio Jesus Gallego Arias | |
| In particular we must invalidate the state cache in the case of an exception. | |||
| 2017-12-03 | Adding a test for #6304 (bug with fix in notations). | Hugo Herbelin | |
| 2017-12-02 | Remove redundant Zcase from the checker. | Pierre-Marie Pédrot | |
| This was redundant with ZcaseT, the only difference lying in the use or not of fclosures for substerms. This code was removed from the kernel in commit f2f805ed, we finish the work in the checker now. | |||
| 2017-12-01 | uninstall doc dir, not dev (which is not installed), #6007 | Paul Steckler | |
| 2017-12-01 | check for Num lib if OCaml >= 4.06, #6162 | Paul Steckler | |
| 2017-12-01 | clarify operation of sequences, #6095 | Paul Steckler | |
| 2017-12-01 | Update CHANGES | Matthieu Sozeau | |
| 2017-12-01 | Cleanup API for registering universe binders. | Matthieu Sozeau | |
| - Regularly declared for for polymorphic constants - Declared globally for monomorphic constants. E.g mono@{i} := Type@{i} is printed as mono@{mono.i} := Type@{mono.i}. There can be a name clash if there's a module and a constant of the same name. It is detected and is an error if the constant is first but is not detected and the name for the constant not registered (??) if the constant comes second. Accept VarRef when registering universe binders Fix two problems found by Gaëtan where binders were not registered properly Simplify API substantially by not passing around a substructure of an already carrier-around structure in interpretation/declaration code of constants and proofs Fix an issue of the stronger restrict universe context + no evd leak This is uncovered by not having an evd leak in interp_definition, and the stronger restrict_universe_context. This patch could be backported to 8.7, it could also be triggered by the previous restrict_context I think. | |||
| 2017-12-01 | [refman] Expand a little on global universes. | Matthieu Sozeau | |
| 2017-12-01 | Tests for global universe declarations | Matthieu Sozeau | |
| 2017-12-01 | Proper nametab handling of global universe names | Matthieu Sozeau | |
| They are now bound at the library + module level and can be qualified and shadowed according to the usual rules of qualified names. Parsing and printing of universes "u+n" done as well. In sections, global universes are discharged as well, checking that they can be defined globally when they are introduced | |||
| 2017-12-01 | Documenting the -Q flag of coqchk. | Pierre-Marie Pédrot | |
| 2017-12-01 | Merge PR #736: [ci] Test coqchk on the CompCert target. | Maxime Dénès | |
| 2017-12-01 | Merge PR #6256: CI: better ocaml warning checks | Maxime Dénès | |
| 2017-12-01 | Merge PR #6276: Coqchk accepts filenames | Maxime Dénès | |
| 2017-12-01 | Merge PR #6233: [proof] [api] Rename proof types in preparation for ↵ | Maxime Dénès | |
| functionalization. | |||
| 2017-11-30 | Merge PR #1049: Remove obsolete locality | Maxime Dénès | |
| 2017-11-30 | Merge PR #6244: [lib] [api] Introduce record for `object_prefix` | Maxime Dénès | |
| 2017-11-30 | [ci] Test coqchk on the CompCert target. | Théo Zimmermann | |
| 2017-11-30 | Merge PR #6274: Attempt to fix inversion disregarding singleton types (fixes ↵ | Maxime Dénès | |
| #3125) | |||
| 2017-11-30 | Add merlin in the dependencies of nix-shell only. | Théo Zimmermann | |
| 2017-11-30 | Merge PR #6269: [ci] [vst] Shorten compilation time to avoid Travis timeouts. | Maxime Dénès | |
| 2017-11-30 | Merge PR #6193: Fix (partial) #4878: option to stop autodeclaring axiom as ↵ | Maxime Dénès | |
| instance. | |||
