about summary refs log tree commit diff
path: root/src/libstd/num/u32.rs
AgeCommit message (Expand)AuthorLines
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-0/+1
2014-05-15std: Delegate some integer formatting to core::fmtAlex Crichton-1/+0
2014-05-08Handle breakage after libcore splitKevin Ballard-2/+1
2014-05-07core: Inherit the specific numeric modulesAlex Crichton-41/+6
2014-05-03Add lint check for negating uint literals and variables.Falco Hirschenberger-0/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-1/+1
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
2013-11-29Removed module macro workaround for signed and unsigned integersMarvin Löbel-2/+9
2013-09-08Moved checked trait impls out of std::numBrendan Zabarauskas-0/+35
2013-05-24Remove usage of the #[merge] hack with int modulesAlex Crichton-0/+14