about summary refs log tree commit diff
path: root/src/libcore/fmt/num.rs
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-9/+11
2015-01-07use slicing sugarJorge Aparicio-2/+1
2015-01-07register new snapshotsJorge Aparicio-16/+0
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-6/+44
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-6/+44
2015-01-07Replace full slice notation with index callsNick Cameron-1/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-7/+7
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-1/+1
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-1/+3
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-6/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-25/+25
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+5
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-18std: Stabilize std::fmtAlex Crichton-2/+3
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-5/+6
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-4/+4
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-1/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-2/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-2/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-8/+8
2014-09-17doc: Cleanup.Jonas Hietala-2/+2
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-26auto merge of #15982 : alexcrichton/rust/rustdoc-fixes, r=brsonbors-0/+1
2014-07-25rustdoc: Hide impls for #[doc(hidden)] traitsAlex Crichton-0/+1
2014-07-25Fix assert messageRandati-1/+1
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-2/+6
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-280/+0
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
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