| Age | Commit message (Expand) | Author | Lines |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2015-02-18 | Round 4 test fixes and rebase conflicts | Alex Crichton | -3/+3 |
| 2015-02-18 | Round 3 test fixes and conflicts | Alex Crichton | -10/+8 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -244/+240 |
| 2015-02-18 | Round 2 test fixes and conflicts | Alex Crichton | -11/+115 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -15/+15 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -382/+2 |
| 2015-02-18 | Round 1 fixes and rebase conflicts | Alex Crichton | -5/+5 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -276/+0 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -15/+15 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -6/+6 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -9/+10 |
| 2015-02-18 | rollup merge of #22485: pnkfelix/fsk-int-uint-audit | Alex Crichton | -27/+27 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -128/+423 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -5/+22 |
| 2015-02-18 | Stabilize Send/Sync. | Niko Matsakis | -4/+2 |
| 2015-02-18 | Add deprecated versions of the old markers and integrate them back into the v... | Niko Matsakis | -0/+37 |
| 2015-02-18 | WIP -- improve documentation on the phantom traits | Niko Matsakis | -5/+71 |
| 2015-02-18 | make FromIterator use IntoIterator | Alexis | -8/+9 |
| 2015-02-18 | make Extend use IntoIterator | Alexis | -1/+1 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -128/+423 |
| 2015-02-18 | Fallout: Port slice to use `PhantomData` instead of `ContravariantLifetime` | Niko Matsakis | -7/+7 |
| 2015-02-18 | Fallout: iter, add markers or other changes such that all type parameters are... | Niko Matsakis | -5/+6 |
| 2015-02-18 | Fallout: AtomicPtr needs phantom data to indicate that it contains an unsafe ... | Niko Matsakis | -1/+4 |
| 2015-02-18 | Rewrite `Unique<T>` so that it is covariant in T, implies `NonZero` and owner... | Niko Matsakis | -25/+36 |
| 2015-02-18 | Introduce the new phantomdata/phantomfn markers and integrate them | Niko Matsakis | -211/+91 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -6/+6 |
| 2015-02-18 | Audit `core::intrinsics` for `int`/`uint`: `size_of`/`align_of` use `usize`. | Felix S. Klock II | -12/+12 |
| 2015-02-18 | Audit `core::default` for `int`/`uint` usage. | Felix S. Klock II | -8/+8 |
| 2015-02-18 | Audit `core::cmp` for `int/uint`. | Felix S. Klock II | -6/+6 |
| 2015-02-18 | Audit `core::borrow` for use of `int/uint`: use `i32` in doc example. | Felix S. Klock II | -1/+1 |
| 2015-02-18 | Avoid ptrtoint when checking if a pointer is null | Björn Steinbrink | -2/+2 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -86/+9 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -0/+18 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -4/+5 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -6/+6 |
| 2015-02-17 | rollup merge of #22454: alexcrichton/stabilize-into-iterator | Alex Crichton | -0/+9 |
| 2015-02-18 | Remove usage of .map(|&foo| foo) | Kevin Butler | -4/+4 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -1/+1 |
| 2015-02-18 | Implement RandomAccessIterator for Cloned | Kevin Butler | -0/+17 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -6/+6 |
| 2015-02-18 | Add Send implementations for `&` and `&mut`. | Huon Wilson | -0/+8 |
| 2015-02-18 | Remove the implicit `'static` bound on `Send`. | Huon Wilson | -0/+10 |
| 2015-02-17 | std: Stabilize the IntoIterator trait | Alex Crichton | -0/+9 |
| 2015-02-17 | Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | bors | -10/+10 |
| 2015-02-17 | Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | Manish Goregaokar | -10/+10 |
| 2015-02-17 | Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakis | Manish Goregaokar | -0/+1 |
| 2015-02-17 | Rollup merge of #22401 - pnkfelix:fsk-int-uint-audit, r=Gankro | Manish Goregaokar | -17/+17 |
| 2015-02-17 | Rollup merge of #22232 - alexcrichton:missing-fmt-stability, r=aturon | Manish Goregaokar | -0/+1 |
| 2015-02-17 | Rollup merge of #22111 - robinst:option-docs-flatmap, r=steveklabnik | Manish Goregaokar | -0/+2 |