about summary refs log tree commit diff
path: root/src/libcore/fmt/float.rs
AgeCommit message (Expand)AuthorLines
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
2014-11-01collections: Remove all collections traitsAlex Crichton-3/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-4/+4
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-09-24Remove unused enum variantsJakub Wieczorek-46/+9
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-08Register new snapshot 12e0f72Niko Matsakis-5/+0
2014-08-06Use byte literals in libcorenham-9/+9
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-2/+6
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-05-15core: Update all tests for fmt movementAlex Crichton-2/+10
2014-05-15core: Implement f32/f64 formattingAlex Crichton-0/+362