index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-06-04
[classes] remove program mode from the new_instance_* APIs
Enrico Tassi
2019-06-04
[vernac] more precise types for Add Morph, Instance, and Function
Enrico Tassi
2019-06-04
[vernac] remove VtMaybeOpenProof
Enrico Tassi
2019-06-04
[rewrite] Add Morphism syntax made different for module type parameters
Enrico Tassi
2019-06-04
[function] always open a proof when used with `wf` or `measure`
Enrico Tassi
2019-06-04
VernacExtend produces vernac_interp_phase ADT (old name functional_vernac)
Gaëtan Gilbert
2019-06-04
Overlays for coq/coq#10050 (proof_global API changes)
Gaëtan Gilbert
2019-06-04
Replace ModifyProofStack by CloseProof
Gaëtan Gilbert
2019-06-04
Rename Proof_global.{pstate -> t}
Gaëtan Gilbert
2019-06-04
Rename Proof_global.{t -> stack}
Gaëtan Gilbert
2019-06-04
Vernacextend only returns a proof_global.t option, not a vernacstate
Gaëtan Gilbert
2019-06-04
Funind: use maybe_open_proof a bit less
Gaëtan Gilbert
2019-06-04
Alternate syntax for ![]: VERNAC EXTEND Foo STATE proof
Gaëtan Gilbert
2019-06-04
coqpp: add new ![] specifiers for structured proof interaction
Gaëtan Gilbert
2019-06-04
Proof_global: pass only 1 pstate when we don't want the proof stack
Gaëtan Gilbert
2019-06-04
rewrite.ml: remove outdated comment
Gaëtan Gilbert
2019-06-04
instance_name grammar entry isn't global
Gaëtan Gilbert
2019-06-04
rewrite.ml: drop the id returned by new_instance earlier
Gaëtan Gilbert
2019-06-03
Merge PR #10287: Update tutorial plugin to use sigma instad of evd, in keepin...
Enrico Tassi
2019-06-03
Merge PR #10280: Fixed typo in CONTRIBUTING.md
Théo Zimmermann
2019-06-03
Merge PR #10277: Remove Show Script (deprecated in 8.10)
Théo Zimmermann
2019-06-03
Merge PR #10261: Update doc to reflect that PG now supports Coq-generated pro...
Théo Zimmermann
2019-06-03
Fix affiliation and ordering in CREDITS
Talia Ringer
2019-06-03
Update tutorial plugin to use sigma, in keeping with doc recommendations
Talia Ringer
2019-06-03
Update doc to reflect that PG now supports Coq-generated proof diffs
Jim Fehrle
2019-05-31
Fixed typo in CONTRIBUTING.md
Jose Fernando Lopez Fernandez
2019-05-31
Remove Show Script (deprecated in 8.10)
Gaëtan Gilbert
2019-05-30
Merge PR #10269: Checker: don't use monomorphic universes attached to a constant
Pierre-Marie Pédrot
2019-05-29
Merge PR #10252: Various dynamic assertions and cleanups in opaque typing
Maxime Dénès
2019-05-29
Merge PR #10248: Move the Discharge module in the kernel and merge it with Co...
Maxime Dénès
2019-05-29
Merge PR #10270: Fix debug printers
Enrico Tassi
2019-05-29
Merge PR #10049: [elaboration] Bidirectionality hints
Enrico Tassi
2019-05-28
Merge PR #10228: gitlab: run less jobs unless FULL_CI=true
Emilio Jesus Gallego Arias
2019-05-28
Fix printers.sh test when missing coqtop.byte, print more info
Gaëtan Gilbert
2019-05-28
Merge PR #10258: Remove the delayed universe table from object files.
Enrico Tassi
2019-05-28
Fix [Drop. #use "include";;] for indirect_accessor
Gaëtan Gilbert
2019-05-28
[elaboration] Bidirectionality hints
Maxime Dénès
2019-05-28
Same universe constraint fix for the checker.
Pierre-Marie Pédrot
2019-05-28
Checker: don't use monomorphic universes attached to a constant
Gaëtan Gilbert
2019-05-28
Merge PR #10133: mind_kelim is the highest allowed sort instead of a list
Pierre-Marie Pédrot
2019-05-27
Remove the delayed universe table from object files.
Pierre-Marie Pédrot
2019-05-27
Merge PR #10249: More precise type for export and inlining of private constants
Maxime Dénès
2019-05-27
Fix #10251: Type-checking of polymorphic opaque constr entry types is broken.
Pierre-Marie Pédrot
2019-05-27
Specific code path for opaque polymorphic constants.
Pierre-Marie Pédrot
2019-05-27
Ensure dynamically that non-opaque definitions are always side-effect free.
Pierre-Marie Pédrot
2019-05-27
Ensure dynamically that opaque definitions come with their type.
Pierre-Marie Pédrot
2019-05-27
gitlab: run less jobs unless FULL_CI=true
Gaëtan Gilbert
2019-05-27
Overlay for mind_kelim change (#10133)
Gaëtan Gilbert
2019-05-27
mind_kelim is the highest allowed sort instead of a list
Gaëtan Gilbert
2019-05-27
Merge PR #10241: Update README.md / add SUPPORT.md file.
Maxime Dénès
[next]