| Age | Commit message (Expand) | Author | Lines |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -1/+1 |
| 2015-02-22 | doc: nits and fixes for thread API | Tshepang Lekhonkhobe | -18/+16 |
| 2015-02-22 | Fix typos in CStr docs | Jake Goulding | -2/+2 |
| 2015-02-22 | Auto merge of #22574 - huonw:remove-lame-statics, r=alexcirchton | bors | -45/+45 |
| 2015-02-22 | shift int/uint tests around to avoid code repetition | GlacJAY | -62/+66 |
| 2015-02-21 | Implement BufRead for Take | Steven Fackler | -0/+15 |
| 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 | Remove last traces of BitV and BitVSet from documentation | Florian Hartwig | -4/+4 |
| 2015-02-21 | Fix io::Take behavior with limit 0 | Steven Fackler | -0/+20 |
| 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 | Fix thread documentation | Adolfo Ochagavía | -5/+8 |
| 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 | std: Tidy up some `unsafe impl`s for `sync` | Alex Crichton | -25/+41 |
| 2015-02-20 | std: Ensure fs::{DirEntry, ReadDir} are Send/Sync | Alex Crichton | -25/+47 |
| 2015-02-20 | Tweaks to equality comparisons for slices/arrays/vectors | Vadim Petrochenkov | -1/+1 |
| 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-19 | std: Update the std::io adaptors to proxy all methods | Erick Tryzelaar | -1/+36 |
| 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 | Fix references to doc.rs throughout the code | Keegan McAllister | -1/+1 |
| 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 |