about summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
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
2014-07-02Fix rotate_{left, right} for multiple of bitsize rotation amountsSamuel Neves-2/+2
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-271/+0
2014-06-24std: Add stability attributes to primitive numeric modulesBrian Anderson-0/+18
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-7/+7
2014-06-18Update doc comment for Int traitBrendan Zabarauskas-1/+2
2014-06-18Shorten endian conversion method namesBrendan Zabarauskas-44/+44
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-133/+310
2014-06-18Add a ByteOrder trait for abstracting over endian conversionsBrendan Zabarauskas-70/+24
2014-06-13Add Bitwise::{swap_bytes, rotate_left, rotate_right} methodsBrendan Zabarauskas-20/+152
2014-06-02docs: Stop using `notrust`Florian Gilcher-2/+2
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-0/+24
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-5/+5
2014-05-28Move trait impls for primitives near trait definitionPiotr Jawniak-1222/+363
2014-05-19Minor doc fixes in various placesPiotr Jawniak-17/+21
2014-05-15core: Move intrinsic float functionality from stdAlex Crichton-2/+699
2014-05-07core: Fix an unsigned negation warningAlex Crichton-1/+1
2014-05-07core: Get coretest workingAlex Crichton-31/+95
2014-05-07core: Add a limited implementation of failureAlex Crichton-42/+42
2014-05-07core: Inherit the specific numeric modulesAlex Crichton-0/+1729
2014-05-07core: Inherit what's possible from the num moduleAlex Crichton-0/+860