aboutsummaryrefslogtreecommitdiff
path: root/theories
AgeCommit message (Expand)Author
2020-08-27Merge PR #12913: Modify lia to work with -mangle-namescoqbot-app[bot]
2020-08-27Merge PR #12898: [ssr] backport ssrbool from Math Comp 1.11Enrico Tassi
2020-08-26Modify lia to work with -mangle-namesJasper Hugunin
2020-08-26address comments and fixupsReynald Affeldt
2020-08-25Require NsatzTactic: nsatz support for Z and QJason Gross
2020-08-25fix notation-incompatible-format warningsReynald Affeldt
2020-08-25Merge PR #12801: Put cyclic numbers in sort Set instead of TypeAnton Trunov
2020-08-25add contra lemmas introduced by MathComp's PR #499Reynald Affeldt
2020-08-25tentative backport of ssrbool from MathComp 1.11Reynald Affeldt
2020-08-24Put cyclic numbers in sort Set instead of TypeVincent Semeria
2020-08-20Modify Init/Specif.v to compile with -mangle-namesJasper Hugunin
2020-08-20Modify Init/Datatypes.v to compile with -mangle-names.Jasper Hugunin
2020-08-20Modify Init/Logic.v to compile with -mangle-names.Jasper Hugunin
2020-08-13Merge PR #12799: [stdlib] [List] Additional statements about List.repeatAnton Trunov
2020-08-13Merge PR #12716: deprecate prod_curry and prod_uncurryAnton Trunov
2020-08-13Merge PR #12556: Bring Float notations in line with stdlibHugo Herbelin
2020-08-12Additional statements about List.repeatOlivier Laurent
2020-08-11deprecate prod_curry and prod_uncurryYishuai Li
2020-08-09Bring Int63 notations into line with stdlibJason Gross
2020-08-09Bring Float notations in line with stdlibJason Gross
2020-07-09Merge PR #12542: Defined arbitrary base logarithms (Rlog) and added natural l...Michael Soegtrop
2020-07-06Primitive persistent arraysMaxime Dénès
2020-07-05Defined arbitrary base logarithms (Rlog) and added natural lemmas concerning ...Larry D. Lee Jr
2020-07-01UIP in SPropGaëtan Gilbert
2020-06-23Merge PR #12552: Add a pre-hook mechanism for the `zify` tacticFrédéric Besson
2020-06-22Elementary properties about IZR for generic use.Hugo Herbelin
2020-06-20Add a pre-hook mechanism for the `zify` tacticKazuhiko Sakaguchi
2020-06-20Merge PR #12407: Fix #12406: fix Coq type error in dependent induction's LtacAnton Trunov
2020-06-14Update zify documentationFrédéric Besson
2020-06-14fix according to review by @pi8027Frédéric Besson
2020-06-14Update theories/micromega/ZifyBool.vFrédéric Besson
2020-06-14[micromega] native support for boolean operatorsFrédéric Besson
2020-06-09Merge PR #12484: Fix #12483 Incorrect specification of PrimFloat.lebGuillaume Melquiond
2020-06-09CReal: changed epsilon for modulus of convergence from 1/n to 2^zMichael Soegtrop
2020-06-08Fix 12483Pierre Roux
2020-05-25Fix #12406: fix Coq type error in dependent induction's LtacPaolo G. Giarrusso
2020-05-18Update to 8.13.Théo Zimmermann
2020-05-16Merge PR #12288: Prove that classical reals implement constructive reals.Michael Soegtrop
2020-05-16Prove that classical reals implement constructive reals. Also move sums, min ...Vincent Semeria
2020-05-15Move SSR's Search to a new plugin and deprecate it.Théo Zimmermann
2020-05-15Merge PR #11948: Hexadecimal numeralsHugo Herbelin
2020-05-15Merge PR #11992: do not re-export ListNotations from ProgramAnton Trunov
2020-05-12Merge PR #12162: Fixing #12161: rename Bool.leb into Bool.leAnton Trunov
2020-05-12Merge PR #12190: [stdlib] [Permutation] Declare more instances as GlobalAnton Trunov
2020-05-11Merge PR #10609: Register (for Coqlib.ref_lib) several base datatypes of stdlibHugo Herbelin
2020-05-10Merge PR #12287: Define CRzero and CRone via CR_of_QMichael Soegtrop
2020-05-09Hexadecimal: conversion to/from Coq stringsPierre Roux
2020-05-09Hexadecimal: proofs that conversions from/to nat,N,Z and Q are bijectionsPierre Roux
2020-05-09Add hexadecimal numeralsPierre Roux
2020-05-09Decimal: prove numeral notation for QPierre Roux