index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
theories
/
QArith
Age
Commit message (
Expand
)
Author
2019-04-02
Add a Numeral Notation for QArith (e.g., 1.02e+01%Q for 102 # 10)
Pierre Roux
2018-11-14
Deprecate hint declaration/removal with no specified database
Maxime Dénès
2018-09-10
Adapting standard library to the introduction of "Declare Scope".
Hugo Herbelin
2018-03-09
Merge PR #6155: Get rid of ' notation for Zpos in QArith
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-27
Update headers following #6543.
Théo Zimmermann
2017-11-14
Get rid of ' notation for Zpos in QArith.
Robbert Krebbers
2017-10-27
Merge PR #1113: Adding 3 Arith/QArith lemmas that I found useful
Maxime Dénès
2017-10-27
Chaining two tactics in a proof
Raphaël Monat
2017-10-25
Moving from `is_true` to `= true`
Raphaël Monat
2017-10-12
Added proofs of Qeq_bool_refl, Qeq_bool_sym, Qeq_bool_trans.
Raphaël Monat
2017-10-08
Changed Qeq_bool_sym into Qeq_bool_comm, used the proof of @letouzey.
Raphaël Monat
2017-10-05
[ltac] Warning for deprecated `Add Setoid` and `Add Morphism` forms.
Emilio Jesus Gallego Arias
2017-10-03
Add Qabs_Qinv: Qabs (/ q) == / (Qabs q).
Raphaël Monat
2017-10-03
Add Qeq_bool_sym: Qeq_bool x y = Qeq_bool y x.
Raphaël Monat
2017-08-21
Ensuring all .v files end with a newline to make "sed -i" work better on them.
Hugo Herbelin
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-08
Fix bug 5026 (the stdlib shouldn't define inconsistent notations).
Théo Zimmermann
2017-06-01
drop vo.itarget files and compute the corresponding the corresponding values ...
Matej Kosik
2017-04-02
Simplify some proofs.
Guillaume Melquiond
2017-03-14
Fix 3 unused-intro-pattern warnings in stdlib.
Théo Zimmermann
2016-06-18
Giving a more natural semantics to injection by default.
Hugo Herbelin
2016-02-26
Qcabs : absolute value on normalized rational numbers Qc
Pierre Letouzey
2016-02-26
Qcanon : fix names of lemmas Qcle_alt & Qcge_alt (were Qle_alt & Qge_alt)
Pierre Letouzey
2016-02-26
Qcanon : implement some old suggestions by C. Auger
Pierre Letouzey
2016-01-20
Update copyright headers.
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2014-10-17
Revert "Essai où assert_style n'est utilisé que si pas visuellement une éq...
Hugo Herbelin
2014-10-17
Essai où assert_style n'est utilisé que si pas visuellement une équation;
Hugo Herbelin
2014-09-17
Add some missing Proof statements.
Guillaume Melquiond
2014-07-08
Fixing bug #3270. Patch by Robbert Krebbers.
Pierre-Marie Pédrot
2014-05-18
Revert "Fix Qcanon after changes on injection."
Maxime Dénès
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-02
Eta contractions to please cbn
Pierre Boutillier
2014-04-30
Fix Qcanon after changes on injection.
Maxime Dénès
2012-10-01
Ltac repeat is in fact already doing progress
letouzey
2012-08-08
Updating headers.
herbelin
2012-07-05
Legacy Ring and Legacy Field migrated to contribs
letouzey
2012-07-05
Kills the useless tactic annotations "in |- *"
letouzey
2012-07-05
Open Local Scope ---> Local Open Scope, same with Notation and alii
letouzey
2012-07-05
ZArith + other : favor the use of modern names instead of compat notations
letouzey
2011-11-21
theories/, plugins/ and test-suite/ ported to the Arguments vernacular
gareuselesinge
2011-08-17
Smaller proof terms for QcPower_{0,pos}
glondu
2011-06-24
Clean-up of Znumtheory, deletion of Zgcd_def
letouzey
2011-05-05
BinInt: Z.add become the alternative Z.add'
letouzey
2011-05-05
Modularization of BinPos + fixes in Stdlib
letouzey
2011-03-17
CompareSpec: a slight generalization/reformulation of CompSpec
letouzey
2010-12-10
First release of Vector library.
pboutill
2010-11-05
Numbers: axiomatization, properties and implementations of gcd
letouzey
[next]