| Age | Commit message (Expand) | Author | Lines |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -1/+1 |
| 2015-01-06 | num: remove deprecated functionality. | Huon Wilson | -2/+0 |
| 2015-01-05 | Stop using macro_escape as an inner attribute | Keegan McAllister | -1/+0 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -31/+4 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -1/+2 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -1/+1 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -2/+2 |
| 2014-12-13 | libstd: use unboxed closures | Jorge Aparicio | -1/+3 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -8/+8 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -1/+1 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -16/+0 |
| 2014-11-04 | Separate string->integer implementation in strconv | Brendan Zabarauskas | -48/+23 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -33/+0 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -10/+10 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+1 |
| 2014-06-24 | Test fixes from the rollup | Alex Crichton | -0/+2 |
| 2014-06-24 | std: Add stability attributes to primitive numeric modules | Brian Anderson | -0/+5 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -15/+15 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -17/+17 |
| 2014-05-15 | std: Delegate some integer formatting to core::fmt | Alex Crichton | -18/+10 |
| 2014-05-08 | Handle breakage after libcore split | Kevin Ballard | -0/+3 |
| 2014-05-08 | More fallout from removing FromIterator on ~[T] | Kevin Ballard | -1/+1 |
| 2014-05-07 | core: Inherit the specific numeric modules | Alex Crichton | -204/+2 |
| 2014-05-03 | Add lint check for negating uint literals and variables. | Falco Hirschenberger | -0/+1 |
| 2014-04-27 | Rewrote documentation for parse_bytes and to_str_bytes in {int, uint}_macros.rs | Jacob Hegna | -5/+14 |
| 2014-04-22 | Removed trailing whitespace in on line 242 in int_macros.rs and on line 156 i... | Jacob Hegna | -1/+1 |
| 2014-04-22 | Added examples for parse_bytes(buf: &[u8], radix: uint) in int_macros.rs and ... | Jacob Hegna | -0/+10 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -15/+16 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -2/+2 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -2/+2 |
| 2014-02-24 | Remove std::num::ToStrRadix from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -8/+0 |
| 2014-02-21 | auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton | bors | -1/+1 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -1/+1 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -111/+0 |
| 2014-02-17 | Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun... | Brendan Zabarauskas | -7/+18 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -33/+0 |
| 2014-02-01 | Move int and uint overflow tests into macros | Brendan Zabarauskas | -0/+7 |
| 2014-01-30 | Remove unused imports. | OGINO Masanori | -1/+0 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -8/+8 |
| 2014-01-18 | Simplify std::num::Primitive trait definition | Brendan Zabarauskas | -17/+1 |
| 2014-01-15 | auto merge of #11548 : bjz/rust/bitwise, r=alexcrichton | bors | -3/+2 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -3/+2 |
| 2014-01-15 | Use the least significant beat to determine if int/uint is even | Flavio Percoco | -1/+1 |