| Age | Commit message (Expand) | Author | Lines |
| 2018-02-09 | add Self: Trait<..> inside the param_env of a default impl | Gianni Ciccarelli | -3/+3 |
| 2018-02-09 | rustc_mir: insert a dummy access to places being matched on, when building MIR. | Eduard-Mihai Burtescu | -16/+47 |
| 2018-02-09 | Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis | bors | -0/+23 |
| 2018-02-09 | Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis | bors | -18/+327 |
| 2018-02-08 | Disallow function pointers to #[rustc_args_required_const] | Alex Crichton | -0/+20 |
| 2018-02-08 | Move some E0XXX to `ui` | Esteban Küber | -4510/+0 |
| 2018-02-08 | add transform for uniform array move out | Mikhail Modin | -0/+30 |
| 2018-02-08 | Fleshed out the test a lot more. | Felix S. Klock II | -9/+230 |
| 2018-02-08 | Test that autoref'ing beyond method receivers does not leak into two-phase bo... | Felix S. Klock II | -0/+39 |
| 2018-02-08 | Restrict two-phase borrows to solely borrows introduced via autoref. | Felix S. Klock II | -18/+67 |
| 2018-02-07 | support `default impl` for specialization | Gianni Ciccarelli | -0/+18 |
| 2018-02-07 | support `default impl` for specialization | Gianni Ciccarelli | -409/+17 |
| 2018-02-07 | support `default impl` for specialization | Gianni Ciccarelli | -0/+362 |
| 2018-02-07 | Rollup merge of #48020 - RalfJung:type-alias-bounds, r=petrochenkov | Manish Goregaokar | -2/+2 |
| 2018-02-07 | Rollup merge of #48018 - alexcrichton:require-const-arg, r=eddyb | Manish Goregaokar | -0/+36 |
| 2018-02-07 | Rollup merge of #48014 - Manishearth:stealing-chickens-on-the-internet, r=nik... | Manish Goregaokar | -0/+45 |
| 2018-02-07 | Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2018-02-07 | add tests for macro trailing commas | Michael Lamparski | -0/+121 |
| 2018-02-07 | Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakis | bors | -2/+1 |
| 2018-02-06 | Add tests for -Zepoch using tyvar_raw_pointer | Manish Goregaokar | -0/+45 |
| 2018-02-05 | Swapped order of left/right visits to ensure consistency in read/write pass o... | David Wood | -1/+1 |
| 2018-02-05 | Warn about more ignored bounds on type aliases | Ralf Jung | -2/+2 |
| 2018-02-05 | mir: Add and fix tests for FalseUnwinds | bobtwinkles | -0/+23 |
| 2018-02-05 | rustc: Add `#[rustc_args_required_const]` | Alex Crichton | -0/+36 |
| 2018-02-06 | Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, r=petroche... | kennytm | -1/+0 |
| 2018-02-06 | Rollup merge of #47704 - dsprenkels:issue-44415, r=alexcrichton | kennytm | -0/+22 |
| 2018-02-06 | Rollup merge of #47543 - topecongiro:issue-42344, r=nikomatsakis | kennytm | -1/+19 |
| 2018-02-05 | Stabilize use_nested_groups | Pietro Albini | -1/+0 |
| 2018-02-05 | Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obk | kennytm | -0/+18 |
| 2018-02-04 | Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakis | kennytm | -0/+23 |
| 2018-02-04 | Remove delay_span_bug() in check_aliasability | Seiichi Uchida | -1/+19 |
| 2018-02-03 | Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakis | bors | -61/+5 |
| 2018-02-01 | Fix tests | Esteban Küber | -2/+2 |
| 2018-02-01 | Turn `type_id` into a constant intrinsic | Badel2 | -0/+18 |
| 2018-01-31 | Rollup merge of #47876 - GuillaumeGomez:associated-const-error, r=nikomatsakis | kennytm | -2/+5 |
| 2018-01-31 | Add regression test for #44415 | Daan Sprenkels | -0/+22 |
| 2018-01-30 | Improved tests + typo fixes + assert | Mark Mansi | -4/+19 |
| 2018-01-30 | Fix more tests | Mark Mansi | -0/+2 |
| 2018-01-30 | Fix a couple of tests | Mark Mansi | -2/+2 |
| 2018-01-30 | Fix typo in error message + update tests | Mark Mansi | -3/+13 |
| 2018-01-30 | Add a couple of tests | Mark Mansi | -0/+26 |
| 2018-01-30 | Update associated constants error message | Guillaume Gomez | -2/+5 |
| 2018-01-30 | Do not ignore lifetime bounds in Copy impls | Santiago Pastorino | -0/+23 |
| 2018-01-29 | tests: replace "lvalue" terminology with "place". | Eduard-Mihai Burtescu | -1/+1 |
| 2018-01-28 | Point only at method signatures and point at trait | Esteban Küber | -3/+5 |
| 2018-01-28 | For named lifetimes point only at method signature | Esteban Küber | -58/+0 |
| 2018-01-27 | Updated other affected tests. | David Wood | -1/+0 |
| 2018-01-27 | Auto merge of #47690 - estebank:for-block-277, r=nikomatsakis | bors | -1/+1 |
| 2018-01-26 | Modify spans of expanded expression | Esteban Küber | -1/+1 |
| 2018-01-26 | Merge branch 'explain' of https://github.com/estebank/rust into rollup | Alex Crichton | -7/+14 |