| Age | Commit message (Expand) | Author | Lines |
| 2015-02-06 | make `IndexMut` a super trait over `Index` | Jorge Aparicio | -2/+0 |
| 2015-02-07 | fix outdated docs | Alexis | -28/+28 |
| 2015-02-07 | fix outdated docs | Alexis | -9/+9 |
| 2015-02-06 | More libcollections fixes | Manish Goregaokar | -3/+3 |
| 2015-02-06 | Rollup merge of #21991 - steveklabnik:gh21915, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-02-06 | Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | Manish Goregaokar | -8/+7 |
| 2015-02-06 | Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichton | Manish Goregaokar | -124/+124 |
| 2015-02-06 | Rollup merge of #21924 - steveklabnik:fix_try_docs, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -11/+0 |
| 2015-02-06 | Rollup merge of #21951 - Gankro:entry, r=aturon | Manish Goregaokar | -8/+8 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -11/+11 |
| 2015-02-06 | Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton | Manish Goregaokar | -14/+48 |
| 2015-02-05 | Mention the queueueue-ness of mpsc. | Steve Klabnik | -1/+1 |
| 2015-02-05 | misc collections code cleanup | Alexis | -124/+124 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -170/+168 |
| 2015-02-05 | complete openbsd support for `std::env` | Sébastien Marie | -7/+37 |
| 2015-02-05 | unbreak tree for openbsd after #21787 | Sébastien Marie | -7/+11 |
| 2015-02-05 | Replace one more slice::from_raw_mut_buf added with new io | Mikhail Zabaluev | -3/+2 |
| 2015-02-05 | Replace usage of slice::from_raw_buf with slice::from_raw_parts | Mikhail Zabaluev | -5/+5 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -11/+11 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -38/+38 |
| 2015-02-04 | stabilize core Entry API | Alexis | -8/+8 |
| 2015-02-04 | Auto merge of #21544 - P1start:mangle-unicode, r=alexcrichton | bors | -15/+15 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -1/+12 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -11/+0 |
| 2015-02-04 | Fix issue with rt::unwind::try() docs | Steve Klabnik | -2/+2 |
| 2015-02-03 | Test fixes and rebase conflicts | Alex Crichton | -14/+24 |
| 2015-02-03 | rollup merge of #21910: Manishearth/missing_stability | Alex Crichton | -0/+1 |
| 2015-02-03 | rollup merge of #21893: vhbit/ios-build-fix | Alex Crichton | -14/+17 |
| 2015-02-04 | Fix Unicode name mangling | P1start | -15/+15 |
| 2015-02-03 | rollup merge of #21835: alexcrichton/iov2 | Alex Crichton | -4/+2546 |
| 2015-02-03 | Add new path module | Aaron Turon | -3/+2571 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -1/+12 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -19/+20 |
| 2015-02-04 | Fix some missing stability attrs | Manish Goregaokar | -0/+1 |
| 2015-02-03 | std: Add `io` module again | Alex Crichton | -4/+2546 |
| 2015-02-03 | iOS: fixed build | Valerii Hiora | -14/+17 |
| 2015-02-03 | Auto merge of #21745 - chris-morgan:add-missing-unstable-attributes, r=huonw | bors | -0/+38 |
| 2015-02-02 | Test fixes and rebase conflicts | Alex Crichton | -6/+12 |
| 2015-02-02 | rollup merge of #21842: alexcrichton/issue-21839 | Alex Crichton | -19/+9 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -90/+117 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -679/+1998 |
| 2015-02-02 | rollup merge of #21754: semarie/openbsd-rebased | Alex Crichton | -66/+206 |
| 2015-02-02 | remove unused mut qualifiers | Jorge Aparicio | -6/+5 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -5/+5 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -5/+5 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -38/+38 |
| 2015-02-02 | impl IntoIterator for HashSet | Jorge Aparicio | -1/+27 |
| 2015-02-02 | impl IntoIterator for HashMap | Jorge Aparicio | -1/+37 |
| 2015-02-02 | register snapshots | Jorge Aparicio | -37/+3 |