index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proofs
Age
Commit message (
Expand
)
Author
2021-03-22
Factorize goal selector handling
Gaëtan Gilbert
2021-03-04
Add noncritical constraint to exception catching in solve_constraints
Lasse Blaauwbroek
2021-03-03
[build] Split stdlib to it's own opam package.
Emilio Jesus Gallego Arias
2021-01-13
Avoid using "subgoals" in the UI, it means the same as "goals"
Jim Fehrle
2021-01-04
Fix behaviour of destruct after change of case representation.
Pierre-Marie Pédrot
2021-01-04
Change the representation of kernel case.
Pierre-Marie Pédrot
2020-12-21
Move evaluable_global_reference from Names to Tacred.
Pierre-Marie Pédrot
2020-12-14
Reuse the cache everywhere possible in Clenv.
Pierre-Marie Pédrot
2020-12-14
Store the metasubst cache in clenvs.
Pierre-Marie Pédrot
2020-12-14
Make the clenv type private and provide a creation function.
Pierre-Marie Pédrot
2020-12-14
Cache meta access in meta_instance.
Pierre-Marie Pédrot
2020-11-26
[environ] [typing_flags] Introduce helper function to remove duplicate code
Emilio Jesus Gallego Arias
2020-11-26
[proofs] Support per-definition typing-flags in interactive proofs.
Emilio Jesus Gallego Arias
2020-11-16
Deprecate `Grab Existential Variables` and `Existential` commands
Maxime Dénès
2020-10-08
Dropping the misleading int argument of Pp.h.
Hugo Herbelin
2020-09-29
Almost fully moving funind to new proof engine.
Hugo Herbelin
2020-09-07
Refine test for unresolved evars: not reachable from initial evars
Matthieu Sozeau
2020-09-07
Remove dead code in clenv-generating functions.
Pierre-Marie Pédrot
2020-09-04
Remove a unused function from the Clenv API.
Pierre-Marie Pédrot
2020-09-02
Abstract type for allowed evars
Maxime Dénès
2020-09-02
Replace `frozen` by `allowed` evars in evarconv, and delay them
Maxime Dénès
2020-09-01
Unify the shelves
Maxime Dénès
2020-08-31
Update update_global_env usage
Gaëtan Gilbert
2020-08-26
Wrap future goals into a module
Maxime Dénès
2020-08-26
Make future_goals stack explicit in the evarmap
Maxime Dénès
2020-08-26
Move given_up goals to evar_map
Maxime Dénès
2020-08-26
Better encapsulation of future goals
Maxime Dénès
2020-08-24
Update sigma instead of erasing it in `update_global_env`
Maxime Dénès
2020-08-19
Merge PR #12725: Store evar identity instances in evarinfo / named_context_val
Enrico Tassi
2020-08-12
Code simplification around hint manipulation in Class_tactics.
Pierre-Marie Pédrot
2020-08-06
Actually use the default instance stored inside named_context_val.
Pierre-Marie Pédrot
2020-08-06
Use the evarinfo-stored identity substitution where applicable.
Pierre-Marie Pédrot
2020-08-06
Store the default evar instance inside the evar info.
Pierre-Marie Pédrot
2020-07-08
Remove Evarutil.new_evar_instance from the API.
Pierre-Marie Pédrot
2020-07-08
Remove Evarutil.new_pure_evar_full from the API.
Pierre-Marie Pédrot
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-06-29
Refining out the Refiner.
Pierre-Marie Pédrot
2020-06-29
Move the FailError exception from Refiner to Tacticals.
Pierre-Marie Pédrot
2020-06-29
Moving the remaining Refiner functions to Tacmach.
Pierre-Marie Pédrot
2020-06-29
Remove Refiner.refiner.
Pierre-Marie Pédrot
2020-06-29
Remove the deprecated functions from refiner, moving them to Tacticals.
Pierre-Marie Pédrot
2020-06-26
[declare] Remove mutual internals from Info.t structure.
Emilio Jesus Gallego Arias
2020-06-25
Merge PR #12579: Simplify Clenv API
Emilio Jesus Gallego Arias
2020-06-24
Remove the catchable-exception related functions.
Pierre-Marie Pédrot
2020-06-24
Simplify Clenv.clenv_pose_metas_as_evars.
Pierre-Marie Pédrot
2020-06-24
Actually remove internal API from the Clenv mli.
Pierre-Marie Pédrot
2020-06-24
Merge Clenvtac into Clenv.
Pierre-Marie Pédrot
2020-06-24
Remove all uses of clenv_unique_resolver.
Pierre-Marie Pédrot
2020-05-14
[exn] [tactics] improve backtraces on monadic errors
Emilio Jesus Gallego Arias
2020-05-14
Merge PR #11922: No more local reduction functions in Reductionops.
Maxime Dénès
[next]