index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
termops.ml
Age
Commit message (
Expand
)
Author
2018-01-17
Use let-in aware prod_applist_assum in dtauto and firstorder.
Jasper Hugunin
2017-12-01
Proper nametab handling of global universe names
Matthieu Sozeau
2017-11-26
[api] Remove aliases of `Evar.t`
Emilio Jesus Gallego Arias
2017-11-13
[api] Another large deprecation, `Nameops`
Emilio Jesus Gallego Arias
2017-11-06
[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-05
Cosmetic changes in evar_map printer.
Hugo Herbelin
2017-11-05
Preventively protect locally against failures of evar_map printer.
Hugo Herbelin
2017-09-28
Efficient computation of the names contained in an environment.
Pierre-Marie Pédrot
2017-09-12
Port is_Set and is_Type to EConstr, as was is_Prop already.
Guillaume Melquiond
2017-08-01
Merge PR #913: Less allocations in Detyping
Maxime Dénès
2017-07-26
Removing template polymorphism for definitions.
Pierre-Marie Pédrot
2017-07-21
No useless reallocation in Termops.collapse_appl.
Pierre-Marie Pédrot
2017-07-13
Safer API for constr_of_global, and getting rid of unsafe_constr_of_global.
Pierre-Marie Pédrot
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-16
Squashed commit of the following:
Amin Timany
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-01
Merge PR#561: Improving the Name API
Maxime Dénès
2017-05-31
Creating a module Nameops.Name extending module Names.Name.
Hugo Herbelin
2017-05-30
Support for using type information to infer more precise evar sources.
Hugo Herbelin
2017-05-27
[coqlib] Move `Coqlib` to `library/`.
Emilio Jesus Gallego Arias
2017-04-27
Remove unused [open] statements
Gaetan Gilbert
2017-04-27
Remove some unused values and types
Gaetan Gilbert
2017-04-01
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-02-14
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
Cases API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Typeclasses API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Tacred API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Evarconv API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Termops API using EConstr.
Pierre-Marie Pédrot
2016-11-18
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-11-07
Fixes to compile with ocaml 4.01
Matthieu Sozeau
[next]