| Age | Commit message (Expand) | Author | Lines |
| 2013-02-26 | Removed deprecated `str()` functions in int-template.rs and uint-template.rs | Marvin Löbel | -10/+0 |
| 2013-02-20 | auto merge of #5063 : pcwalton/rust/plussing, r=pcwalton | bors | -1/+1 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -1/+1 |
| 2013-02-20 | Created libcore/private/intrinsics.rs, which aims to contain every | Matthijs 'Thiez' Hofstra | -10/+2 |
| 2013-02-15 | auto merge of #4957 : Kimundi/rust/incoming, r=catamorphism | bors | -691/+732 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -14/+14 |
| 2013-02-15 | Removed `has_*` predicates from NumStrConv trait | Marvin Löbel | -50/+34 |
| 2013-02-15 | tidy | Marvin Löbel | -5/+0 |
| 2013-02-15 | Removed generic infinity, NaN and negative zero functions | Marvin Löbel | -87/+7 |
| 2013-02-15 | Long lines, proper FIXME, inlining | Marvin Löbel | -66/+71 |
| 2013-02-15 | Made num <-> str conversion functions use NumStrConv trait | Marvin Löbel | -119/+111 |
| 2013-02-15 | Added NumStrConv trait and impls for the string conversion functions | Marvin Löbel | -1/+108 |
| 2013-02-15 | Moved numeric string conversion functions into own module | Marvin Löbel | -604/+642 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -52/+52 |
| 2013-02-14 | libcore: Move the numeric operations out of Num. r=brson | Patrick Walton | -102/+151 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -26/+26 |
| 2013-02-13 | rustc and std: teach about #[bench], modernize to use quote_expr! some. | Graydon Hoare | -1/+1 |
| 2013-02-13 | core: add abs to num. | Graydon Hoare | -0/+4 |
| 2013-02-13 | core: add min and max to cmp, re-export various places. | Graydon Hoare | -10/+4 |
| 2013-02-11 | Add NumCast trait for generic numeric type casts | Brendan Zabarauskas | -71/+1024 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -23/+0 |
| 2013-02-03 | core: convert ToStr::to_str to take explicit &self | Erick Tryzelaar | -7/+7 |
| 2013-02-03 | Solved float, f32 and f64 `to_str_radix()` special value ambiguity. | Marvin Löbel | -3/+69 |
| 2013-02-03 | Fixed errors resulting from rebase. | Marvin Löbel | -25/+26 |
| 2013-02-03 | Fixed `fmt!`, tests, doc-tests. | Marvin Löbel | -1/+7 |
| 2013-02-03 | Removed wrong/wip doc | Marvin Löbel | -4/+0 |
| 2013-02-03 | Converted the floating point types to the new string conversion functions. | Marvin Löbel | -206/+609 |
| 2013-02-03 | Fixed tests still using old integer to_str | Marvin Löbel | -11/+33 |
| 2013-02-03 | Converted libcore/uint-template.rs to the new string functions. | Marvin Löbel | -117/+137 |
| 2013-02-03 | Converted libcore/int-template.rs to the new string functions. | Marvin Löbel | -52/+126 |
| 2013-02-03 | Added generic string <-> number conversion functions to core::num. | Marvin Löbel | -3/+537 |
| 2013-02-03 | Added some generic number functions to core::num | Marvin Löbel | -0/+89 |
| 2013-02-03 | Added ToStrRadix and FromStrRadix traits | Marvin Löbel | -0/+10 |
| 2013-02-03 | Added Round trait to core | Marvin Löbel | -0/+126 |
| 2013-02-03 | Moved all numeric modules in core into own directory | Marvin Löbel | -0/+2759 |