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-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
2019-02-18
Merge PR #9589: Deprecate duplicated explicitation_eq
Emilio Jesus Gallego Arias
2019-02-18
Merge PR #9439: Separate variance and universe fields in inductives.
Pierre-Marie Pédrot
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-02-16
Deprecated duplicated explicitation_eq
Jasper Hugunin
2019-02-11
Fix #9508: Unexpected interaction between implicit arguments and primitive pr...
Pierre-Marie Pédrot
2019-02-08
Change Primitive message: "is registered" -> "is declared".
Gaëtan Gilbert
2019-02-05
Make Program a regular attribute
Maxime Dénès
2019-02-04
Primitive integers
Maxime Dénès
2019-01-25
Notations: Removing useless parentheses on abbrevs for prefix of an application.
Hugo Herbelin
2018-12-30
Fixing an interpretation bug of the "in" clause of "match".
Hugo Herbelin
2018-12-30
Mini-reorganization of functions about cases pattern reducing to a variable.
Hugo Herbelin
2018-12-25
Fixing printing bug due to using equality ill-checking hash key of kernel name.
Hugo Herbelin
2018-12-18
Fixes #9229 (Infix not robust wrt choice of variable names).
Hugo Herbelin
2018-12-17
Merge PR #9153: [api] Move reduction modules to `tactics`
Pierre-Marie Pédrot
2018-12-17
Merge PR #9220: Move shallow state logic to the function preparing state for ...
Enrico Tassi
2018-12-13
Merge PR #9167: Fixes #9166: no deprecation warning on aliases used as patter...
Pierre-Marie Pédrot
2018-12-13
Move shallow state logic to the function preparing state for workers
Maxime Dénès
2018-12-12
Higher-level libobject API for objects with fixed scopes
Maxime Dénès
2018-12-12
Merge PR #8965: Add `String Notation` vernacular like `Numeral Notation`
Hugo Herbelin
[next]