index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-08-01
Removing more tactic compatibility layer.
Pierre-Marie Pédrot
2014-08-01
Removing some tactic compatibility layer.
Pierre-Marie Pédrot
2014-07-31
Useless export of Instance.eqeq. We hashcons everything before calling this
Pierre-Marie Pédrot
2014-07-31
Making the error message about bullets more precise.
Pierre Courtieu
2014-07-31
Removing the call to Weak.get_copy in hashsets.
Pierre-Marie Pédrot
2014-07-31
micromega : refification recognises @eq T for T convertible with Z or R
Frédéric Besson
2014-07-31
Typos.
Hugo Herbelin
2014-07-31
Finish fixes on notations and primitive projections, add test-suite files for...
Matthieu Sozeau
2014-07-31
Consistent pretty-printing of primitive projections and their expanded forms.
Matthieu Sozeau
2014-07-31
Add an option to solve typeclass goals generated by apply which can't be
Matthieu Sozeau
2014-07-31
Adding a generalized version of fold_Equal to FMapFacts.
Pierre Courtieu
2014-07-31
Optimize check of new subterm relation on match.
Maxime Dénès
2014-07-31
Improve intersection of regular trees.
Maxime Dénès
2014-07-31
Fix dynamic computation of recargs for mutual inductives.
Maxime Dénès
2014-07-30
Add test-suite file for bug #3439.
Matthieu Sozeau
2014-07-30
Avoid hconsing instances during appends and conversions from/to arrays.
Matthieu Sozeau
2014-07-30
Fix discrimination net which was not recognizing primitive projections.
Matthieu Sozeau
2014-07-30
Avoid introducing additional universes when doing pruning in evarsolve.
Matthieu Sozeau
2014-07-29
CHANGES: untyped terms in tactics
Arnaud Spiwack
2014-07-29
Document untyped terms in tactics.
Arnaud Spiwack
2014-07-29
Small refactoring in Ltac parsing rules.
Arnaud Spiwack
2014-07-29
Allow [uconstr:c] as argument of a tactic.
Arnaud Spiwack
2014-07-29
Untyped terms in tactic: add the possibility to use a typed term inside an un...
Arnaud Spiwack
2014-07-29
Untyped terms in tactic: function [type_term c] to give a typed version of [c].
Arnaud Spiwack
2014-07-29
Untyped term in tactics: add an grammar entry to construct them.
Arnaud Spiwack
2014-07-29
Add a type of untyped term to Ltac's value.
Arnaud Spiwack
2014-07-29
Clean up obsolete comment.
Arnaud Spiwack
2014-07-29
Add test-suite file for bug 3454.
Matthieu Sozeau
2014-07-29
Rework code for refolding projections in whd_state/whd_simpl to allow Arguments
Matthieu Sozeau
2014-07-29
Fix eta-conversion code which was failing in nested cases. Fixes bug #3429.
Matthieu Sozeau
2014-07-29
Add test-suite file for bug #3453
Matthieu Sozeau
2014-07-29
Fix bug #3453, not recognizing primitive projections in Coercion declarations.
Matthieu Sozeau
2014-07-29
Fix treatment of notations containing applications of projections (fixes bug ...
Matthieu Sozeau
2014-07-29
STM: print goals with no duplicates
Enrico Tassi
2014-07-29
Pp: only one default feedback id
Enrico Tassi
2014-07-29
Pp compiles after feedback
Enrico Tassi
2014-07-28
CPS-style tactic matching. We use the tactic monad as the target of the CPS.
Pierre-Marie Pédrot
2014-07-28
Adding a tclBREAK primitive to the tactic monad.
Pierre-Marie Pédrot
2014-07-27
Code cleaning in Tacenv.
Pierre-Marie Pédrot
2014-07-27
Qualified ML tactic names. The plugin name is used to discriminate
Pierre-Marie Pédrot
2014-07-25
Removing dead code relative to or_metaid.
Pierre-Marie Pédrot
2014-07-25
CHANGES: cycle and swap.
Arnaud Spiwack
2014-07-25
Document swap tactic.
Arnaud Spiwack
2014-07-25
Document cycle tactic.
Arnaud Spiwack
2014-07-25
Add a tactic [swap i j] to swap the position of goals [i] and [j].
Arnaud Spiwack
2014-07-25
Adds a cycle tactic to reorder goals in a loop.
Arnaud Spiwack
2014-07-25
A slightly more fine grained way to check whether a TACTIC EXTEND is global o...
Arnaud Spiwack
2014-07-25
CHANGES: yellow in Coqide.
Arnaud Spiwack
2014-07-25
CHANGE: add Derive.
Arnaud Spiwack
2014-07-25
CHANGE: document the features of the new tactic engine.
Arnaud Spiwack
[next]