summary refs log tree commit diff
path: root/src/libcoretest/num/uint_macros.rs
AgeCommit message (Expand)AuthorLines
2015-08-17core: Shuffle around float parsingAlex Crichton-2/+2
2015-08-17std: Clean up primitive integer modulesAlex Crichton-1/+31
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-14/+13
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-3/+3
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-1/+1
2015-03-30Fix the falloutVadim Petrochenkov-3/+3
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-5/+5
2015-02-10Deprecating i/u suffixes in libcoretestAlfie John-4/+4
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+3
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+0
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-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-3/+2
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/+118