summary refs log tree commit diff
path: root/src/libcore/fmt/num.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-29/+29
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-6/+6
2014-05-29std: Recreate a `rand` moduleAlex Crichton-13/+13
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-115/+115
2014-05-15core: Update all tests for fmt movementAlex Crichton-2/+2
2014-05-15core: Inherit the std::fmt moduleAlex Crichton-0/+470