index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pretyping
Commit message (
Expand
)
Author
Age
*
Applying like-first selection for destruct in hypotheses.
Hugo Herbelin
2014-10-26
*
Fixing destruct/induction with a using clause on a non-inductive type,
Hugo Herbelin
2014-10-26
*
Dead code + typo.
Hugo Herbelin
2014-10-26
*
This commit introduces changes in induction and destruct.
Hugo Herbelin
2014-10-25
*
Change reduction_of_red_expr to return an e_reduction_function returning
Matthieu Sozeau
2014-10-24
*
Fixing order of hypothesis in goal hypotheses compaction for coqtop.
Hugo Herbelin
2014-10-24
*
Fixing order of declarations in the function which compacts variables
Hugo Herbelin
2014-10-23
*
Pushing Pierre's factorization of names in goal context printing from
Hugo Herbelin
2014-10-22
*
Removing an unused variant of Context.fold_named_context_reverse.
Hugo Herbelin
2014-10-22
*
Fix missing lift in VM and native compiler (second part of #2729).
Maxime Dénès
2014-10-22
*
Fixing an evar leak in pattern-matching compilation (#3758).
Hugo Herbelin
2014-10-22
*
Add more primitives to the [Monad.Make] arguments.
Arnaud Spiwack
2014-10-22
*
Porting Hugo's fix 98f3abb83a to native compiler.
Maxime Dénès
2014-10-21
*
Dead code.
Hugo Herbelin
2014-10-21
*
Fixing a (new) part of bug #2729.
Hugo Herbelin
2014-10-20
*
A patch for printing "match" when constructors are defined with let-in
Hugo Herbelin
2014-10-20
*
Fixing a bug in the presence of let-in in inductive arity.
Hugo Herbelin
2014-10-20
*
When facing problem ?id = ?id' in resolution of return predicate,
Hugo Herbelin
2014-10-17
*
New experimental heuristic printing strategy for evar instances: We
Hugo Herbelin
2014-10-17
*
Re-displaying evar instances in debugger.
Hugo Herbelin
2014-10-17
*
Refine: proper scoping of the future goals.
Arnaud Spiwack
2014-10-16
*
Move the handling of the principal evar from refine to evd.
Arnaud Spiwack
2014-10-16
*
Move the handling a new evars from the [Proofview.Refine] module to [Evd].
Arnaud Spiwack
2014-10-16
*
Evd: a few comments to document the increasingly wide internal [evar_map] type.
Arnaud Spiwack
2014-10-16
*
Evd: remove/update obsolete comments.
Arnaud Spiwack
2014-10-16
*
To stay closer to non-primitive projections, only unfold primitive
Matthieu Sozeau
2014-10-15
*
Make use of unfolded primitive projections when elaborating match on a
Matthieu Sozeau
2014-10-15
*
Fix bug 3637.
Matthieu Sozeau
2014-10-15
*
Reenable FO unification of primitive projections and their eta-expanded
Matthieu Sozeau
2014-10-15
*
Modify the heuristic for unfolding lhs or rhs in evarconv, considering
Matthieu Sozeau
2014-10-15
*
Implement a different strategy to expand primitive projections only when
Matthieu Sozeau
2014-10-15
*
Add an option to not print primitive projection parameters, which can
Matthieu Sozeau
2014-10-15
*
Oops, forgot a fix needed after the rebase.
Matthieu Sozeau
2014-10-14
*
Fix bug #3698: stack overflow due to eta+canonical structures in
Matthieu Sozeau
2014-10-14
*
Adding a tactic which fails if one of the goals under focus is dependent in a...
Hugo Herbelin
2014-10-13
*
Moving function about locs in locusops.
Hugo Herbelin
2014-10-13
*
English typo in a function name of evarconv.
Hugo Herbelin
2014-10-13
*
Added support for several impossible cases in compilation of "match".
Hugo Herbelin
2014-10-13
*
Tentative fix for a badly used Option.get in Reductionops.
Pierre-Marie Pédrot
2014-10-12
*
Revert d0cd27e209be08ee51a2d609157367f053438a10: giving a different name
Matthieu Sozeau
2014-10-11
*
Do not expand primitive projections eagerly in evarconv, but only
Matthieu Sozeau
2014-10-10
*
Add debug printers for projections, fix printing of evar constraints
Matthieu Sozeau
2014-10-10
*
Add a "Debug Tactic Unification" option and correct the first-order
Matthieu Sozeau
2014-10-10
*
Make constrMatching and detyping more robust with respect to
Matthieu Sozeau
2014-10-10
*
Fix bug due to shadowing a variable name in tacred
Matthieu Sozeau
2014-10-10
*
fix make mlidoc
Pierre Boutillier
2014-10-08
*
Fixing the anomaly in bug #3045 (a filter was not type-safe in
Hugo Herbelin
2014-10-08
*
Build unfolded versions of the primitive projection in let (a, p) := ...
Matthieu Sozeau
2014-10-07
*
Avoid a warning with Meta's names in debugger.
Hugo Herbelin
2014-10-07
*
A few improvements on pattern-matching compilation.
Hugo Herbelin
2014-10-05
[next]