about summary refs log tree commit diff
path: root/src/libcoretest/num
AgeCommit message (Expand)AuthorLines
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-6/+6
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-1/+1
2015-03-30Fix the falloutVadim Petrochenkov-6/+6
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-4/+4
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-4/+4
2015-03-03Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.Felix S. Klock II-4/+4
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-10/+10
2015-03-02Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=ManishearthManish Goregaokar-26/+2
2015-03-01Remove int/uint from libstd/lib.rsGuillaume Gomez-26/+2
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-0/+11
2015-02-24Add missing `fn`Michał Krasnoborski-1/+1
2015-02-24Stop parsing "-" as integer, fixes #22745Michał Krasnoborski-0/+5
2015-02-10Deprecating i/u suffixes in libcoretestAlfie John-4/+4
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-7/+7
2015-01-30std: Stabilize FromStr and parseAlex Crichton-47/+47
2015-01-30Remove all `i` suffixesTobias Bucher-7/+7
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-4/+2
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-4/+5
2015-01-05Rename macro_escape to macro_useKeegan McAllister-2/+4
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-4/+5
2015-01-03Remove deprecated functionalityAlex Crichton-19/+19
2015-01-03use assoc types in binop traitsJorge Aparicio-3/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+4
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-14/+14
2014-12-13libcoretest: fix unit testsJorge Aparicio-20/+22
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+115
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-1/+1
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-2/+12
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-1/+1
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-7/+5
2014-11-13Move abs_sub to FloatMathBrendan Zabarauskas-8/+0
2014-11-13Take parameters by-value in Signed traitBrendan Zabarauskas-4/+4
2014-09-05Make integer bit count methods return uintsBrendan Zabarauskas-6/+6
2014-07-04Change Shl<T, T> for Int to Shl<uint, T>Samuel Neves-4/+4
2014-07-02Fix rotate_{left, right} for multiple of bitsize rotation amountsSamuel Neves-0/+18
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+427