| Age | Commit message (Expand) | Author | Lines |
| 2015-03-01 | Auto merge of #22880 - alexcrichton:deprecate-io-extensions, r=huonw | bors | -0/+4 |
| 2015-02-27 | std: Deprecated the `old_io::extensions` module | Alex Crichton | -0/+4 |
| 2015-02-26 | Check stability of struct fields. | Huon Wilson | -0/+1 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -4/+7 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -4/+7 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -28/+28 |
| 2015-02-23 | Use boxed functions instead of transmute | Stepan Koltsov | -4/+5 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -13/+1 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -13/+1 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -0/+2 |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -1/+13 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -4/+6 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -3/+3 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -3/+3 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -42/+42 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -16/+16 |
| 2015-02-18 | Fallout: Accepter trait needs phantomdata. This seems like it should | Niko Matsakis | -2/+4 |
| 2015-02-18 | Fallout: remove unused type and region parameters. | Niko Matsakis | -2/+2 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -42/+42 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -4/+1 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -1/+1 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -122/+122 |
| 2015-02-17 | rollup merge of #22459: alexcrichton/feature-names | Alex Crichton | -1/+1 |
| 2015-02-17 | rollup merge of #22440: semarie/openbsd-connect_error | Alex Crichton | -1/+3 |
| 2015-02-18 | Update tests for the Send - 'static change. | Huon Wilson | -1/+1 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -122/+122 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -1/+1 |
| 2015-02-17 | Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | bors | -2/+2 |
| 2015-02-17 | Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-17 | Rollup merge of #22404 - semarie:signal_reported_right, r=aturon | Manish Goregaokar | -3/+3 |
| 2015-02-17 | openbsd: adapt connect_error test | Sébastien Marie | -1/+3 |
| 2015-02-17 | Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichton | bors | -2/+2 |
| 2015-02-16 | change the signal used to test signal_reported_right | Sébastien Marie | -3/+3 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+0 |
| 2015-02-13 | Rename std::failure to std::panicking | Kevin Yap | -1/+1 |
| 2015-02-14 | Rename `fmt::Writer` to `fmt::Write` | Chris Wong | -2/+2 |
| 2015-02-11 | rollup merge of #22127: alexcrichton/stability-holes | Alex Crichton | -21/+24 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -21/+24 |
| 2015-02-11 | shift bindings to accommodate new lifetime/dtor rules. | Felix S. Klock II | -2/+4 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -53/+53 |
| 2015-02-04 | Remove unnecessary type casts. | Jormundir | -1/+1 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -11/+11 |
| 2015-02-04 | std::os::errno returns platform specific value. fixes #21898 | Jormundir | -2/+2 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+2 |
| 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 | -6/+6 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -18/+18 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -9/+10 |
| 2015-02-02 | remove unused mut qualifiers | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -2/+2 |