about summary refs log tree commit diff
path: root/src/libcoretest/num/uint_macros.rs
AgeCommit message (Expand)AuthorLines
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