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-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
2019-10-31
Merge PR #10985: Print argument info as an Arguments command in About
Emilio Jesus Gallego Arias
2019-10-31
[prettyp] remove `mod_ops` and `indirect_accessor` parameters
Gaëtan Gilbert
2019-10-31
Merge PR #10997: Implement the unsupported attribute error using the warning ...
Emilio Jesus Gallego Arias
2019-10-31
restore red behaviour printing
Gaëtan Gilbert
2019-10-31
ppvernac: bidi hints use & not |
Gaëtan Gilbert
2019-10-31
Print argument info as an Arguments command in About
Gaëtan Gilbert
2019-10-31
Move prettyp (Print implementation) to vernac/
Gaëtan Gilbert
2019-10-31
Move Arguments implementation to its own file (from vernacentries)
Gaëtan Gilbert
2019-10-30
Rename the 2 local type_cstr nonterminals to give them unique names
Jim Fehrle
2019-10-30
Implement the unsupported attribute error using the warning system
Gaëtan Gilbert
2019-10-30
Merge PR #10960: Move inference_hook from vernacentries to lemmas
Emilio Jesus Gallego Arias
2019-10-30
Merge PR #10973: Remove dead code in save_remaining_recthms
Emilio Jesus Gallego Arias
2019-10-30
Merge PR #10303: Raise an anomaly when looking up unknown constant/inductive
Pierre-Marie Pédrot
2019-10-30
Merge PR #10949: [declare] Provide helper for private constant inlining.
Pierre-Marie Pédrot
2019-10-30
Move start_proof_com from lemmas to vernacentries
Gaëtan Gilbert
2019-10-29
[declare] Use helper function for `fix_exn` instead of relying on internals.
Emilio Jesus Gallego Arias
2019-10-29
[declare] Make `proof_entry` a private type.
Emilio Jesus Gallego Arias
2019-10-28
[declare] Provide helper for private constant inlining.
Emilio Jesus Gallego Arias
2019-10-28
Merge PR #10950: [declare] Split universe and inductive declaration code to v...
Gaëtan Gilbert
2019-10-28
Merge PR #10952: [library] [nit] Remove unnecessary type alias.
Gaëtan Gilbert
2019-10-26
Remove dead code in save_remaining_recthms
Gaëtan Gilbert
2019-10-25
[declare] Generalize kind type on declareDef
Emilio Jesus Gallego Arias
2019-10-25
[vernac] [inductive] Remove unused internal export.
Emilio Jesus Gallego Arias
2019-10-25
[inductive] [declare] Move full inductive declaration to declareInd
Emilio Jesus Gallego Arias
2019-10-24
[declare] Split inductive declaration code to vernac/
Emilio Jesus Gallego Arias
2019-10-24
[declare] Split universe declaration code to vernac/
Emilio Jesus Gallego Arias
2019-10-24
[library] [nit] Remove unnecessary type alias.
Emilio Jesus Gallego Arias
2019-10-24
Raise an anomaly when looking up unknown constant/inductive
Gaëtan Gilbert
2019-10-14
Remove obj_sec field of Nametab.obj_prefix record.
Gaëtan Gilbert
2019-10-14
Use kernel info from Global for Lib.sections_{depth,are_opened}
Gaëtan Gilbert
2019-10-13
Fix #10888: Context import behaviour in modtype
Gaëtan Gilbert
2019-10-13
Merge PR #10670: ComAssumption cleanup
Pierre-Marie Pédrot
2019-10-11
Merge PR #10697: [vernac] Split vernacular translation and interpretation.
Gaëtan Gilbert
2019-10-11
Merge PR #10844: Bump version number to 8.11.
Théo Zimmermann
2019-10-07
Call to update-compat.py.
Pierre-Marie Pédrot
2019-10-07
[vernac] Split vernacular translation and interpretation.
Emilio Jesus Gallego Arias
2019-10-05
Fix #10669 incorrect substitution in context outside section
Gaëtan Gilbert
2019-10-05
Cleanup ComAssumption
Gaëtan Gilbert
2019-10-05
Move do_primitive from comassumption to its own module.
Gaëtan Gilbert
2019-10-05
Declare universes for variables outside of Declare.declare_variable
Gaëtan Gilbert
2019-10-04
Remove redundancy in section hypotheses of kernel entries.
Pierre-Marie Pédrot
2019-10-04
Merge PR #10798: Loosen restrictions on mixing universe mono/polymorphism in ...
Pierre-Marie Pédrot
2019-10-03
Merge PR #10727: [library] Move `Declaremods` to `vernac/`
Pierre-Marie Pédrot
2019-10-02
Loosen restrictions on mixing universe mono/polymorphism in sections
Gaëtan Gilbert
[next]