index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
toplevel
Commit message (
Expand
)
Author
Age
*
Commands like [Inductive > X := … | … | …] raise an error message inste...
Arnaud Spiwack
2014-09-04
*
Remove [Infer] option of records.
Arnaud Spiwack
2014-09-04
*
Type definitions with [Variant] don't generate inductive schemes by default.
Arnaud Spiwack
2014-09-04
*
Type definitions [Variant] and [Record] really don't accept the wrong kind of...
Arnaud Spiwack
2014-09-04
*
Types declared as Variants really do not accept recursive definitions.
Arnaud Spiwack
2014-09-04
*
Print [Variant] types with the keyword [Variant].
Arnaud Spiwack
2014-09-04
*
Print error messages with more hidden information based on α-equivalence .
Arnaud Spiwack
2014-09-03
*
Additional entry tactic_arg in Print Grammar tactic.
Pierre-Marie Pédrot
2014-09-03
*
coqworkmgr
Enrico Tassi
2014-09-02
*
Getting rid of atomic tactics in Tacenv.
Pierre-Marie Pédrot
2014-08-31
*
Moving code of tactic interpretation from Tacenv to Vernacentries.
Pierre-Marie Pédrot
2014-08-31
*
Simplify even further the declaration of primitive projections,
Matthieu Sozeau
2014-08-30
*
Fixing commit 50237af2.
Pierre-Marie Pédrot
2014-08-29
*
Fix bug when defining primitive projections mixing defined and abstracts fields.
Matthieu Sozeau
2014-08-29
*
Fixing bug #3528.
Pierre-Marie Pédrot
2014-08-28
*
Change the way primitive projections are declared to the kernel.
Matthieu Sozeau
2014-08-28
*
Fixing bug #3377 by giving env and sigma to constrMathching. Now it's possible
Matthieu Sozeau
2014-08-25
*
Fixing the essence of naming bug #3204: use same strategy for naming
Hugo Herbelin
2014-08-25
*
Prerequisite to fix stm test-suite when not in -local
Pierre Boutillier
2014-08-25
*
Fixing bug #3533.
Pierre-Marie Pédrot
2014-08-23
*
Move UnsatisfiableConstraints to a pretype error.
Matthieu Sozeau
2014-08-22
*
Reorganisation of intropattern code
Hugo Herbelin
2014-08-18
*
Reorganization of tactics:
Hugo Herbelin
2014-08-18
*
Moving the TacAlias node out of atomic tactics.
Pierre-Marie Pédrot
2014-08-18
*
Moving the TacExtend node from atomic to plain tactics.
Pierre-Marie Pédrot
2014-08-18
*
Removing documentation related to the deprecated State machinery.
Pierre-Marie Pédrot
2014-08-16
*
Fix program using an the unsubstituted type of the original obligation
Matthieu Sozeau
2014-08-14
*
Bettre pretty-printing of evar maps, avoids printing universe information
Matthieu Sozeau
2014-08-13
*
Fixing parsing of bullets after a "...".
Hugo Herbelin
2014-08-12
*
Better structure for Ltac pretyping environments.
Pierre-Marie Pédrot
2014-08-07
*
[uconstr]: use a closure instead of eager substitution.
Arnaud Spiwack
2014-08-06
*
Experimentally adding an option for automatically erasing an
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
*
Cleaning of the new implementation of the tactic monad.
Arnaud Spiwack
2014-08-04
*
Fix infer conv using the wrong universe conversion flexibility information
Matthieu Sozeau
2014-08-03
*
Move to a representation of universe polymorphic constants using indices for ...
Matthieu Sozeau
2014-08-03
*
Fix bug #3453, not recognizing primitive projections in Coercion declarations.
Matthieu Sozeau
2014-07-29
*
Qualified ML tactic names. The plugin name is used to discriminate
Pierre-Marie Pédrot
2014-07-27
*
- Do module substitution inside mind_record.
Matthieu Sozeau
2014-07-25
*
Refined guard condition of cofixpoints, to anticipate potential futur
Maxime Dénès
2014-07-22
*
First attempt at a fix for guard condition on cofixpoints.
Maxime Dénès
2014-07-22
*
Unifying locate code, also making it more powerful: it is now able to find
Pierre-Marie Pédrot
2014-07-21
*
Adding a new "Locate Term" command, distinct from the raw "Locate" command.
Pierre-Marie Pédrot
2014-07-21
*
More complete printing of Ltac location, akin to the term-dedicated Locate co...
Pierre-Marie Pédrot
2014-07-21
*
- Fix bug introduced in obligations which wouldn't consider all evars that are
Matthieu Sozeau
2014-07-16
*
smartlocate: look for the head symbol for real
Enrico Tassi
2014-07-14
*
Adding a "time" tactical for benchmarking purposes. In case the tactic
Hugo Herbelin
2014-07-13
*
Properly add a Set lower bound on any polymorphic inductive in Type with
Matthieu Sozeau
2014-07-11
*
STM: let toploop plugins specify the flags for STM workers
Enrico Tassi
2014-07-11
[next]