summary refs log tree commit diff
path: root/src/libcoretest/num/int_macros.rs
AgeCommit message (Expand)AuthorLines
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-34/+33
2015-03-30Fix the falloutVadim Petrochenkov-3/+3
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-5/+5
2015-03-02Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=ManishearthManish Goregaokar-2/+2
2015-03-01Remove int/uint from libstd/lib.rsGuillaume Gomez-2/+2
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-0/+11
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-2/+2
2015-01-30std: Stabilize FromStr and parseAlex Crichton-21/+21
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+0
2015-01-03Remove deprecated functionalityAlex Crichton-1/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-13libcoretest: fix unit testsJorge Aparicio-5/+5
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+45
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-1/+1
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-4/+3
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-3/+3
2014-07-04Change Shl<T, T> for Int to Shl<uint, T>Samuel Neves-2/+2
2014-07-02Fix rotate_{left, right} for multiple of bitsize rotation amountsSamuel Neves-0/+9
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+160