index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
Age
Commit message (
Expand
)
Author
2020-01-13
Merge PR #11280: Fix #11195 and add other improvements: try loading .vio (and...
Pierre-Marie Pédrot
2020-01-09
Fix build after merge of #11164
Gaëtan Gilbert
2020-01-09
Merge PR #11164: [CS] allow Let variable to be canonical
Pierre-Marie Pédrot
2019-12-31
Merge PR #11338: Remove uses of Global in Evd API.
Gaëtan Gilbert
2019-12-29
Merge PR #11334: Fixes a small bug exposing an _ANONYMOUS_REL in a unificatio...
Pierre-Marie Pédrot
2019-12-28
Extend `Print Canonical Projections` with a search functionality
Kazuhiko Sakaguchi
2019-12-27
Merge PR #11315: Ensure that a custom entry cannot be defined twice.
Hugo Herbelin
2019-12-26
Remove uses of Global in Evd API.
Pierre-Marie Pédrot
2019-12-24
[Attributes] accept #[canonical] (Let|Definition)
Enrico Tassi
2019-12-24
[CS] Allow a variable introduced with Let to be a canonical instance
Enrico Tassi
2019-12-23
Merge PR #11293: Rename files with Class in their name to make their role cle...
Hugo Herbelin
2019-12-23
Fixes a small bug exposing an _ANONYMOUS_REL in a unification error message.
Hugo Herbelin
2019-12-23
Merge PR #11274: [library] [cleanup] Remove code duplication.
Pierre-Marie Pédrot
2019-12-22
Rename files with Class in their name to make their role clearer.
Pierre-Marie Pédrot
2019-12-22
Ensure that a custom entry cannot be defined twice.
Pierre-Marie Pédrot
2019-12-20
Fix handling of recursive notations with custom entries
Maxime Dénès
2019-12-18
Merge PR #10616: Fix push_universe_context* interfaces to use a consistent ~s...
Pierre-Marie Pédrot
2019-12-16
Don't pass (ignored) implicits to interp_mutual_inductive_constr
Gaëtan Gilbert
2019-12-16
Remove variance info from inductive entries, infer in indtyping
Gaëtan Gilbert
2019-12-16
reduce arguments of template_polymorphism_candidate
Gaëtan Gilbert
2019-12-16
comInductive: remove redundant check_evars calls
Gaëtan Gilbert
2019-12-16
Pretyping.check_evars: make initial evar map optional
Gaëtan Gilbert
2019-12-13
Use ~strict argument consistently in push_context/push_context_set intfs
Matthieu Sozeau
2019-12-12
Fix #11195 and add other improvements: try loading .vio (and not just .vo) if...
charguer
2019-12-10
[library] [cleanup] Remove code duplication.
Emilio Jesus Gallego Arias
2019-12-10
Merge PR #10202: Slightly more robust manual implicit arguments
Emilio Jesus Gallego Arias
2019-12-10
Make explicit that users should not observe return values of scheme functions.
Pierre-Marie Pédrot
2019-12-10
Simplify internal flags in scheme declarations.
Pierre-Marie Pédrot
2019-12-06
Moving the diversity of constr printers to a label style.
Hugo Herbelin
2019-12-04
Impargs: Using ExplByPos/ExplByName rather than encoding index as an ident.
Hugo Herbelin
2019-12-03
Merge PR #11113: Remove deprecated compat modifier of Notation / Infix commands.
Emilio Jesus Gallego Arias
2019-12-03
Merge PR #11162: [CS] support #[local] attribute
Maxime Dénès
2019-12-02
Remove deprecated compat modifier of Notation / Infix commands.
Théo Zimmermann
2019-12-02
[CS] support #[local] attribute
Enrico Tassi
2019-12-02
Merge PR #10575: Clean up deprecations
Théo Zimmermann
2019-12-01
Merge PR #11185: Remove deprecated Typeclasses Axioms Are Instances.
Gaëtan Gilbert
2019-11-30
Actually deprecate `SearchAbout`
Maxime Dénès
2019-11-29
Remove deprecated Typeclasses Axioms Are Instances.
Théo Zimmermann
2019-11-27
Remove deprecated commands `AddPath`, `AddRecPath` and `DelPath`
Maxime Dénès
2019-11-27
[release] Update files for 8.12 release per release process.
Emilio Jesus Gallego Arias
2019-11-26
indTyping: error instead of anomaly for ill-formed template
Gaëtan Gilbert
2019-11-26
Fix #11039: proof of False with template poly and nonlinear universes
Gaëtan Gilbert
2019-11-25
Merge PR #11146: Combine similar arguments when printing Arguments command
Hugo Herbelin
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-21
Merge PR #11103: Grammars: unification fix/cofix between constr/vernac + clea...
Emilio Jesus Gallego Arias
2019-11-21
Merge PR #11075: load .vo when .vos is missing + misc vos changes
Emilio Jesus Gallego Arias
2019-11-20
Combine similar arguments when printing Arguments command
Gaëtan Gilbert
2019-11-20
make VernacArguments closer to user syntax
Gaëtan Gilbert
2019-11-20
From CoqIDE or -vos or -vok compilation, load .vo when .vos is missing (fixin...
charguer
2019-11-19
G_constr: Renaming record_fields_instance -> fields_def.
Hugo Herbelin
[next]