about summary refs log tree commit diff
path: root/src/libstd/num/int_macros.rs
AgeCommit message (Expand)AuthorLines
2013-08-11num: implement CheckedDivDaniel Micay-1/+20
2013-08-09Remove redundant Ord method impls.OGINO Masanori-6/+0
2013-08-07Implement DoubleEndedIterator on RangeKevin Ballard-17/+1
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-21/+28
2013-08-02replace `range` with an external iteratorDaniel Micay-14/+1
2013-07-10Switch over to new range_rev semantics; fix #5270.Felix S. Klock II-3/+4
2013-07-10Refactored int/uint range code in preparation for change to range_rev semantics.Felix S. Klock II-16/+72
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-66/+0
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-0/+2
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-68/+68
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-21/+21
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-1/+1
2013-05-30Require documentation by default for libstdAlex Crichton-0/+11
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+7
2013-05-28Silence various warnings throughout test modulesAlex Crichton-48/+48
2013-05-24Remove usage of the #[merge] hack with int modulesAlex Crichton-0/+933