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
2020-10-13
Merge PR #13172: Fix #13169: vm_compute has existential crisis.
coqbot-app[bot]
2020-10-13
Merge PR #13099: Locating pattern identifiers (?id) by default at parsing tim...
Pierre-Marie Pédrot
2020-10-12
Merge PR #13163: [printing] make detyping resilient to "let x : _ := t in"
coqbot-app[bot]
2020-10-12
Merge PR #12449: Minimize Prop <= i to i := Set
coqbot-app[bot]
2020-10-11
Fix #13169: vm_compute has existential crisis.
Pierre-Marie Pédrot
2020-10-10
Add location in existential variable names (CEvar/GEvar).
Hugo Herbelin
2020-10-10
Adding and using locations on identifiers in constr_expr where they were miss...
Hugo Herbelin
2020-10-09
Update pretyping/detyping.ml
Enrico Tassi
2020-10-09
improve comment
Enrico Tassi
2020-10-09
No bidirectionality when expected type for lambda is an evar.
Gaëtan Gilbert
2020-10-09
[printing] make detyping resilient to "let x : _ := t in"
Enrico Tassi
2020-10-08
Dropping the misleading int argument of Pp.h.
Hugo Herbelin
2020-10-07
Explicitly pass around a state in Evarconv.second_order_matching.
Pierre-Marie Pédrot
2020-10-07
Algorithmically faster implementation of Evarconv.apply_on_subterm.
Pierre-Marie Pédrot
2020-10-02
Merge PR #13106: Remove the forward class hint feature.
coqbot-app[bot]
2020-09-30
Further simplification of the typeclass registration API.
Pierre-Marie Pédrot
2020-09-30
Remove the forward class hint feature.
Pierre-Marie Pédrot
2020-09-28
More precise information when unification fails because of incompatible candi...
Hugo Herbelin
2020-09-03
Comment AllowedEvars API
Maxime Dénès
2020-09-02
More efficient data structure for allowed evars
Maxime Dénès
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-08-31
Use a faster algorithm to check for class existence.
Pierre-Marie Pédrot
2020-08-27
Merge PR #12849: Rename VM-related kernel/cfoo files to kernel/vmfoo
Pierre-Marie Pédrot
2020-08-19
Merge PR #12725: Store evar identity instances in evarinfo / named_context_val
Enrico Tassi
2020-08-18
Rename VM-related kernel/cfoo files to kernel/vmfoo
Gaëtan Gilbert
2020-08-17
Merge PR #12751: Fixes reduction effect printing in the presence of non purel...
Pierre-Marie Pédrot
2020-08-11
Small code simplification in contract_(co)fix.
Pierre-Marie Pédrot
2020-08-11
Move reduce_mind_case from Reductionops to Tacred.
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-07-24
Fixes reduction effect printing in the presence of non purely applicative sta...
Hugo Herbelin
2020-07-22
Remove redundant data from VM case switch.
Pierre-Marie Pédrot
2020-07-18
Merge PR #12588: [exn] Remove some uses of print
Pierre-Marie Pédrot
2020-07-13
Don't catch anomalies for evarconv "cannot find an instance" error
Gaëtan Gilbert
2020-07-11
Merge PR #12650: Recordops: unify struc_typ summary record and libobject entr...
Pierre-Marie Pédrot
2020-07-11
Merge PR #12646: Correctly readback blocked CaseInvert matches in VM/native
Pierre-Marie Pédrot
2020-07-10
Merge PR #12638: Some changes of representation in Tacred
Enrico Tassi
2020-07-09
[error handling] Anomaly in Conversion is a "precatchable_exception"
Emilio Jesus Gallego Arias
2020-07-09
[reductionops] Comment about absorption of anomalies.
Emilio Jesus Gallego Arias
2020-07-09
[exn] Remove some uses of print
Emilio Jesus Gallego Arias
2020-07-09
Recordops: unify struc_typ summary record and libobject entry struc_tuple
Gaëtan Gilbert
2020-07-08
Merge PR #12627: Fix Canonical with universe polymorphism and primitive proje...
Enrico Tassi
2020-07-08
Remove Evarutil.new_evar_instance from the API.
Pierre-Marie Pédrot
2020-07-06
Correctly readback blocked CaseInvert matches in VM/native
Gaëtan Gilbert
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-05
Further cleanup of dead code in the Reductionops API.
Pierre-Marie Pédrot
2020-07-05
Remove the last use of the Stack module in Tacred.
Pierre-Marie Pédrot
2020-07-05
Inline make_elim_fun in Tacred.
Pierre-Marie Pédrot
2020-07-05
Inline the Reductionops.fix_recarg function.
Pierre-Marie Pédrot
[next]