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-08
Fix evarconv not applying eta when it used to. Fixes bug#3319.
Matthieu Sozeau
2014-08-07
Better structure for Ltac pretyping environments.
Pierre-Marie Pédrot
2014-08-07
More .mailmap update.
Arnaud Spiwack
2014-08-07
Add some more entries to .mailmap
Arnaud Spiwack
2014-08-07
Hypotheses in [Proofview.Goal.enter] were not normalised.
Arnaud Spiwack
2014-08-07
In Hipattern: some functions not working modulo evar instantiation.
Arnaud Spiwack
2014-08-07
Removing simple induction / destruct from the AST.
Pierre-Marie Pédrot
2014-08-07
Instead of relying on a trick to make the constructor tactic parse, put
Pierre-Marie Pédrot
2014-08-07
Removing the "constructor" tactic from the AST.
Pierre-Marie Pédrot
2014-08-06
Port last changes of the guard condition to checker.
Maxime Dénès
2014-08-06
Relax a bit the guard condition.
Maxime Dénès
2014-08-06
Revert the change in Constrintern introduced by "Add a type of untyped term t...
Arnaud Spiwack
2014-08-06
[uconstr]: use a closure instead of eager substitution.
Arnaud Spiwack
2014-08-06
Removing "intros untils" from the AST.
Pierre-Marie Pédrot
2014-08-05
Adding a [make] primitive to the NonLogical monad.
Pierre-Marie Pédrot
2014-08-05
Small code simplification.
Pierre-Marie Pédrot
2014-08-05
CoqIDE: fixing parsing of bullets and brackets even at end of file.
Hugo Herbelin
2014-08-05
Uncountably many bullets (+,-,*,++,--,**,+++,...).
Hugo Herbelin
2014-08-05
Improving printing of "[]" (nil) in spite of the risk of collision
Hugo Herbelin
2014-08-05
Preliminary re-installation of notation interpretation in beautifying mode.
Hugo Herbelin
2014-08-05
Testing beautifying on an example.
Hugo Herbelin
2014-08-05
Fixing a few beautifying bugs.
Hugo Herbelin
2014-08-05
Experimentally adding an option for automatically erasing an
Hugo Herbelin
2014-08-05
Testing a replacement of "cut" by "enough" on a couple of test files.
Hugo Herbelin
2014-08-05
Adding a syntax "enough" for the variant of "assert" with the order of
Hugo Herbelin
2014-08-05
A new step in the new "standard" naming policy for propositional hypotheses
Hugo Herbelin
2014-08-05
More proofs independent of the names generated by induction/elim over
Hugo Herbelin
2014-08-05
Making references to Proof General and CoqIDE uniform in Reference Manual.
Hugo Herbelin
2014-08-05
Chapter 4 of reference manual: Fixing asymmetric patterns error +
Hugo Herbelin
2014-08-05
Coqide: check_connection now also checks correct loading of coqide plugin +
Hugo Herbelin
2014-08-05
STM: new "par:" goal selector, like "all:" but in parallel
Enrico Tassi
2014-08-05
STM: code restructured to reuse task queue for tactics
Enrico Tassi
2014-08-05
Goal: API to get the solution of a goal
Enrico Tassi
2014-08-05
make a few lines fit the screen
Enrico Tassi
2014-08-05
STM: Classify Let as non asynchronous (Closes: #3486)
Enrico Tassi
2014-08-05
Coqide: annoying popups with GTK errors only in debug mode
Enrico Tassi
2014-08-05
Ring: prevent an error message to show in case of success.
Arnaud Spiwack
2014-08-05
Documentation: a simple example for [numgoals].
Arnaud Spiwack
2014-08-05
Ltac's [idtac] is now interpreted outside of a goal if possible.
Arnaud Spiwack
2014-08-05
Ltac's idtac is now implemented using the new API.
Arnaud Spiwack
2014-08-05
Tacinterp: [interp_message] and associate now only require an environment rat...
Arnaud Spiwack
2014-08-05
Tactics: [tclENV] is now sensitive to [Proofview.Goal.enter].
Arnaud Spiwack
2014-08-05
Documentation of [uconstr]: typesetting.
Arnaud Spiwack
2014-08-05
Documentation: refine accept uconstr arguments.
Arnaud Spiwack
2014-08-05
Doc: uconstr now has a tactic notation entry.
Arnaud Spiwack
2014-08-05
Fix interpretation bug in [uconstr].
Arnaud Spiwack
2014-08-05
The [refine] tactic now accepts [uconstr].
Arnaud Spiwack
2014-08-05
Small refactoring: use [uconstr] instead of [constr] when relevant in grammar...
Arnaud Spiwack
2014-08-05
Properly declare uconstr as an argument for TACTIC EXTEND.
Arnaud Spiwack
2014-08-05
Fix [uconstr] name for argextend.
Arnaud Spiwack
[next]