summary refs log tree commit diff
path: root/src/libstd/num/uint_macros.rs
AgeCommit message (Expand)AuthorLines
2013-06-30Specialize to_str_common for floats/integers in strconvAlex Crichton-9/+18
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-1/+2
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-65/+65
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-10/+10
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-1/+1
2013-05-30Add example for uint::range_step.Steve Klabnik-3/+12
2013-05-30Require documentation by default for libstdAlex Crichton-0/+12
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+8
2013-05-28Silence various warnings throughout test modulesAlex Crichton-32/+32
2013-05-24Remove usage of the #[merge] hack with int modulesAlex Crichton-0/+667