index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
engine
/
termops.ml
Commit message (
Expand
)
Author
Age
*
Slightly refining some error messages about unresolvable evars.
Hugo Herbelin
2018-03-24
*
Delayed weak constraints for cumulative inductive types.
Gaëtan Gilbert
2018-03-09
*
Allow using cumulativity without forcing strict constraints.
Gaëtan Gilbert
2018-03-09
*
Deprecate UState aliases in Evd.
Gaëtan Gilbert
2018-03-06
*
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-05
|
\
*
|
[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
|
/
*
Use let-in aware prod_applist_assum in dtauto and firstorder.
Jasper Hugunin
2018-01-17
*
Proper nametab handling of global universe names
Matthieu Sozeau
2017-12-01
*
[api] Remove aliases of `Evar.t`
Emilio Jesus Gallego Arias
2017-11-26
*
[api] Another large deprecation, `Nameops`
Emilio Jesus Gallego Arias
2017-11-13
*
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
*
[api] Deprecate all legacy uses of Names in core.
Emilio Jesus Gallego Arias
2017-11-06
*
Cosmetic changes in evar_map printer.
Hugo Herbelin
2017-11-05
*
Preventively protect locally against failures of evar_map printer.
Hugo Herbelin
2017-11-05
*
Efficient computation of the names contained in an environment.
Pierre-Marie Pédrot
2017-09-28
*
Port is_Set and is_Type to EConstr, as was is_Prop already.
Guillaume Melquiond
2017-09-12
*
Merge PR #913: Less allocations in Detyping
Maxime Dénès
2017-08-01
|
\
*
|
Removing template polymorphism for definitions.
Pierre-Marie Pédrot
2017-07-26
|
*
No useless reallocation in Termops.collapse_appl.
Pierre-Marie Pédrot
2017-07-21
|
/
*
Safer API for constr_of_global, and getting rid of unsafe_constr_of_global.
Pierre-Marie Pédrot
2017-07-13
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
Squashed commit of the following:
Amin Timany
2017-06-16
*
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-02
*
Merge PR#561: Improving the Name API
Maxime Dénès
2017-06-01
|
\
|
*
Creating a module Nameops.Name extending module Names.Name.
Hugo Herbelin
2017-05-31
*
|
Support for using type information to infer more precise evar sources.
Hugo Herbelin
2017-05-30
|
/
*
[coqlib] Move `Coqlib` to `library/`.
Emilio Jesus Gallego Arias
2017-05-27
*
Remove unused [open] statements
Gaetan Gilbert
2017-04-27
*
Remove some unused values and types
Gaetan Gilbert
2017-04-27
*
Using delayed universe instances in EConstr.
Pierre-Marie Pédrot
2017-04-01
*
Actually exporting delayed universes in the EConstr implementation.
Pierre-Marie Pédrot
2017-04-01
*
Merge branch 'master'.
Pierre-Marie Pédrot
2017-02-14
|
\
*
|
Namegen primitives now apply on evar constrs.
Pierre-Marie Pédrot
2017-02-14
*
|
Moving printing code from Evd to Termops.
Pierre-Marie Pédrot
2017-02-14
*
|
Definining EConstr-based contexts.
Pierre-Marie Pédrot
2017-02-14
*
|
Ltac now uses evar-based constrs.
Pierre-Marie Pédrot
2017-02-14
*
|
Removing some return type compatibility layers in Termops.
Pierre-Marie Pédrot
2017-02-14
*
|
Reductionops now return EConstrs.
Pierre-Marie Pédrot
2017-02-14
*
|
Eliminating parts of the right-hand side compatibility layer
Pierre-Marie Pédrot
2017-02-14
*
|
Rewrite API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
Hints API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
Leminv API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
Inv API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
Equality API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
Tactics API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
Hipattern API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
Tacticals API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
Making judgment type generic over the type of inner constrs.
Pierre-Marie Pédrot
2017-02-14
*
|
Unification API using EConstr.
Pierre-Marie Pédrot
2017-02-14
[next]