| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-17 | Merge PR #11593: Update bug report address in coqwc man page. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-02-17 | Merge PR #11614: Show apostrophes and backticks in HTML doc, too. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-02-17 | Merge PR #11589: [coqdep] Remove support for `-c` ocamldep replacement. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2020-02-16 | Show apostrophes and backticks in HTML, too. | Jim Fehrle | |
| 2020-02-14 | Merge pull request #11605 from ppedrot/ltac2-annotate-match-branch | Kenji Maillard | |
| Annotate Ltac2 match macro variables with their type. | |||
| 2020-02-14 | Merge PR #11557: Use thunks to univ instead of lazy constr for template typing | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-02-14 | Annotate Ltac2 match macro variables with their type. | Pierre-Marie Pédrot | |
| This prevents some warnings to be dropped when the variables are not used at the right type. See #11603 for a motivation. | |||
| 2020-02-14 | Merge PR #11599: Spell out index entry suffixes in main index, e.g. ↵ | Théo Zimmermann | |
| "(tactic)" instead of "(tacn)" Reviewed-by: Zimmi48 | |||
| 2020-02-14 | Merge PR #11468: [doc] fix typo & update release-process.md for opam/docker ↵ | Théo Zimmermann | |
| packaging Reviewed-by: Zimmi48 Ack-by: jfehrle | |||
| 2020-02-14 | Overlay for Inductive.type_of_inductive doesn't take an env | Gaëtan Gilbert | |
| 2020-02-14 | Use thunks to univ instead of lazy constr for template typing | Gaëtan Gilbert | |
| 2020-02-14 | Merge PR #11584: Add #[uniform] and #[nonuniform] (for Uniform Inductive ↵ | Maxime Dénès | |
| Parameters) Reviewed-by: Matafou Reviewed-by: Zimmi48 Reviewed-by: maximedenes | |||
| 2020-02-13 | Spell out the entry suffix in the main index | Jim Fehrle | |
| Ex: "(tactic)" instead of "(tacn)" | |||
| 2020-02-13 | [coqdep] Remove support for `-c` ocamldep replacement. | Emilio Jesus Gallego Arias | |
| There is not need for coqdep to ship an `ocamldep` replacement, in particular: - not used in the main build since a long time - not tested - not kept up to date with upstream This allows for a significant reduction of `coqdep` code, including some duplicated code from `ocamllibdep`. `coq_makefile` now uses `ocamllibdep` to process `mllib/mlpack` files, so it has then to be installed. We also remove the residual `-slash` option. | |||
| 2020-02-13 | [coqdep] Merge `-sort` and `-suffix` options. | Emilio Jesus Gallego Arias | |
| They are always used together, no other use case of `-suffix` that I can see. | |||
| 2020-02-13 | Merge PR #11427: Dispatch code ownership of files in dev/doc. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego Reviewed-by: gares | |||
| 2020-02-13 | Merge PR #11450: Publishing a new version on Zenodo: not a relevant step for ↵ | Emilio Jesus Gallego Arias | |
| beta versions. Reviewed-by: ejgallego | |||
| 2020-02-13 | Merge PR #11441: Add explicit types to changelog entries that were still ↵ | Emilio Jesus Gallego Arias | |
| missing them. Reviewed-by: ejgallego | |||
| 2020-02-13 | Merge PR #11564: Recognize Default Proof Using in STM | Enrico Tassi | |
| Ack-by: gares | |||
| 2020-02-13 | Merge PR #11417: Move kind_of_type from the kernel to EConstr. | Enrico Tassi | |
| Reviewed-by: SkySkimmer Reviewed-by: gares | |||
| 2020-02-13 | Merge PR #11098: Let Arguments support anonymous implicit arguments | Emilio Jesus Gallego Arias | |
| Reviewed-by: Zimmi48 Reviewed-by: ejgallego | |||
| 2020-02-13 | Add #[uniform] and #[nonuniform] (for Uniform Inductive Parameters) | Gaëtan Gilbert | |
| 2020-02-13 | Delete unused comment | Gaëtan Gilbert | |
| 2020-02-13 | Don't duplicate the inductive keyword for each block elt when parsing | Gaëtan Gilbert | |
| 2020-02-13 | Merge PR #11407: [mltop] Store digest of modules used to compile files. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Ack-by: maximedenes | |||
| 2020-02-13 | Merge PR #11521: Remove Goptions.opt_name field | Pierre-Marie Pédrot | |
| Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-02-13 | Update bug report address in coqwc man page. | Gaëtan Gilbert | |
| 2020-02-13 | Merge PR #11457: [toplevel] Refactor control loop | Hugo Herbelin | |
| Ack-by: SkySkimmer Ack-by: gares Reviewed-by: herbelin | |||
| 2020-02-13 | Merge PR #11424: Check instance length in type_of_{inductive,constructor} | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-02-13 | Merge PR #11577: [nix] Fix building of the documentation | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-02-13 | Arguments: removing the restriction to set an anonymous parameter implicit. | Hugo Herbelin | |
| This was already possible manually using "{ _ }" in the type of declaration. This was also possible for type classes. So, no reason to forbid in Arguments. | |||
| 2020-02-13 | Implicit arguments: Fixing count of the position in compute_implicit_statuses. | Hugo Herbelin | |
| 2020-02-12 | Merge PR #11582: Split unicoq out of ci-mtac2.sh (keeping 1 CI job) | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-02-12 | Split unicoq out of ci-mtac2.sh (keeping 1 CI job) | Gaëtan Gilbert | |
| No reason to have them in the same .sh | |||
| 2020-02-12 | [toplevel] Make toplevel loop tail-recursive again | Emilio Jesus Gallego Arias | |
| In previous refactorings `vernac_loop` stopped being tail-recursive, we refactor code a bit and make it back into tail-recursive form. | |||
| 2020-02-12 | [toplevel] Refactor control loop | Emilio Jesus Gallego Arias | |
| We refactor control loop a bit to make the code more readable: - the code for unhandled exception is not needed anymore as it cannot happen. - we move the processing of toplevel commands to its own function - we split away diff-specific functions. | |||
| 2020-02-12 | Merge PR #11544: Cleanup some globref related manipulations | Pierre-Marie Pédrot | |
| Reviewed-by: herbelin Reviewed-by: ppedrot | |||
| 2020-02-12 | overlay for removal of optname | Gaëtan Gilbert | |
| 2020-02-12 | Remove Goptions.opt_name field | Gaëtan Gilbert | |
| The standard use is to repeat the option keywords in lowercase, which is basically useless. En passant add doc entry for Dump Arith. | |||
| 2020-02-12 | Merge PR #11569: Remove unused Environ.push_constraints_to_env | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-02-12 | Merge PR #11563: Mini improvement of the formatting rule for printing fix ↵ | Gaëtan Gilbert | |
| and cofix Reviewed-by: SkySkimmer | |||
| 2020-02-12 | Check instance length in type_of_{inductive,constructor} | Gaëtan Gilbert | |
| 2020-02-12 | Standardize constr -> globref operations to use destRef/isRef/isRefX | Gaëtan Gilbert | |
| Instead of various termops and globnames aliases. | |||
| 2020-02-12 | ReferenceVariables error contains a globref instead of a constr | Gaëtan Gilbert | |
| The previous system was from before globref was in the kernel. | |||
| 2020-02-12 | Merge PR #11556: [coqdep] mli cleanup, remove unused functions | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-02-12 | Merge PR #11546: Remove the Template Check option. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Ack-by: Zimmi48 | |||
| 2020-02-12 | [nix] Fix building of the documentation | Vincent Laporte | |
| The interpreter directive of “doc/stdlib/make-library-index” must be patched. | |||
| 2020-02-12 | Merge PR #11573: Fixing extra space in front of keywords in Print Grammar | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-02-11 | Merge PR #11509: Add changelog and fixes for #10202 | Emilio Jesus Gallego Arias | |
| Reviewed-by: Zimmi48 Reviewed-by: ejgallego | |||
| 2020-02-11 | Fixing extra space in "Print Grammar" (i.e. Grammar.Entry.print in Gramlib). | Hugo Herbelin | |
