index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
interp
Age
Commit message (
Expand
)
Author
2019-05-23
do not parse `|` as infix in patterns; parse `|}` as `|` `}`
Georges Gonthier
2019-05-23
Fixing typos - Part 2
JPR
2019-05-22
Merge PR #10177: Fix #10176: shadowing vs automatic class based generalizatio...
Hugo Herbelin
2019-05-21
Merge PR #10174: Further cleanup of the side-effect machinery
Gaëtan Gilbert
2019-05-20
Ensure statically that declarations built by Term_typing are direct.
Pierre-Marie Pédrot
2019-05-19
Merge the definition of constants and private constants in the API.
Pierre-Marie Pédrot
2019-05-19
Inverting the responsibility to define logically a constant in Declare.
Pierre-Marie Pédrot
2019-05-19
Implicit Quantifiers recurse in continuation of let-in
Jasper Hugunin
2019-05-18
Merge PR #10134: Simplify impargs
Hugo Herbelin
2019-05-16
Fix #10176: shadowing vs automatic class based generalization
Gaëtan Gilbert
2019-05-16
binder_kind Generalized: remove 1st arg as it's always Implicit
Gaëtan Gilbert
2019-05-16
Cleanup Implicit_quantifiers.implicit_application
Gaëtan Gilbert
2019-05-13
Merge PR #10076: [Canonical structures] Annotation to field declarations to p...
Enrico Tassi
2019-05-10
[Canonical structures] Some projections may not be canonical
Vincent Laporte
2019-05-10
Remove ref from some implicit_discharge_request
Jasper Hugunin
2019-05-10
Simplify dispose_implicits
Jasper Hugunin
2019-05-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
2019-04-29
Revert #8187
Vincent Laporte
2019-04-29
Revert #9249
Vincent Laporte
2019-04-23
Merge PR #9889: Fix pretty-printing of primitive integers
Maxime Dénès
2019-04-16
[ast] [constrexpr] Make recursion_order_expr an AST node.
Emilio Jesus Gallego Arias
2019-04-16
Clean the representation of recursive annotation in Constrexpr
Maxime Dénès
2019-04-11
Merge PR #9909: Remove all but one call to `Global` in the pretyper
Pierre-Marie Pédrot
2019-04-10
Merge PR #9910: [api] [proofs] Remove dependency of proofs on interp.
Gaëtan Gilbert
2019-04-10
Remove calls to global env in Inductiveops
Maxime Dénès
2019-04-10
Remove calls to Global.env and Libobject from Recordops
Maxime Dénès
2019-04-10
Remove calls to Global.env in Glob_ops
Maxime Dénès
2019-04-10
Functionalize env in type classes
Maxime Dénès
2019-04-06
Fix pretty-printing of primitive integers
Erik Martin-Dorel
2019-04-05
[api] [proofs] Remove dependency of proofs on interp.
Emilio Jesus Gallego Arias
2019-04-05
Remove cache in Heads
Maxime Dénès
2019-04-02
Allow underscores as comments in numeral constants.
Pierre Roux
2019-04-02
Add parsing of decimal constants (e.g., 1.02e+01)
Pierre Roux
2019-04-02
Rename raw_natural_number to raw_numeral
Pierre Roux
2019-04-01
Replace type sign = bool with SPlus | SMinus
Pierre Roux
2019-04-01
Update numeral notation printing doc
Jason Gross
2019-04-01
[numeral] Add a case for IndRef in constr_of_glob
Jason Gross
2019-04-01
[interp] [numeral] Use cbv rather than vm
Jason Gross
2019-03-30
Error when [foo.(bar)] is used with nonprojection [bar]
Gaëtan Gilbert
2019-03-25
Merge PR #9586: Use named_context_val for fast lookup in intern named reference
Emilio Jesus Gallego Arias
2019-03-18
Use named_context_val for fast lookup in intern named reference
Gaëtan Gilbert
2019-03-18
Fix constr_matching on SProp
Gaëtan Gilbert
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-03-14
Add a non-cumulative impredicative universe SProp.
Gaëtan Gilbert
2019-03-14
Make Sorts.t private
Gaëtan Gilbert
2019-03-12
Merge PR #9389: Implement a method for manual declaration of implicits.
Emilio Jesus Gallego Arias
2019-02-28
Constructor type information uses the expanded form.
Pierre-Marie Pédrot
2019-02-28
Implement a method for manual declaration of implicits.
Jasper Hugunin
2019-02-20
Merge PR #9529: Change Primitive message: "is registered" -> "is declared".
Vincent Laporte
2019-02-19
Notations: Enforce strong evaluation of cases_pattern_of_glob_constr.
Hugo Herbelin
[next]