| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-24 | Merge pull request coq/ltac2#87 from ppedrot/camlp5-safe-api-strikes-back | Pierre-Marie Pédrot | |
| Fix w.r.t. coq/coq#9051. | |||
| 2018-11-24 | Merge PR #9022: [ci] [doc] Split user/developer README, add info about ↵ | Théo Zimmermann | |
| Nix/Docker CI | |||
| 2018-11-24 | Apply suggestions from code review | Théo Zimmermann | |
| Thanks to @Zimmi48 as always for the careful review. Co-Authored-By: ejgallego <e+git@x80.org> | |||
| 2018-11-24 | [ci] [doc] Note about `overlay-maintainers` team. | Emilio Jesus Gallego Arias | |
| 2018-11-24 | [ci] [doc] Note about `create-overlays.sh` | Emilio Jesus Gallego Arias | |
| 2018-11-24 | [ci] [doc] Split user/developer README, add info about Nix/Docker CI | Emilio Jesus Gallego Arias | |
| 2018-11-23 | Merge PR #8890: Looking for notation both before or after removal of top ↵ | Emilio Jesus Gallego Arias | |
| coercion | |||
| 2018-11-23 | Merge PR #9055: [dev] fix create_overlay wrt branch names containing / | Emilio Jesus Gallego Arias | |
| 2018-11-23 | Merge PR #9044: Remove pidetop from CI | Emilio Jesus Gallego Arias | |
| 2018-11-23 | Merge PR #9051: Camlp5 safe API strikes back | Emilio Jesus Gallego Arias | |
| 2018-11-23 | Merge PR #8995: Don't redeclare constraints of fields in Include | Maxime Dénès | |
| 2018-11-23 | Fix w.r.t. coq/coq#9051. | Pierre-Marie Pédrot | |
| 2018-11-23 | Adding overlay. | Pierre-Marie Pédrot | |
| 2018-11-23 | Remove the unsafe API from gramlib. | Pierre-Marie Pédrot | |
| 2018-11-23 | Remove the unsafe camlp5 API from the Coq codebase. | Pierre-Marie Pédrot | |
| 2018-11-23 | Only use Coq API in coqpp. | Pierre-Marie Pédrot | |
| 2018-11-23 | Port Pcoq to safe camlp5 API. | Pierre-Marie Pédrot | |
| Revival of the cleaning part of #8923. | |||
| 2018-11-23 | Overlay for private polymorphic universes | Gaëtan Gilbert | |
| 2018-11-23 | Fix printing of private universes. | Gaëtan Gilbert | |
| Set Printing Universes. Set Universe Polymorphism. Lemma foo : Type. Proof. exact (forall _ : Type, Type). Qed. Print foo. Before: (* foo@{Top.1} = Type@{Top.2} -> Type@{Top.3} : Type@{Top.1} (* Top.1 |= Prop < Set Set < Top.1 local: {Top.3 Top.2} |= Top.2 < Top.1 Top.3 < Top.1 *) foo is universe polymorphic *) Now: (* Public universes: Top.1 |= Set < Top.1 Private universes: {Top.3 Top.2} |= Top.2 < Top.1 Top.3 < Top.1 *) | |||
| 2018-11-23 | Doc for Private Polymorphic Universes. | Gaëtan Gilbert | |
| 2018-11-23 | change vernac_qed_type to have [VtKeep of vernac_keep_as] | Gaëtan Gilbert | |
| 2018-11-23 | Local universes for opaque polymorphic constants. | Gaëtan Gilbert | |
| 2018-11-23 | Merge PR #9021: merge-pr: Improve overlay check | Maxime Dénès | |
| 2018-11-23 | Fix #8937: inductive conversion in coqchk subtyping | Gaëtan Gilbert | |
| As far as I can tell this is similar to what coqtop does. Delta resolvers are complicated so I may be mistaken. The important part is to avoid losing the modified delta resolver returned by strengthen_and_subst in check_mexpr. | |||
| 2018-11-23 | s/let _ =/let () =/ in some places (mostly goptions related) | Gaëtan Gilbert | |
| 2018-11-23 | Goptions.declare_* functions return unit instead of a write_function | Gaëtan Gilbert | |
| Returning a writer insinuates that it is not exactly the same as the writer which was passed as argument, but that is incorrect. | |||
| 2018-11-22 | The usual order of strings. | Yao Li | |
| 2018-11-22 | Merge PR #8920: Deprecate Typeclasses Axioms Are Instances | Pierre-Marie Pédrot | |
| 2018-11-22 | [dev] fix create_overlay wrt branch names containing / | Enrico Tassi | |
| 2018-11-22 | Merge PR #8924: Misc updates to codeowners | Maxime Dénès | |
| 2018-11-22 | Document code owner team creation. | Théo Zimmermann | |
| 2018-11-22 | New code owner team parsing-maintainers. | Théo Zimmermann | |
| 2018-11-22 | New code owner team ssreflect-maintainers. | Théo Zimmermann | |
| 2018-11-22 | It seems that Hugo is also willing to assume a maintainer role on CoqIDE. | Théo Zimmermann | |
| 2018-11-22 | All dune files are owned by dune code owners. | Théo Zimmermann | |
| 2018-11-22 | Disable deprecation warnings in compat files. | Gaëtan Gilbert | |
| 2018-11-22 | Deprecate Typeclasses Axioms Are Instances | Gaëtan Gilbert | |
| People should use Declare Instance instead. | |||
| 2018-11-22 | Merge PR #8967: Fix #8922 (uncaught pp_diff exception) | Hugo Herbelin | |
| 2018-11-22 | Merge PR #9049: [default.nix] Add graphviz for STM DAG printer | Vincent Laporte | |
| 2018-11-22 | [default.nix] Add graphviz for STM DAG printer | Maxime Dénès | |
| 2018-11-21 | Merge PR #8945: [camlp5] Remove dependency on camlp5. | Pierre-Marie Pédrot | |
| 2018-11-21 | Remove pidetop from CI | Maxime Dénès | |
| pidetop relies on some rather low level API from STM, which we'd like to change. It does not seem maintained much anymore, and still hasn't moved to github. | |||
| 2018-11-21 | Merge PR #9005: More informative error on vo validation failure | Pierre-Marie Pédrot | |
| 2018-11-21 | [camlp5] Remove dependency on camlp5. | Emilio Jesus Gallego Arias | |
| 2018-11-21 | Merge PR #8985: [gramlib] [build] Switch make-based system to packed gramlib | Enrico Tassi | |
| 2018-11-21 | Merge PR #8975: Minor update to micromega.rst | Théo Zimmermann | |
| 2018-11-21 | More informative error on vo validation failure | Gaëtan Gilbert | |
| Now that the checker shares code with the kernel using md5 cic.mli doesn't work. We could md5 declarations.ml but this would miss changes to constr (and cic.mli already missed changes to names, univs). Instead we just print a bit of information (the last seen type name/annotation) when validate fails. This should help debugging when forgetting to update values.ml without the full verbosity of -debug. As such there is no need to -debug in the makefile validate target (NB: CI has an independent implementation of the validate rule since the vos are installed there). | |||
| 2018-11-21 | Add overlay for solve-remaining-evars-initial-arg | Gaëtan Gilbert | |
| 2018-11-21 | Make initial evar map argument to check_evars_are_solved optional. | Gaëtan Gilbert | |
| (same for solve_remaining_evars) This is the standard way to use these functions, with 1 exception in Unification. | |||
| 2018-11-21 | Merge PR #8961: dune: link kernel in checker instead of copying files | Pierre-Marie Pédrot | |
