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-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
2014-07-25
Update the documentation of Ltac's ";" and ";[…]" to reflect the new multi-...
Arnaud Spiwack
2014-07-25
Warns about inconsistency of generated name in evars and goals.
Arnaud Spiwack
2014-07-25
- Do module substitution inside mind_record.
Matthieu Sozeau
2014-07-25
More documentation of universes.
Matthieu Sozeau
2014-07-25
Add emacs auto-save and crash-save files to the .gitignore.
Arnaud Spiwack
2014-07-25
Add *.crashcoqide files to the .gitignore.
Arnaud Spiwack
2014-07-25
Add lia.cache to the .gitignore
Arnaud Spiwack
2014-07-25
Small reorganisation in proof.ml.
Arnaud Spiwack
2014-07-25
Fail gracefully when focusing on non-existing goals with user commands.
Arnaud Spiwack
2014-07-25
Fix handling of universes at the end of proofs, esp. for async proof processing.
Matthieu Sozeau
2014-07-24
Forgot to add a Universes.v.tex as a target.
Matthieu Sozeau
2014-07-24
Start documenting universe polymorphism.
Matthieu Sozeau
2014-07-24
Distinguish tactics t1;t2 and t1;[t2..].
Arnaud Spiwack
2014-07-24
A handful of useful primitives in Proofview.Refine.
Arnaud Spiwack
2014-07-24
Fix misleading pretty-printing of information for non-universe-polymorphic
Matthieu Sozeau
2014-07-24
Adding a tail-rec tclONCE.
Pierre-Marie Pédrot
2014-07-24
New implementation of the tactic monad.
Pierre-Marie Pédrot
2014-07-24
Revert "Adding a "is_val" primitive to IStream."
Pierre-Marie Pédrot
2014-07-24
fixup fakeide test-suite
Pierre Boutillier
2014-07-24
Make MacStore like coqide more
Pierre Boutillier
2014-07-23
Derive plugin: document new syntax.
Arnaud Spiwack
2014-07-23
Derive plugin: add some comments.
Arnaud Spiwack
2014-07-23
Derive plugin: code reorganisation for clarity.
Arnaud Spiwack
2014-07-23
Derive plugin: small refactoring.
Arnaud Spiwack
2014-07-23
Derive plugin: a more general interface.
Arnaud Spiwack
2014-07-23
When closing a proof, make sure that the types have their evar substituted.
Arnaud Spiwack
2014-07-23
Proof_global: an unused variable replaced by a wildcard.
Arnaud Spiwack
2014-07-23
Proof_global.start_dependent_proof: properly threads the sigma through the te...
Arnaud Spiwack
2014-07-23
Change the interface of proof_global to take an evar_map instead of a univers...
Arnaud Spiwack
2014-07-22
Porting guard fix to checker.
Maxime Dénès
[next]