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
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
2020-05-12
Remove a unused legacy tactic from Clenv.
Pierre-Marie Pédrot
2020-05-12
Write the outermost part of the legacy refiner directly in the monad.
Pierre-Marie Pédrot
2020-05-12
Clean up the legacy refiner implementation.
Pierre-Marie Pédrot
2020-05-12
Remove legacy Refiner error constructors.
Pierre-Marie Pédrot
2020-05-12
Wrap the legacy refiner type into the Logic API.
Pierre-Marie Pédrot
2020-05-12
Do not use Unsafe.to_constr for old refiner conclusion.
Pierre-Marie Pédrot
2020-05-10
No more local reduction functions in Reductionops.
Pierre-Marie Pédrot
2020-05-07
Deprecate the legacy tacticals from module Refiner.
Pierre-Marie Pédrot
2020-05-05
Fix GeoCoq slowdown.
Pierre-Marie Pédrot
2020-05-03
Remove a very specific low-level tactical from Refiner.
Pierre-Marie Pédrot
2020-05-03
Wrap Refiner.refiner in the tactic monad.
Pierre-Marie Pédrot
2020-05-03
Remove a critical call to V82.tactic in Clenvtac.
Pierre-Marie Pédrot
2020-04-21
Merge PR #11896: Use lists instead of arrays in evar instances.
Maxime Dénès
2020-04-15
[proof] Move functions related to `Proof.t` to `Proof`
Emilio Jesus Gallego Arias
2020-04-15
[proof] Merge `Pfedit` into proofs.
Emilio Jesus Gallego Arias
2020-04-15
[proofs] Move pfedit to `proofs`
Emilio Jesus Gallego Arias
2020-04-06
Clean and fix definitions of options.
Théo Zimmermann
2020-04-06
Use lists instead of arrays in evar instances.
Pierre-Marie Pédrot
2020-03-31
Try only using TC for conversion in cominductive (not great but let's see)
Gaëtan Gilbert
2020-03-30
Merge PR #11921: Remove some cruft from Reductionops API.
Gaëtan Gilbert
2020-03-30
Merge PR #11817: [cleanup] Remove unnecessary Map/Set module creation
Gaëtan Gilbert
2020-03-28
Remove some cruft from Reductionops API.
Pierre-Marie Pédrot
2020-03-22
[proof] Deprecate unused tacmach functions.
Emilio Jesus Gallego Arias
2020-03-19
Merge PR #11735: Deprecating catchable_exception
Pierre-Marie Pédrot
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-03-13
[cleanup] Remove unnecessary Map/Set module creation
Emilio Jesus Gallego Arias
2020-03-13
Deprecation of catchable_exception, to be replaced by noncritical in try-with.
Hugo Herbelin
2020-03-13
Removing catchable_exception test in tclOR/tclORELSE.
Hugo Herbelin
[next]