index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
engine
Commit message (
Expand
)
Author
Age
*
Export Proofview.undefined as "unsafe" primitive.
Hugo Herbelin
2018-03-27
*
Adding informative variant of shelve_unifiable returning set of shelved evars.
Hugo Herbelin
2018-03-27
*
Slightly refining some error messages about unresolvable evars.
Hugo Herbelin
2018-03-24
*
[located] Push inner locations in `reference` to a CAst.t node.
Emilio Jesus Gallego Arias
2018-03-09
*
Adjust EConstr.cmp_constructors for relaxed constructor cumulativity
Gaëtan Gilbert
2018-03-09
*
Delayed weak constraints for cumulative inductive types.
Gaëtan Gilbert
2018-03-09
*
Statically enforce that ULub is only between levels.
Gaëtan Gilbert
2018-03-09
*
Option for messing with inference of irrelevant constraints
Gaëtan Gilbert
2018-03-09
*
Cumulativity: improve treatment of irrelevant universes.
Gaëtan Gilbert
2018-03-09
*
Allow using cumulativity without forcing strict constraints.
Gaëtan Gilbert
2018-03-09
*
A comment in Proofview.with_shelf.
Hugo Herbelin
2018-03-08
*
Proof engine: support for nesting tactic-in-term within other tactics.
Hugo Herbelin
2018-03-08
*
Adding tclPUTGIVENUP/tclPUTSHELF in Proofview.Unsafe.
Hugo Herbelin
2018-03-08
*
Proof engine: using save_future_goal when relevant.
Hugo Herbelin
2018-03-08
*
Proof engine: adding a function to save future goals including principal one.
Hugo Herbelin
2018-03-08
*
Proof engine: consider the pair principal and future goals as an entity.
Hugo Herbelin
2018-03-08
*
Merge PR #6893: Cleanup UState API usage
Maxime Dénès
2018-03-08
|
\
*
\
Merge PR #6899: [compat] Remove "Standard Proposition Elimination"
Maxime Dénès
2018-03-08
|
\
\
*
\
\
Merge PR #6582: Mangle auto-generated names
Maxime Dénès
2018-03-08
|
\
\
\
|
|
|
*
Rename some universe minimizing "normalize" functions to "minimize"
Gaëtan Gilbert
2018-03-06
|
|
|
*
Deprecate UState aliases in Evd.
Gaëtan Gilbert
2018-03-06
*
|
|
|
Add empty description for @raise statements to satisfy ocamldoc
mrmr1993
2018-03-05
*
|
|
|
Replace invalid tag @raises in ocamldoc comments with @raise
mrmr1993
2018-03-05
*
|
|
|
Tweak comments to fix ocamldoc errors
mrmr1993
2018-03-05
|
|
_
|
/
|
/
|
|
*
|
|
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-05
|
\
\
\
*
|
|
|
Proofview: V82.tactic option to not normalize evars
Enrico Tassi
2018-03-04
*
|
|
|
proofview: debug API to print a goal
Enrico Tassi
2018-03-04
*
|
|
|
Merge PR #6511: [econstr] Continue consolidation of EConstr API under `interp`.
Maxime Dénès
2018-03-04
|
\
\
\
\
*
\
\
\
\
Merge PR #6676: [proofview] goals come with a state
Maxime Dénès
2018-03-04
|
\
\
\
\
\
|
|
|
|
|
*
[compat] Remove "Standard Proposition Elimination"
Emilio Jesus Gallego Arias
2018-03-03
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
[econstr] Continue consolidation of EConstr API under `interp`.
Emilio Jesus Gallego Arias
2018-02-28
|
|
/
/
/
|
/
|
|
|
|
|
*
|
Update headers following #6543.
Théo Zimmermann
2018-02-27
*
|
|
|
Add a comment on EConstr.to_constr regarding evar-freeness.
Pierre-Marie Pédrot
2018-02-27
|
|
/
/
|
/
|
|
*
|
|
[ast] Improve precision of Ast location recognition in serialization.
Emilio Jesus Gallego Arias
2018-02-22
|
*
|
proofview: goals come with a state
Enrico Tassi
2018-02-20
|
/
/
|
*
Implement name mangling option
Jasper Hugunin
2018-02-17
*
|
[engine] Remove ghost parameter from `Proofview.Goal.t`
Emilio Jesus Gallego Arias
2018-02-12
|
/
*
Merge PR #6262: [error] Replace msg_error by a proper exception.
Maxime Dénès
2018-02-12
|
\
*
|
Simplification: cumulativity information is variance information.
Gaëtan Gilbert
2018-02-10
|
*
[error] Replace msg_error by a proper exception.
Emilio Jesus Gallego Arias
2018-02-09
|
/
*
Merge PR #6675: [proofview] enter_one: add __LOC__ argument to get relevant e...
Maxime Dénès
2018-02-01
|
\
|
*
Proofview: enter_one: add __LOC__ argument to get relevant error msg
Enrico Tassi
2018-01-31
*
|
Merge PR #6535: Cleanup name-binding structure for fresh evar name generation.
Maxime Dénès
2018-01-31
|
\
\
*
\
\
Merge PR #6618: Fix Ltac subterm matching in (co-)fixpoints.
Maxime Dénès
2018-01-22
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Define EConstr version of [push_rec_types].
Cyprien Mangin
2018-01-19
*
|
|
Merge PR #6555: Use let-in aware prod_applist_assum in dtauto and firstorder.
Maxime Dénès
2018-01-18
|
\
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge PR #6298: Fix #6297: handle constraints like (u+1 <= Set/Prop)
Maxime Dénès
2018-01-17
|
\
\
\
|
|
*
|
Add a test that `prod_applist_assum` reduces the right number of let-ins
Jasper Hugunin
2018-01-17
|
|
*
|
Use let-in aware prod_applist_assum in dtauto and firstorder.
Jasper Hugunin
2018-01-17
|
|
/
/
|
/
|
|
|
|
*
Use a more efficient substitution composition in evar hypothesis naming.
Pierre-Marie Pédrot
2018-01-04
[next]