| Age | Commit message (Expand) | Author | Lines |
| 2015-02-23 | Auto merge of #21769 - brooksbp:column-line-macro, r=nick29581 | bors | -2/+2 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -1/+1 |
| 2015-02-22 | Auto merge of #22574 - huonw:remove-lame-statics, r=alexcirchton | bors | -45/+45 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -4173/+1 |
| 2015-02-22 | Rollup merge of #22568 - semarie:openbsd-rfc592, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-02-22 | Rollup merge of #22583 - vhbit:ios-cstr, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-22 | Rollup merge of #22567 - Gankro:unstable, r=alexcrichton | Manish Goregaokar | -180/+129 |
| 2015-02-22 | Rollup merge of #22634 - shepmaster:std-io-typo, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-02-22 | Rollup merge of #22545 - Ryman:fucntion, r=dotdash | Manish Goregaokar | -14/+14 |
| 2015-02-21 | Fix typo in std::io unstable reason | Jake Goulding | -1/+1 |
| 2015-02-21 | Resolve includeme.fragment conflict. | Brian Brooks | -2/+2 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -24/+227 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -4173/+1 |
| 2015-02-21 | Remove `'static` bound from sync::mpsc, Mutex and RwLock. | Huon Wilson | -45/+45 |
| 2015-02-20 | make int/uint modules just re-exports | Alexis | -151/+107 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -29/+22 |
| 2015-02-20 | iOS: CStr fallout | Valerii Hiora | -2/+2 |
| 2015-02-20 | unbreak openbsd build after 1860ee52 | Sébastien Marie | -1/+1 |
| 2015-02-20 | Addressed PR comments | Marvin Löbel | -1/+1 |
| 2015-02-19 | typo: fucntion -> function | Kevin Butler | -14/+14 |
| 2015-02-19 | Round 8 tex fixes | Manish Goregaokar | -1/+1 |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -6/+48 |
| 2015-02-18 | Round 4 test fixes and rebase conflicts | Alex Crichton | -2/+166 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -33/+52 |
| 2015-02-18 | Round 2 test fixes and conflicts | Alex Crichton | -16/+16 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -47/+47 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -28/+33 |
| 2015-02-18 | Round 1 fixes and rebase conflicts | Alex Crichton | -11/+13 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -28/+33 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -47/+47 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -152/+152 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -32/+35 |
| 2015-02-18 | rollup merge of #22482: alexcrichton/cstr-changes | Alex Crichton | -187/+448 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -161/+4050 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -9/+9 |
| 2015-02-18 | Minor unused imports etc. | Niko Matsakis | -2/+1 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -187/+448 |
| 2015-02-18 | make FromIterator use IntoIterator | Alexis | -5/+7 |
| 2015-02-18 | make Extend use IntoIterator | Alexis | -6/+7 |
| 2015-02-18 | Implement RFC 580 | Aaron Turon | -21/+21 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -161/+4050 |
| 2015-02-18 | Fallout: Accepter trait needs phantomdata. This seems like it should | Niko Matsakis | -2/+4 |
| 2015-02-18 | Fallout: add phantomdata to hash | Niko Matsakis | -3/+4 |
| 2015-02-18 | Fallout: port hashmap to use Unique | Niko Matsakis | -23/+39 |
| 2015-02-18 | Fallout: add phantomdata for 'a in path | Niko Matsakis | -0/+1 |
| 2015-02-18 | Fallout: extend thread with phantomdata for `'a` lifetime | Niko Matsakis | -3/+3 |
| 2015-02-18 | Fallout: remove unused type and region parameters. | Niko Matsakis | -2/+2 |
| 2015-02-18 | Convert required suffixes into a use of `as`. | Niko Matsakis | -39/+39 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -113/+113 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -972/+1868 |