index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
theories
/
Init
Age
Commit message (
Expand
)
Author
2019-10-29
Use a less kludgy way of solving #9114
Jason Gross
2019-10-29
Fix #9114, assert_succeeds (exact I) solves goal
Jason Gross
2019-10-29
`assert_succeeds`&`assert_fails`: multisuccess fix
Jason Gross
2019-09-16
Fix #10757: Program Fixpoint uses "exists" for telescopes
Gaëtan Gilbert
2019-09-09
Merge PR #9379: Vectors: lemmas about uncons and splitAt
Hugo Herbelin
2019-09-01
edits per review
Yishuai Li
2019-09-01
Vectors: lemmas about uncons and splitAt
Yishuai Li
2019-08-26
Make kernel parametric on the lowest universe and fix #9294
Matthieu Sozeau
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-25
Modifying theories to preferably use the "[= ]" syntax, and,
Hugo Herbelin
2019-05-23
Fixing typos - Part 3
JPR
2019-04-05
Merge PR #8764: Add parsing of decimal constants (e.g., 1.02e+01)
Emilio Jesus Gallego Arias
2019-04-03
Merge PR #8638: Remove -compat 8.7
Théo Zimmermann
2019-04-02
Remove -compat 8.7
Jason Gross
2019-04-02
Add parsing of decimal constants (e.g., 1.02e+01)
Pierre Roux
2019-03-26
Declare initial hint databases in prelude
Maxime Dénès
2019-03-14
Add StrictProp.v with basic SProp related definitions
Gaëtan Gilbert
2019-02-04
Merge PR #9386: Pass some files to strict focusing mode.
Pierre-Marie Pédrot
2019-01-31
Fix off-by-one error in nat syntax warnings
Jason Gross
2019-01-25
[Numeral notations] Use Coqlib registered constants
Vincent Laporte
2019-01-23
Pass some files to strict focusing mode.
Gaëtan Gilbert
2018-12-19
Put #[universes(template)] on all auto template spots in stdlib
Gaëtan Gilbert
2018-11-28
Byte.v: use right-associative tuples in bits
Jason Gross
2018-11-28
Speed up Byte
Jason Gross
2018-11-28
Add `String Notation` vernacular like `Numeral Notation`
Jason Gross
2018-11-14
Deprecate hint declaration/removal with no specified database
Maxime Dénès
2018-10-10
[coqlib] Rebindable Coqlib namespace.
Emilio Jesus Gallego Arias
2018-10-02
Update compat notations to be compat 8.7
Jason Gross
2018-09-25
Adding lemmas about dependent equality.
Hugo Herbelin
2018-09-25
Mini refreshing layout Datatypes.v.
Hugo Herbelin
2018-09-25
Adding f_equal_dep in Logic.v.
Hugo Herbelin
2018-09-10
Adapting standard library to the introduction of "Declare Scope".
Hugo Herbelin
2018-08-31
Decimal: scope name changed dec_(u)int_scope
Pierre Letouzey
2018-08-31
Numeral Notation for nat
Pierre Letouzey
2018-08-31
Numeral Notation: allow parsing from/to Decimal.int or Decimal.uint
Pierre Letouzey
2018-08-31
Prelude : update the comment about ML plugins loaded by Init
Pierre Letouzey
2018-07-10
Fix typo in Init.Logic.
whitequark
2018-07-02
hints: add Hint Variables/Constants Opaque/Transparent commands
Matthieu Sozeau
2018-03-09
Merge PR #6820: Tacticals assert_fails and assert_succeeds
Maxime Dénès
2018-03-08
Merge PR #6522: Fix core hint database issue #6521
Maxime Dénès
2018-03-08
Merge PR #6743: Add notation {x & P} for sigT
Maxime Dénès
2018-03-05
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-02
Remove the deprecation for some 8.2-8.5 compatibility aliases.
Théo Zimmermann
2018-02-28
Uniform spacing layout in Tactics.v.
Hugo Herbelin
2018-02-28
Added tacticals assert_succeeds/assert_fails (courtesy of Jason Gross).
Hugo Herbelin
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-24
Merge PR #6599: Decimals in prelude
Maxime Dénès
2018-02-20
Decimal: proofs that conversions from/to nat,N,Z are bijections
Pierre Letouzey
2018-02-20
Decimal: simple representation of base-10 numbers
Pierre Letouzey
2018-02-20
Trying a hack to support {'pat|P} without breaking compatibility.
Hugo Herbelin
[next]