| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | Round 4 test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-02-18 | Round 3 test fixes and conflicts | Alex Crichton | -4/+5 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -238/+497 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -4/+4 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -7/+7 |
| 2015-02-18 | Round 1 fixes and rebase conflicts | Alex Crichton | -20/+20 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -7/+7 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -4/+4 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -457/+459 |
| 2015-02-18 | rollup merge of #22482: alexcrichton/cstr-changes | Alex Crichton | -10/+10 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -3/+3 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -10/+10 |
| 2015-02-18 | Always prefer where-clauses over impls in trait selection. Fixes #22110. | Niko Matsakis | -0/+34 |
| 2015-02-18 | Extend the implicator so it produces general obligations and also so | Niko Matsakis | -0/+35 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -3/+3 |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -238/+361 |
| 2015-02-18 | Constrain operands to outlive the operation. Fixes #21422. | Niko Matsakis | -0/+25 |
| 2015-02-18 | Introduce the new phantomdata/phantomfn markers and integrate them | Niko Matsakis | -0/+111 |
| 2015-02-18 | Fix remaining bench/debuginfo tests (and a few stragglers) | Niko Matsakis | -1/+3 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -445/+445 |
| 2015-02-18 | Convert required suffixes into a use of `as`. | Niko Matsakis | -12/+12 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -1/+1 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -176/+255 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -4/+4 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -4/+6 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -15/+62 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -66/+67 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -22/+22 |
| 2015-02-17 | rollup merge of #22455: msiemens/add-vec-from_elem | Alex Crichton | -0/+5 |
| 2015-02-18 | Update tests for the Send - 'static change. | Huon Wilson | -15/+15 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -22/+22 |
| 2015-02-18 | Add tests for the removal of the 'static superbound from Send. | Huon Wilson | -0/+47 |
| 2015-02-17 | Implement `Vec::from_elem` (RFC 832) | Markus Siemens | -0/+5 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -9/+5 |
| 2015-02-17 | Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | bors | -5/+5 |
| 2015-02-17 | Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | Manish Goregaokar | -5/+5 |
| 2015-02-17 | Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakis | Manish Goregaokar | -0/+14 |
| 2015-02-17 | Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakis | Manish Goregaokar | -65/+57 |
| 2015-02-17 | Rollup merge of #22385 - dotdash:slice_by_val_copy, r=nikomatsakis | Manish Goregaokar | -0/+18 |
| 2015-02-17 | Rollup merge of #22366 - dotdash:ret_adjust, r=alexcrichton | Manish Goregaokar | -0/+17 |
| 2015-02-16 | Auto merge of #22230 - nikomatsakis:object-lifetime-defaults-2, r=pnkfelix | bors | -0/+263 |
| 2015-02-16 | Implement the rules for RFC 599, and add various tests. | Niko Matsakis | -0/+47 |
| 2015-02-16 | Implement the basic rules of RFC 599, but do not yet support custom types. | Niko Matsakis | -0/+216 |
| 2015-02-16 | rustc_trans: correctly round up the largest variant to the enum's alignment. | Eduard Burtescu | -0/+28 |
| 2015-02-16 | rustc_trans: promote constant rvalues in functions as an optimization. | Eduard Burtescu | -22/+28 |
| 2015-02-16 | Replace some uses of deprecated os functions | Simonas Kazlauskas | -65/+57 |
| 2015-02-16 | Add custom_attribute gate to tests which need them | Manish Goregaokar | -0/+14 |
| 2015-02-16 | Fix misoptimizations when matching against strings/slices | Björn Steinbrink | -0/+18 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+0 |
| 2015-02-15 | Rollup merge of #22285 - kmcallister:pub-macro, r=nick29581 | Manish Goregaokar | -0/+25 |