| Age | Commit message (Expand) | Author | Lines |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -1819/+2 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -27/+27 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+13 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -2/+3 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+13 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -2/+9 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -8/+0 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -13/+17 |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+1 |
| 2015-03-16 | impl<T> [T] | Jorge Aparicio | -0/+3 |
| 2015-03-16 | impl str | Jorge Aparicio | -0/+3 |
| 2015-03-16 | Auto merge of #23347 - aturon:stab-misc, r=alexcrichton | bors | -1/+0 |
| 2015-03-15 | std: Stabilize portions of `std::os::$platform` | Alex Crichton | -4/+4 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -13/+17 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -1/+0 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -0/+1 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -0/+1 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -0/+1 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -12/+12 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -16/+39 |
| 2015-02-22 | Rollup merge of #22583 - vhbit:ios-cstr, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -0/+34 |
| 2015-02-20 | iOS: CStr fallout | Valerii Hiora | -2/+2 |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -2/+3 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -3/+3 |
| 2015-02-17 | Auto merge of #22397 - Manishearth:rollup, r=huonw | bors | -4/+4 |
| 2015-02-17 | Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichton | bors | -9/+9 |
| 2015-02-16 | Update std::os deprecation warnings | Aaron Turon | -4/+4 |
| 2015-02-11 | fix windows specific errno type errors. | Jormundir | -3/+3 |
| 2015-02-11 | bitrig integration | Dave Huseby | -0/+34 |
| 2015-02-11 | rollup merge of #22188: alexcrichton/envv2 | Alex Crichton | -5/+5 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -5/+5 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -0/+1 |
| 2015-02-09 | Update deprecation notice. | Pierre Baillet | -1/+1 |
| 2015-02-06 | Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-02-06 | Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -23/+23 |
| 2015-02-05 | complete openbsd support for `std::env` | Sébastien Marie | -0/+2 |
| 2015-02-05 | Replace usage of slice::from_raw_buf with slice::from_raw_parts | Mikhail Zabaluev | -1/+1 |
| 2015-02-04 | Remove unnecessary type casts. | Jormundir | -2/+2 |
| 2015-02-04 | std::os::errno returns platform specific value. fixes #21898 | Jormundir | -5/+5 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+2 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -1/+0 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+2 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -4/+4 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -6/+6 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -141/+106 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -7/+7 |