aboutsummaryrefslogtreecommitdiff
path: root/theories/Numbers/Cyclic/Int31
AgeCommit message (Expand)Author
2018-02-27Update headers following #6543.Théo Zimmermann
2017-07-04Bump year in headers.Pierre-Marie Pédrot
2017-06-13BigNums: remove files about BigN,BigZ,BigQ (now in an separate git repo)Pierre Letouzey
2016-03-04Making parentheses mandatory in tactic scopes.Pierre-Marie Pédrot
2016-01-20Update copyright headers.Maxime Dénès
2015-10-13Fix some typos.Guillaume Melquiond
2015-01-12Update headers.Maxime Dénès
2014-12-15Failing on unbound notation variable in notation level modifiersHugo Herbelin
2014-10-10Fix segfault in native compiler on int31 division.Maxime Dénès
2014-10-01argument flip of Cyclic31.nshiftr and Cyclic31.nshiftlPierre Boutillier
2014-10-01Simpl less (so that cbn will not simpl too much)Pierre Boutillier
2014-08-25"allows to", like "allowing to", is improperJason Gross
2014-06-01Making those proofs which depend on names generated for the argumentsHugo Herbelin
2014-05-06- Rename eq to equal in Univ, document new modules, set interfaces.Matthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2014-05-02Pos.iter arguments in a better order for cbn.Pierre Boutillier
2012-12-21nat_iter n f x -> nat_rect _ x (fun _ => f) npboutill
2012-08-11fast bitwise operations (lor,land,lxor) on int31 and BigNletouzey
2012-08-08Updating headers.herbelin
2012-07-05ZArith + other : favor the use of modern names instead of compat notationsletouzey
2011-08-17Give inner fixpoint of gcd31 a name, to avoid excessive unfoldingglondu
2011-05-05Modularization of BinPos + fixes in Stdlibletouzey
2011-01-28Remove the "Boxed" syntaxes and the const_entry_boxed fieldletouzey
2010-12-10First release of Vector library.pboutill
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-06-08Made option "Automatic Introduction" active by default before too manyherbelin
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2010-02-10Min, Max: for avoiding inelegant NPeano.max printing, we Export this libletouzey
2010-02-08DoubleCyclic + NMake : typeclasses, more genericity, less ML macro-generationletouzey
2010-01-19Ring31 : a ring structure and tactic for int31letouzey
2009-12-06Forgot a file in last commit.msozeau
2009-12-06Fix anomaly when using typeclass resolution with filtered hyps in evars.msozeau
2009-11-12Repair interpretation of numeral for BigQ, add a printer (close #2160)letouzey
2009-11-10Simplification of Numbers, mainly thanks to Includeletouzey
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-02-10Cyclic31: proof of a forgotten admitletouzey
2008-06-08- Extension de "generalize" en "generalize c as id at occs".herbelin
2008-06-02newton iteration for sqrt31thery
2008-06-01Intropattern: syntax {x,y,z,t} becomes (x & y & z & t), as decided inletouzey
2008-05-28Cyclic31: no more Admitted, but I've cheated: sqrt31 and sqrt312 are letouzey
2008-05-28CyclicAxioms: after discussion with Laurent, znz_WW and variants areletouzey
2008-05-28Cyclic31: proofs for addmuldiv31, tail031 and head031. Only two Admitted left !letouzey
2008-05-27Cyclic31: proof of auxiliary function iter_int31 + (failed) attempt at provin...letouzey
2008-05-27Correction du problème de complexité de Print Assumptions :aspiwack
2008-05-27Cyclic31: migrate auxiliary lemmas to their legitimate filesletouzey
2008-05-27Cyclic31 : proof of the spec of gcd31letouzey
2008-05-26Int31 : gcd31 was wrongletouzey
2008-05-26Cyclic31: cleanup, 2 Admitted killed (6 remaining)letouzey
2008-05-23Cyclic31 : replace the ugly time-consuming brute-force proof by a reasonable ...letouzey