| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix for coq/coq#8515 (command driven attributes)
|
|
|
|
This allows to drop the ltac2 folder inside the Coq dir and have it
compose with the Coq build.
I've fixed build warnings by the way.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adapt to coq/coq#7558.
|
|
|
|
Trivial renaming of the vernacular parsing entry point.
|
|
|
|
|
|
c.f. https://github.com/coq/coq/pull/7196
|
|
|
|
|
|
|
|
Minor, a couple of tactic-related types moved.
|
|
|
|
|
|
[coq] Adapt to coq/coq#6837.
|
|
[coq] Adapt to correct LTAC module packing coq/coq#6869
|
|
Minor.
|
|
This removes uses of `Loc.t` in favor of `CAst.t`.
|
|
|
|
|
|
coq/coq#6511 contains EConstr-related changes.
|
|
Trivial commit.
|
|
|
|
|
|
Nothing remarkable.
|
|
|
|
|
|
Can the printers exploit the ability to now take an environment?
|
|
See https://github.com/coq/coq/pull/6197
|
|
|
|
|
|
|