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
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
2019-11-19
Grammar: mini-factorization between fix/cofix and Fixpoint/CoFixpoint.
Hugo Herbelin
2019-11-16
Merge PR #10996: Refine Instance returns
Pierre-Marie Pédrot
2019-11-15
Merge PR #11079: Rename non-unique local nonterminals
Hugo Herbelin
2019-11-14
Rename non-unique local nonterminals
Jim Fehrle
2019-11-13
cleanup unused argument for Classes.do_instance_resolve_TC
Gaëtan Gilbert
2019-11-13
Return of Refine Instance as an attribute.
Gaëtan Gilbert
2019-11-13
don't double parse program attribute for vernacinstance
Gaëtan Gilbert
2019-11-12
Merge PR #11045: Forbid Include inside sections
Pierre-Marie Pédrot
2019-11-11
Run update-compat script with --release option.
Théo Zimmermann
2019-11-11
Merge PR #11052: Fix #11048: uncaught destKO in inductive type
Pierre-Marie Pédrot
2019-11-08
Make [Proof_global.closed_proof_output] opaque
Gaëtan Gilbert
2019-11-05
Fix #11048: uncaught destKO in inductive type
Gaëtan Gilbert
2019-11-05
Forbid Include inside sections
Gaëtan Gilbert
2019-11-02
Merge PR #11007: [classes] Some refactoring on proof save preparation.
Gaëtan Gilbert
2019-11-01
Merge PR #10647: Expose universe processing in comInductive.
Gaëtan Gilbert
2019-11-01
Merge PR #9867: Add primitive floats (binary64 floating-point numbers)
Maxime Dénès
2019-11-01
minor cleanup of anonymous functions
Gaëtan Gilbert
2019-11-01
Expose universe processing in comInductive.
Jan-Oliver Kaiser
2019-11-01
Implementing support for vos/vok files.
charguer
2019-11-01
Add "==", "<", "<=" in PrimFloat.v
Erik Martin-Dorel
2019-11-01
Add next_{up,down} primitive float functions
Pierre Roux
2019-11-01
Implement classify on primitive float
Pierre Roux
2019-11-01
Change return type of primitive float comparison
Pierre Roux
2019-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-11-01
Declare type of primitives in CPrimitives
Pierre Roux
[next]