index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
Age
Commit message (
Expand
)
Author
2019-05-24
Fixing typos
JPR
2019-05-23
Fixing typos - Part 3
JPR
2019-05-21
Merge PR #10174: Further cleanup of the side-effect machinery
Gaëtan Gilbert
2019-05-21
Merge PR #10144: Fix #9919: conversion functions are non-linear
Hugo Herbelin
2019-05-19
Merge the definition of constants and private constants in the API.
Pierre-Marie Pédrot
2019-05-15
Merge PR #10151: Clean up the API for side-effects
Gaëtan Gilbert
2019-05-15
Simplify the private constant API.
Pierre-Marie Pédrot
2019-05-14
Merge PR #10125: Allow run_tactic to return a value, remove hack from ltac2
Pierre-Marie Pédrot
2019-05-14
Remove the sidecond_first flag of apply-related tactics.
Pierre-Marie Pédrot
2019-05-14
Remove the elimrename field from Tactics.eliminator.
Pierre-Marie Pédrot
2019-05-14
Code factorization in elim tactics.
Pierre-Marie Pédrot
2019-05-14
Allow run_tactic to return a value, remove hack from ltac2
Gaëtan Gilbert
2019-05-13
Merge PR #9887: [api] Remove 8.10 deprecations.
Gaëtan Gilbert
2019-05-11
Actually use the conversion locality flag.
Pierre-Marie Pédrot
2019-05-11
Introducing a local flag to hypothesis conversion function.
Pierre-Marie Pédrot
2019-05-11
Abstract the Tactic.e_change_hyps function over the reduction function.
Pierre-Marie Pédrot
2019-05-10
Take advantage of the ordering / conversion check split.
Pierre-Marie Pédrot
2019-05-10
Split the hypothesis conversion check in a conversion + ordering check.
Pierre-Marie Pédrot
2019-05-10
Make the check flag of conversion functions mandatory.
Pierre-Marie Pédrot
2019-05-10
Logic.convert_hyp now takes an environment as an argument.
Pierre-Marie Pédrot
2019-05-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
2019-05-05
Merge PR #10059: Fixing bugs introduced in change_no_check
Pierre-Marie Pédrot
2019-05-04
Merge PR #9996: Fix #5752: `Hint Mode` ignored for type classes that appear a...
Pierre-Marie Pédrot
2019-05-03
Tactics: fixing "change_no_check in".
Hugo Herbelin
2019-05-03
Fix #9994: `revert dependent` is extremely slow.
Pierre-Marie Pédrot
2019-05-02
Remove outdated comment
Maxime Dénès
2019-05-02
Fix #5752: `Hint Mode` ignored for type classes that appear as assumptions
Maxime Dénès
2019-05-02
Use GlobRef.Map.t in hint databases
Maxime Dénès
2019-05-02
Document typeclasses_eauto
Maxime Dénès
2019-04-29
Exposing a change_no_check tactic.
Hugo Herbelin
2019-04-24
Allocate only one evar when applying a group of conversion tactics.
Pierre-Marie Pédrot
2019-04-24
Code factorization in conversion tactics.
Pierre-Marie Pédrot
2019-04-23
Deprecate the *_no_check variants of conversion tactics.
Pierre-Marie Pédrot
2019-04-20
Merge PR #9836: [schemes] Don't re-declare scheme side-effects that are alrea...
Enrico Tassi
2019-04-10
Remove calls to global env in Inductiveops
Maxime Dénès
2019-04-10
Remove calls to Global.env in Patternops
Maxime Dénès
2019-04-10
Functionalize env in type classes
Maxime Dénès
2019-04-10
Remove one call to Global.env in Detyping
Maxime Dénès
2019-04-10
Remove calls to global env from indrec
Maxime Dénès
2019-04-02
Merge PR #8984: Declare initial hint databases in prelude
Pierre-Marie Pédrot
2019-04-02
Merge PR #9659: Fix #9652: rewrite fails to detect lack of progress
Emilio Jesus Gallego Arias
2019-03-31
Merge PR #9841: Remove some [let foo = foo] in eqschemes
Pierre-Marie Pédrot
2019-03-27
[geninterp] Track polymorphic status in tactic interpretation.
Emilio Jesus Gallego Arias
2019-03-27
[tactic] Adapt tactic layer to removal of imperative proof state.
Emilio Jesus Gallego Arias
2019-03-27
Remove some [let foo = foo] in eqschemes
Gaëtan Gilbert
2019-03-26
[kernel] Don't re-declare scheme side-effects that are already there.
Emilio Jesus Gallego Arias
2019-03-26
Declare initial hint databases in prelude
Maxime Dénès
2019-03-25
Fix #9652: rewrite fails to detect lack of progress
Gaëtan Gilbert
2019-03-20
Stop accessing proof env via Pfedit in printers
Maxime Dénès
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
[next]