index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-24
added numeral_notation to META.coq.in
Ali Caglayan
2020-08-23
Merge PR #12851: Extraction: At declaration point of a global, use its declar...
Maxime Dénès
2020-08-22
Merge PR #12866: Less fragile scheme equality
Hugo Herbelin
2020-08-21
Merge PR #12853: Another tactic error location fix after PR#12223 and PR#12774
Pierre-Marie Pédrot
2020-08-21
Merge PR #12857: [ssr] when porting v8.2 code no backtracking point has to be...
Pierre-Marie Pédrot
2020-08-21
Merge PR #12759: [vernac] refine check for unresolved evars
coqbot
2020-08-20
Use properly fresh names for Scheme Equality
Jasper Hugunin
2020-08-20
[ssr] when porting v8.2 code no backtracking point has to be added
Enrico Tassi
2020-08-20
Merge PR #12756: Do not refresh the names of implicit arguments.
Maxime Dénès
2020-08-20
[vernac] refine check for unresolved evars
Enrico Tassi
2020-08-19
Yet other tactic error location fixes (see PR#12223 and PR#12774).
Hugo Herbelin
2020-08-19
Prefer eval_tactic_ist, which has error localisation, to interp_tactic.
Hugo Herbelin
2020-08-19
In tacinterp.ml, renaming eval_tactic into eval_tactic_ist to match the API.
Hugo Herbelin
2020-08-19
Merge PR #12856: Adding a mention of the JSON extraction in the documentation.
coqbot
2020-08-19
Merge PR #12709: Simplify hint pattern handling
Matthieu Sozeau
2020-08-19
Do not refresh the names of implicit arguments.
Jasper Hugunin
2020-08-19
Add overlay.
Pierre-Marie Pédrot
2020-08-19
Replace Hints.head_constr_bound with Hints.head_bound.
Pierre-Marie Pédrot
2020-08-19
Simplify the computation of the head global for hint patterns.
Pierre-Marie Pédrot
2020-08-19
Ensure statically that Hint Extern comes with a pattern.
Pierre-Marie Pédrot
2020-08-19
Fixes #10902 by adding a mention of the JSON extraction in the documentation.
Martin Bodin
2020-08-19
Merge PR #12822: Do not precompute hint dnets eagerly
Matthieu Sozeau
2020-08-19
Merge PR #12725: Store evar identity instances in evarinfo / named_context_val
Enrico Tassi
2020-08-19
Merge PR #12774: Fixing tactic loc updating in #12223
Pierre-Marie Pédrot
2020-08-18
Extraction: At declaration point of a global, use its declaring name.
Hugo Herbelin
2020-08-18
Remaining bugs in PR#12223 which fixed location of tactic errors (issue #12152).
Hugo Herbelin
2020-08-17
Merge PR #12841: Recommend replace as a replacement to cutrewrite.
coqbot
2020-08-17
Merge PR #12802: Document semantic restriction on patterns in Gallina match c...
coqbot
2020-08-17
Recommend replace as a replacement to cutrewrite.
Théo Zimmermann
2020-08-17
Merge PR #12751: Fixes reduction effect printing in the presence of non purel...
Pierre-Marie Pédrot
2020-08-15
Document semantic restriction on patterns
Jim Fehrle
2020-08-14
Do not precompute hint dnets eagerly.
Pierre-Marie Pédrot
2020-08-13
Merge PR #12823: Move reduce_mind_case from Reductionops to Tacred.
Enrico Tassi
2020-08-13
Merge PR #12799: [stdlib] [List] Additional statements about List.repeat
Anton Trunov
2020-08-13
Merge PR #12716: deprecate prod_curry and prod_uncurry
Anton Trunov
2020-08-13
Merge PR #12720: Factor code related to class hint clenv
Hugo Herbelin
2020-08-13
Merge PR #12718: Do not rely on higher-order interfaces for patterns in dnets.
Hugo Herbelin
2020-08-13
Merge PR #12556: Bring Float notations in line with stdlib
Hugo Herbelin
2020-08-13
Merge PR #12479: Bring Int63 notations into line with stdlib
Anton Trunov
2020-08-12
Merge PR #12748: Windows CI: changed cygwin repo server
coqbot
2020-08-12
Add overlays.
Pierre-Marie Pédrot
2020-08-12
Cosmetic changes as suggested by SkySkimmer.
Pierre-Marie Pédrot
2020-08-12
Further code simplification in typeclass resolution tactic.
Pierre-Marie Pédrot
2020-08-12
Split the uses of connect_hint_clenv into two different functions.
Pierre-Marie Pédrot
2020-08-12
Remove dead code after the previous commit.
Pierre-Marie Pédrot
2020-08-12
Tentatively more efficient implementation of e_give_exact for typeclasses.
Pierre-Marie Pédrot
2020-08-12
Export a dedicated function that applies immediately a hint.
Pierre-Marie Pédrot
2020-08-12
Code simplification around hint manipulation in Class_tactics.
Pierre-Marie Pédrot
2020-08-12
Make the Hint.hint type private.
Pierre-Marie Pédrot
2020-08-12
Move connect_hint_clenv from Auto to Hints.
Pierre-Marie Pédrot
[next]