| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-12 | Merge PR #8243: Remove xargs from "make clean" so it won't fail on Cygwin | Enrico Tassi | |
| 2018-09-12 | Merge PR #8433: Fix bug #8432 : program fixpoint and universes | Pierre-Marie Pédrot | |
| 2018-09-12 | Merge PR #8372: Grammar rule in the documentation of ssreflect's anonymous ↵ | Théo Zimmermann | |
| arguments | |||
| 2018-09-12 | Merge PR #8406: building-a-coq-project-with-coq-makefile:fix typos | Théo Zimmermann | |
| 2018-09-11 | Merge PR #8444: Bump version number to 8.10+alpha. | Emilio Jesus Gallego Arias | |
| 2018-09-11 | building-a-coq-project-with-coq-makefile:fix typos | Jason Gross | |
| make make-pretty-timed- after -> make make-pretty-timed-after (remove space between - and after) (and reflow paragraph) Fix spacing around :: in print-pretty-single-time-diff Closes #8396 | |||
| 2018-09-11 | Made names of existential variables interpretable as Ltac variables. | Hugo Herbelin | |
| This concerns e.g. "?[id]", "?[?id]" or "?id" (in terms, not in patterns), so that all names occurring in terms are consistently interpreted as ltac names. Moreover, with that, we can for instance do: Ltac pick x := eexists ?[x]. Goal exists x, x = 0. pick foo. | |||
| 2018-09-11 | Merge remote-tracking branch 'herbelin/master+globenv-coq-pr7288' | Pierre-Marie Pédrot | |
| 2018-09-11 | Merge PR #7288: Isolating ltac naming out of pretyping + fixing renaming | Pierre-Marie Pédrot | |
| 2018-09-11 | Merge PR #8285: Fixing #8270: cbn was applying zeta even when not asked for. | Pierre-Marie Pédrot | |
| 2018-09-11 | Merge PR #8278: Do not inline let-bound functions in clambda optimization. | Maxime Dénès | |
| 2018-09-11 | Merge PR #8284: [ssr] anomaly -> error | Maxime Dénès | |
| 2018-09-11 | Grammar entry for the ssr syntax for anonymous arguments. | Assia Mahboubi | |
| 2018-09-11 | Merge PR #8425: Deprecate romega in favor of lia | Pierre-Marie Pédrot | |
| 2018-09-11 | Merge PR #7135: Introducing an explicit `Declare Scope` command | Emilio Jesus Gallego Arias | |
| 2018-09-11 | Merge PR #8452: Fix #8358: circular make dependency for camldevfiles | Enrico Tassi | |
| 2018-09-11 | Merge PR #8448: Have `gitFull` in the nix-shell | Vincent Laporte | |
| 2018-09-11 | Merge PR #8105: Remove environment passing to cache_coercion function | Hugo Herbelin | |
| 2018-09-10 | Remove environment passing to coercion printers | Gaëtan Gilbert | |
| (It's unused after moving coercions to globrefs) | |||
| 2018-09-10 | Merge PR #8230: fix formulation of the Euclid Theorem in comment | Hugo Herbelin | |
| 2018-09-10 | Declaring Scope prior to loading primitive printers. | Hugo Herbelin | |
| 2018-09-10 | Documenting "Declare Scope". | Hugo Herbelin | |
| 2018-09-10 | CHANGES: mentioning new command "Declare Scope". | Hugo Herbelin | |
| 2018-09-10 | Fix #8358: circular make dependency for camldevfiles | Gaëtan Gilbert | |
| 2018-09-10 | Have `gitFull` in the nix-shell | Cyril Cohen | |
| 2018-09-10 | Merge PR #8417: Fixing #8416: Print Assumptions missing module information ↵ | Matthieu Sozeau | |
| from compiles files | |||
| 2018-09-10 | Merge PR #8290: Fix #8288: cumulativity inferance ignores args to bound ↵ | Matthieu Sozeau | |
| variables | |||
| 2018-09-10 | Merge PR #7743: Bound proof-search in default program obligation tactic. | Pierre-Marie Pédrot | |
| 2018-09-10 | Merge PR #8323: Owners of Makefile.{ci,doc} are teams {ci,doc}-maintainers. | Maxime Dénès | |
| 2018-09-10 | Merge PR #8430: Move to a team of code owners for the Nix files. | Maxime Dénès | |
| 2018-09-10 | Adapting standard library to the introduction of "Declare Scope". | Hugo Herbelin | |
| Removing in passing two Local which are no-ops in practice. | |||
| 2018-09-10 | Support for Local flag in Declare Scope, Undelimit/Delimit Scope, Bind Scope. | Hugo Herbelin | |
| This is for use in modules. By default, the behavior is local in sections and Global is forbidden in sections. By default, the behavior is global in modules. | |||
| 2018-09-10 | Adding a command "Declare Scope" and deprecating scope implicit declaration. | Hugo Herbelin | |
| 2018-09-10 | Merge PR #8104: Warnings on coercions used without being Imported | Enrico Tassi | |
| 2018-09-10 | Bump version number to 8.10+alpha. | Guillaume Melquiond | |
| 2018-09-10 | [dune] Add apidoc target using `odoc` | Emilio Jesus Gallego Arias | |
| We build the `@doc` target in the `dune` job: - The documentation can be found in `_build/default/_doc/` - We had to fix a couple of quoting problems. | |||
| 2018-09-10 | [ci] [docker] Add more dependencies for Dune-aware jobs. | Emilio Jesus Gallego Arias | |
| - odoc: used to generate the ML API documentation by Dune's `@doc` target. - dune-release: Automatic OPAM package generation and release. Both packages require OCaml >= 4.02 thus installing on edge switches only. | |||
| 2018-09-10 | Ltac2 overlay. | Hugo Herbelin | |
| 2018-09-10 | Relying on the precomputation of the renaming also for new_evar_type. | Hugo Herbelin | |
| 2018-09-10 | Fixing ltac names interpretation in internals of pattern-matching compilation. | Hugo Herbelin | |
| The parts of pattern-matching compilation which generated names may generate names which collided with names of the Ltac environment. We fix it by avoiding the names of the Ltac environment. | |||
| 2018-09-10 | Fixing an inconsistency in interpreting Ltac names linking to binder names. | Hugo Herbelin | |
| The recursion names in fix and cofix were not renamed like other binders were. | |||
| 2018-09-10 | Moving part of pretyping dealing with ltac and renaming in new module GlobEnv. | Hugo Herbelin | |
| This module contains: - the former ExtraEnv in pretyping - a few functions to traverse binders in pretyping.ml and cases.ml - the part of pretyping dealing with genarg interpretation The dependency of pretyping in an interpretation of names as names of variables of identifier is now hidden in GlobEnv (no more explicit "lvar" management in pretyping.ml). Similarly for the interpretation of names as terms and for the interpretation of tactics-in-terms. We keep empty_lvar in Glob_ops for compatibility, even though it is a bit isolated there. | |||
| 2018-09-10 | Temptative clarification of the role of ltac_genargs field in ltac_var_map. | Hugo Herbelin | |
| 2018-09-10 | Minor cosmetic unifying of layout in pretyping.ml. | Hugo Herbelin | |
| 2018-09-10 | Files pretyping.ml, glob_obs.ml, evarutil.ml: rewording/typos in some comments. | Hugo Herbelin | |
| 2018-09-10 | Deprecate romega in favor of lia. | Vincent Laporte | |
| 2018-09-07 | Bvector: add BVeq and some notations | Yishuai Li | |
| 2018-09-07 | NArith: deprecate N2Bv_gen | Yishuai Li | |
| Use N2Bv_sized instead. | |||
| 2018-09-07 | Merge PR #8437: Recover lost snippet | Théo Zimmermann | |
| 2018-09-07 | Merge PR #8435: [dune] Fix build of coq_dune in 4.02.3 | Théo Zimmermann | |
