index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
Age
Commit message (
Expand
)
Author
2021-02-26
Merge PR #13869: Use make_case_or_project in auto_ind_decl
Pierre-Marie Pédrot
2021-02-24
Infrastructure for fine-grained debug flags
Maxime Dénès
2021-02-22
Merge PR #13836: Make detyping more resistent in the debugger
Pierre-Marie Pédrot
2021-02-17
Use make_case_or_project in auto_ind_decl
Gaëtan Gilbert
2021-02-17
Merge PR #13734: Fix #13732: Implicit Type vs universes
Pierre-Marie Pédrot
2021-02-08
Make detyping more resistent in the debugger
Gaëtan Gilbert
2021-01-20
Slightly less stupid algorithm for simpl fixpoint expansion.
Pierre-Marie Pédrot
2021-01-20
Inline the function in contract_[co]fix_use_function.
Pierre-Marie Pédrot
2021-01-20
Factorize the call of nf_beta in red_elim_const.
Pierre-Marie Pédrot
2021-01-20
Merge PR #13721: Remove strong reduction wrappers
coqbot-app[bot]
2021-01-19
Merge PR #13699: Fix #13579 (hnf on primitives raises an anomaly)
Pierre-Marie Pédrot
2021-01-18
Merge PR #13723: Use a compact case representation for patterns
coqbot-app[bot]
2021-01-18
Do not call the with_full_binder map variant for Reduction.instance.
Pierre-Marie Pédrot
2021-01-18
Move the two only calls to the strong combinator to their calling site.
Pierre-Marie Pédrot
2021-01-18
Move the only use of strong_with_flags to its single calling module.
Pierre-Marie Pédrot
2021-01-18
Fix #13579 (hnf on primitives raises an anomaly)
Pierre Roux
2021-01-12
Same treatment for pattern functions used by rewrite.
Pierre-Marie Pédrot
2021-01-12
Extrude the check for pattern groundness outside of unification.
Pierre-Marie Pédrot
2021-01-12
Restore the corner-case behaviour for let-bound variables in patterns.
Pierre-Marie Pédrot
2021-01-12
Slight tweak of the matching algorithm for PIf vs. Case.
Pierre-Marie Pédrot
2021-01-12
Change the case representation of patterns.
Pierre-Marie Pédrot
2021-01-11
Respect print_universes in detype_instance
Gaëtan Gilbert
2021-01-04
Try to preserve the old unification behaviour w.r.t. let-ins in branches.
Pierre-Marie Pédrot
2021-01-04
Make detyping more robust w.r.t. case representation.
Pierre-Marie Pédrot
2021-01-04
Remove redundant univ and parameter info from CaseInvert
Gaëtan Gilbert
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-21
Remove the artificial dependency of Heads on evaluable_global_reference.
Pierre-Marie Pédrot
2020-12-20
Merge PR #13138: Towards a documentation / cleanup of evarconv
coqbot-app[bot]
2020-12-18
Merge PR #13628: Cache meta instances in Clenv
coqbot-app[bot]
2020-12-16
Merge PR #13568: Fix #13566: Add checks for invalid occurrences in several ta...
Pierre-Marie Pédrot
2020-12-15
Merge PR #13625: Tweak constr_matching so as to make it tail-rec on projectio...
coqbot-app[bot]
2020-12-14
Add checks for invalid occurrences in setoid rewrite.
Hugo Herbelin
2020-12-14
Do not rely on Reductionops to recognize canonical projections.
Pierre-Marie Pédrot
2020-12-14
Remove most of Reductionops.*_state functions.
Pierre-Marie Pédrot
2020-12-14
Cache meta access in meta_instance.
Pierre-Marie Pédrot
2020-12-12
Tweak constr_matching so as to make it tail-rec on projection expansion.
Pierre-Marie Pédrot
2020-12-11
Removing non relevant argument binding_kind of GLocalDef.
Hugo Herbelin
2020-12-10
Merge PR #12100: Fixing use of argument scopes in patterns + a further cleanu...
coqbot-app[bot]
2020-12-09
Optimization: take advantage that we don't use arrays anymore in substitutions.
Pierre-Marie Pédrot
2020-12-09
Using self-documenting argument names in two exceptions of cases.ml.
Hugo Herbelin
2020-12-09
Fixing support for argument scopes and let-ins while interning cases patterns.
Hugo Herbelin
2020-12-09
Adding functions to returning the def/decl status of an inductive arity.
Hugo Herbelin
2020-11-28
Merge PR #13479: extracting API for comparing universes of constants/inductiv...
coqbot-app[bot]
2020-11-26
Merge PR #13415: Separate interning and pretyping of universes
coqbot-app[bot]
2020-11-26
extracting API for comparing universes of constants/inductives/constructors
beta
2020-11-25
Separate interning and pretyping of universes
Gaëtan Gilbert
2020-11-25
Reserve "sort_expr" for uninterned universes
Gaëtan Gilbert
2020-11-24
Add a new evar source to refer to evars which are types of evars.
Hugo Herbelin
2020-11-23
Merge PR #13377: Fix timeout by ensuring signal exceptions are not erroneousl...
Pierre-Marie Pédrot
[next]