| Age | Commit message (Expand) | Author | Lines |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -14/+2 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+2 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -2/+2 |
| 2014-01-28 | Rename CopyableVector to CloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-22 | float_to_str_bytes_common can now handle exponential notation | SiegeLord | -5/+65 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -1/+1 |
| 2014-01-18 | Replace old pow_with_uint with the new pow func | Flavio Percoco | -6/+7 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -1/+1 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -1/+1 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -1/+1 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -4/+4 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -3/+13 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -5/+5 |
| 2013-10-02 | std: Replace num::IntConvertible with {To,From}Primitive | Erick Tryzelaar | -13/+13 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -1/+1 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -1/+1 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -3/+2 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -5/+5 |
| 2013-09-23 | std: merge rand::{Rng,RngUtil} with default methods. | Huon Wilson | -1/+1 |
| 2013-09-19 | Rename the NaN and is_NaN methods to lowercase. | Chris Morgan | -4/+4 |
| 2013-09-06 | auto merge of #9010 : aaronlaursen/rust/master, r=alexcrichton | bors | -4/+31 |
| 2013-09-06 | fix for issue #7588, overflow now handled correctly | Aaron Laursen | -4/+31 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -1/+1 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -2/+2 |
| 2013-08-07 | Forbid `priv` where it has no effect | Alex Crichton | -3/+3 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-07-22 | std: add #[bench] benchmarks for num::strconv | Graydon Hoare | -0/+24 |
| 2013-07-19 | std: Remove old magic core mod | Brian Anderson | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -4/+3 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -9/+10 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -7/+7 |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -3/+2 |
| 2013-06-30 | Specialize to_str_common for floats/integers in strconv | Alex Crichton | -83/+113 |
| 2013-06-30 | Convert vec::{reverse, swap} to methods. | Huon Wilson | -3/+2 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -18/+18 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -14/+14 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -6/+7 |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+2 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+673 |