about summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
2014-11-18auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjzbors-21/+26
2014-11-18libcore: add num::Int::pow() and deprecate num::pow().NODA, Kai-21/+26
2014-11-18rollup merge of #19015: alex/libcore-typosJakub Bukaj-2/+2
2014-11-18rollup merge of #18911: canndrew/slice_shift_charJakub Bukaj-11/+11
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-17change return type of slice_shift_charAndrew Cann-11/+11
2014-11-16Fixed a few typos in libcoreAlex Gaynor-2/+2
2014-11-16Remove core::num::strconvBrendan Zabarauskas-411/+282
2014-11-16Move FromStr to core::strBrendan Zabarauskas-2/+432
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-116/+146
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+26
2014-11-13Clean up core::num doc commentsBrendan Zabarauskas-50/+45
2014-11-13Deprecate signum wrapper and clean up signed implsBrendan Zabarauskas-38/+42
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-46/+60
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-121/+111
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-57/+86
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-220/+191
2014-11-13Rejig Int impl macrosBrendan Zabarauskas-20/+32
2014-11-13Move saturating operator methods into IntBrendan Zabarauskas-37/+22
2014-11-13Create UnsignedInt trait and deprecate free functionsBrendan Zabarauskas-29/+50
2014-11-13Move abs_sub to FloatMathBrendan Zabarauskas-22/+0
2014-11-13Deprecate Signed method wrappersBrendan Zabarauskas-19/+7
2014-11-13Take parameters by-value in Signed traitBrendan Zabarauskas-27/+27
2014-11-08Make Int inherit from Ord.Josh Haberman-1/+2
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-3/+3
2014-10-30rollup merge of #18421 : tbu-/pr_checkeddiv1Alex Crichton-1/+1
2014-10-30rollup merge of #18392 : cakebaker/remove_double_negationAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-29Fix `core::num::CheckedDiv::checked_div` documentationTobias Bucher-1/+1
2014-10-28Update code with new lint namesAaron Turon-3/+3
2014-10-28Remove double negation from sqrt's doc commentDaniel Hofstetter-1/+1
2014-10-21Correct case where the old version of method lookup was incorrectly matching,Niko Matsakis-2/+2
2014-10-20Handle negative numbers in `sqrt` properly.Huon Wilson-3/+12
2014-10-09core: Convert statics to constantsAlex Crichton-74/+74
2014-09-17doc: Cleanup.Jonas Hietala-4/+4
2014-09-05Make integer bit count methods return uintsBrendan Zabarauskas-10/+10
2014-08-26Added a note for usage of abs with ::MIN.Robert Gawdzik ☢-2/+6
2014-08-19auto merge of #16364 : tbu-/rust/pr_checkeddiv0, r=alexcrichtonbors-3/+5
2014-08-08Add division by zero case to the `CheckedDiv` commentTobias Bucher-3/+5
2014-08-08libcore: Fix documentation comment for f32.Ruud van Asseldonk-1/+1
2014-08-04num: Fix the documentation of abs_sub.OGINO Masanori-2/+2
2014-08-01doc: fix typos in std::num::IntTshepang Lekhonkhobe-2/+2
2014-07-29Improve documentation of rounding functionsPiotr Jawniak-35/+34
2014-07-24Add examples for Checked[Add|Sub|Mul|Div]nham-0/+32
2014-07-24auto merge of #15407 : sneves/rust/master, r=aturonbors-8/+8
2014-07-22Clean up some trait impls in core::num.Tobias Bucher-18/+7
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-10Add range lint for float literals, fixing #10934Falco Hirschenberger-0/+4
2014-07-08make macros non-capturingJohn Clements-67/+67
2014-07-04Change Shl<T, T> for Int to Shl<uint, T>Samuel Neves-8/+8