index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
Age
Commit message (
Expand
)
Author
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
Remove dead code after the previous commit.
Pierre-Marie Pédrot
2020-08-06
Add a few comments about the code.
Pierre-Marie Pédrot
2020-08-06
Actually update uninitialized evar instances (hum hum).
Pierre-Marie Pédrot
2020-08-06
Actually use the default instance stored inside named_context_val.
Pierre-Marie Pédrot
2020-08-06
Fast path for evar substitution relying on evar identity substitutions.
Pierre-Marie Pédrot
2020-08-06
Store the default evar instance inside the evar info.
Pierre-Marie Pédrot
2020-07-25
Faster algorithm to compute algebraic universe mapping in mimization.
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_evar_from_context 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-08
Small code simplification in Evarutil.new_evar.
Pierre-Marie Pédrot
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-03
Merge PR #10390: UIP in SProp
Maxime Dénès
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-07-01
Use weak ref to memoize Evarutil.is_ground_env
Gaëtan Gilbert
2020-06-25
Generate names for anonymous polymorphic universes
Gaëtan Gilbert
2020-06-25
Make compute_instance_binders internal to UState
Gaëtan Gilbert
2020-06-22
Merge PR #12434: Slight improvement in naming dependent existential variables...
Gaëtan Gilbert
2020-06-19
Try to preserve more sharing in nf_evars_and_universes_opt_subst.
Pierre-Marie Pédrot
2020-06-19
Do not reallocate named_context_val of the pretyping environment.
Pierre-Marie Pédrot
2020-06-01
Slight improvement in naming existential variables.
Hugo Herbelin
2020-05-25
Merge PR #12344: Cleanup noisy prefixes
Pierre-Marie Pédrot
2020-05-19
[universes] [api] Provide UState.from_env
Emilio Jesus Gallego Arias
2020-05-18
Cleanup: remove noisy "uctx_" prefixes in ustate.ml
Gaëtan Gilbert
2020-05-14
[exn] [tactics] improve backtraces on monadic errors
Emilio Jesus Gallego Arias
2020-05-13
Make explicit that UGraph lower bounds are only of two kinds.
Pierre-Marie Pédrot
2020-05-07
Termops: Adding functions local_occur_var_in_decl and occur_var_indirectly.
Hugo Herbelin
2020-04-29
Merge PR #12158: [univ] API to demote global universes
Matthieu Sozeau
2020-04-29
[univ] API to demote global universes
Enrico Tassi
2020-04-23
Merge PR #12034: Make cumulative sprop a typing flag, deprecate command line...
Pierre-Marie Pédrot
2020-04-21
Merge PR #11896: Use lists instead of arrays in evar instances.
Maxime Dénès
2020-04-16
Make cumulative sprop a typing flag, deprecate command line -sprop-cumulative
Gaëtan Gilbert
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-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
Double-checking at tclZERO entry that the exception is non critical.
Hugo Herbelin
2020-03-12
Documenting when exceptions are noncritical in the proof engine
Hugo Herbelin
2020-03-04
Merge PR #11715: Be robust in calculating visible ids for non-registered cons...
Hugo Herbelin
2020-03-03
[exninfo] Deprecate aliases for exception re-raising.
Emilio Jesus Gallego Arias
2020-02-29
Be robust in calculating visible ids for non-registered constants.
Pierre-Marie Pédrot
2020-02-25
Merge PR #11498: [exn] Forbid raising in exn printers, make them return Pp.t ...
Pierre-Marie Pédrot
2020-02-24
[exn] remove `raise` taking optional exception information argument
Emilio Jesus Gallego Arias
2020-02-24
[exn] Forbid raising in exn printers, make them return Pp.t option
Emilio Jesus Gallego Arias
2020-02-13
Merge PR #11417: Move kind_of_type from the kernel to EConstr.
Enrico Tassi
2020-02-13
Merge PR #11521: Remove Goptions.opt_name field
Pierre-Marie Pédrot
2020-02-12
Remove Goptions.opt_name field
Gaëtan Gilbert
2020-02-12
Standardize constr -> globref operations to use destRef/isRef/isRefX
Gaëtan Gilbert
[next]