| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | 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 | 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 | |
| 2018-09-07 | Recover lost snippet | Matěj G | |
| This snippet on pattern matching got lost in the process of migrating to Sphynx. | |||
| 2018-09-07 | Merge PR #8428: Add utop to default.nix for use in nix-shell (see #8426). | Vincent Laporte | |
| 2018-09-07 | [dune] Fix build of coq_dune in 4.02.3 | Emilio Jesus Gallego Arias | |
| Fixes #8431 | |||
| 2018-09-07 | Fix bug #8432 : program fixpoint and universes | Matthieu Sozeau | |
| One didn't normalize the bodies of fixpoints according to the universe context, resulting in a type errors. Use EConstr.to_constr to ensure universes are normalized instead of using EConstr.Unsafe.to_constr. | |||
| 2018-09-07 | Warnings on coercions used without being Imported | Maxime Dénès | |
| This warning makes it much easier to stop relying on `Set Automatic Coercions Import`. Tested with success on math-classes. | |||
| 2018-09-07 | Merge PR #8423: coqpp: allow DEPRECATED when declaring tactics | Pierre-Marie Pédrot | |
| 2018-09-07 | Move to a team of code owners for the Nix files. | Théo Zimmermann | |
