| Age | Commit message (Expand) | Author | Lines |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-02-18 | Fix from niko for cfail tests | Alex Crichton | -12/+13 |
| 2015-02-18 | Round 4 test fixes and rebase conflicts | Alex Crichton | -9/+6 |
| 2015-02-18 | Exempt phantom fns from the object safety check | Niko Matsakis | -0/+28 |
| 2015-02-18 | Round 3 test fixes and conflicts | Alex Crichton | -12/+9 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -259/+1293 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -5/+3 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -2/+1 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -2/+1 |
| 2015-02-18 | Declare `&foo[]` to be obsolete syntax. Modify the obsolete mechanism to | Niko Matsakis | -5/+3 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -168/+171 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -1/+1 |
| 2015-02-18 | rollup merge of #22452: nikomatsakis/issue-22040-18956-Self | Alex Crichton | -0/+131 |
| 2015-02-18 | rollup merge of #22436: nikomatsakis/issue-22246-bound-lifetimes-of-assoc-types | Alex Crichton | -0/+273 |
| 2015-02-18 | Update tests to use #[feature(rustc_attrs)] | Niko Matsakis | -0/+10 |
| 2015-02-18 | rollup merge of #22118: fhahn/separate-parse-fail-2 | Alex Crichton | -1635/+5 |
| 2015-02-18 | Add deprecated versions of the old markers and integrate them back into the v... | Niko Matsakis | -0/+35 |
| 2015-02-18 | Add rustc_attrs feature to test. | Niko Matsakis | -0/+1 |
| 2015-02-18 | Extend the implicator so it produces general obligations and also so | Niko Matsakis | -0/+272 |
| 2015-02-18 | For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn when | Niko Matsakis | -6/+8 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -1/+1 |
| 2015-02-18 | Missing test. | Niko Matsakis | -0/+32 |
| 2015-02-18 | Add regression test for #20533. Fixes #20533. | Niko Matsakis | -0/+54 |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -259/+400 |
| 2015-02-18 | Extend coherence check to understand subtyping. | Niko Matsakis | -0/+50 |
| 2015-02-18 | Report errors for type parameters that are not constrained, either by | Niko Matsakis | -0/+16 |
| 2015-02-18 | Introduce the new phantomdata/phantomfn markers and integrate them | Niko Matsakis | -0/+696 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -142/+142 |
| 2015-02-18 | Convert required suffixes into a use of `as`. | Niko Matsakis | -6/+7 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -21/+21 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -4/+3 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -135/+48 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -23/+21 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -40/+40 |
| 2015-02-17 | rollup merge of #22459: alexcrichton/feature-names | Alex Crichton | -9/+8 |
| 2015-02-18 | Update tests for the Send - 'static change. | Huon Wilson | -135/+23 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -40/+40 |
| 2015-02-17 | rollup merge of #22024: alexcrichton/ascii | Alex Crichton | -0/+5 |
| 2015-02-17 | Traits that reference `Self` in the supertrait list are not object-safe. Fixe... | Niko Matsakis | -0/+82 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -9/+8 |
| 2015-02-17 | rustc: Track stability of trait implementations | Alex Crichton | -0/+5 |
| 2015-02-18 | Add tests for the removal of the 'static superbound from Send. | Huon Wilson | -0/+25 |
| 2015-02-17 | When converting parameters for an object type, be careful of defaults that re... | Niko Matsakis | -0/+49 |
| 2015-02-17 | Fix failing tests | Manish Goregaokar | -0/+4 |
| 2015-02-17 | Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonw | Manish Goregaokar | -0/+134 |
| 2015-02-17 | Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakis | Manish Goregaokar | -2/+54 |
| 2015-02-17 | Rollup merge of #22418 - japaric:diagnostics, r=nikomatsakis | Manish Goregaokar | -8/+32 |
| 2015-02-17 | Fix tests for rustc_* | Manish Goregaokar | -0/+30 |
| 2015-02-16 | Auto merge of #22230 - nikomatsakis:object-lifetime-defaults-2, r=pnkfelix | bors | -74/+495 |
| 2015-02-16 | Move remaning compile-fail tests that are rejected by the parser to parse-fail | Florian Hahn | -1635/+5 |