| Age | Commit message (Expand) | Author | Lines |
| 2017-11-12 | Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1 | bors | -17/+82 |
| 2017-11-11 | Auto merge of #45775 - petrochenkov:patnopat, r=nikomatsakis | bors | -5/+36 |
| 2017-11-11 | Always report patterns more complex than `mut IDENT` as errors | Vadim Petrochenkov | -3/+1 |
| 2017-11-11 | Accept interpolated patterns in trait method parameters | Vadim Petrochenkov | -4/+37 |
| 2017-11-11 | Rollup merge of #45877 - mikhail-m1:mir-borrowck-act-on-moved, r=arielb1 | Guillaume Gomez | -3/+3 |
| 2017-11-11 | Auto merge of #45772 - leodasvacas:fix-auto-bounds-in-trait-objects, r=nikoma... | bors | -5/+5 |
| 2017-11-11 | Auto merge of #45807 - tommyip:format_err, r=estebank | bors | -23/+31 |
| 2017-11-11 | Fix MIR borrowck EndRegion not found | Ramana Venkata | -9/+33 |
| 2017-11-10 | Auto merge of #45707 - Ryman:deprecated-item-name, r=nikomatsakis | bors | -222/+291 |
| 2017-11-10 | Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakis | bors | -49/+69 |
| 2017-11-10 | Auto merge of #45804 - gnzlbg:div_intr, r=alexcrichton | bors | -5/+6 |
| 2017-11-10 | Auto merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -0/+34 |
| 2017-11-10 | Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakis | kennytm | -0/+1 |
| 2017-11-09 | Retain information on whether a format argument has explicit position | Tommy Ip | -5/+10 |
| 2017-11-09 | check::method - unify receivers before normalizing method signatures | Ariel Ben-Yehuda | -0/+35 |
| 2017-11-09 | Don't emit the feature error if it's an invalid self type | Michael Hewson | -4/+0 |
| 2017-11-09 | fixed all the compile-fail error messages | Michael Hewson | -10/+29 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -21/+0 |
| 2017-11-08 | fix error message in arbitrary-self-types-not-object-safe test | Michael Hewson | -2/+1 |
| 2017-11-08 | tidy things up a bit | Michael Hewson | -1/+21 |
| 2017-11-08 | Auto merge of #45452 - estebank:colon-typo, r=nikomatsakis | bors | -1/+0 |
| 2017-11-08 | restore move out dataflow, add report of move out errors | Mikhail Modin | -3/+3 |
| 2017-11-08 | Fix help for duplicated names: `extern crate (...) as (...)` | Esteban Küber | -0/+1 |
| 2017-11-08 | Auto merge of #45205 - rkruppe:saturating-casts, r=eddyb | bors | -0/+61 |
| 2017-11-08 | Remove the error check that I think is redundant, and change the test error m... | Michael Hewson | -29/+10 |
| 2017-11-08 | add a NOTE comment to the object safety test so that it passes | Michael Hewson | -0/+1 |
| 2017-11-08 | Auto merge of #45575 - michaelwoerister:tweak-inline-trans-items, r=nikomatsakis | bors | -33/+36 |
| 2017-11-08 | move ExplicitSelf to rustc::ty::util, and use it to implement object safety c... | Michael Hewson | -1/+4 |
| 2017-11-07 | Make trans const eval error on overflow and NaN, matching HIR const eval. | Robin Kruppe | -0/+61 |
| 2017-11-07 | Add arbitrary_self_types feature gate error to some tests | Michael Hewson | -3/+10 |
| 2017-11-07 | Fix some of the tests | Michael Hewson | -38/+7 |
| 2017-11-07 | add tests for the arbitrary_self_types, which won't pass yet | Michael Hewson | -0/+70 |
| 2017-11-07 | Rollup merge of #45751 - estebank:issue-44684, r=nikomatsakis | kennytm | -1/+1 |
| 2017-11-07 | Update compile-fail tests. | Michael Woerister | -33/+36 |
| 2017-11-06 | run unsafety checking before dead block collection | Ariel Ben-Yehuda | -0/+15 |
| 2017-11-06 | Add tests for new format! error message | Tommy Ip | -23/+26 |
| 2017-11-06 | [intrinsics] add div and rem vector tests | gnzlbg | -5/+6 |
| 2017-11-06 | fix unsafety checking for generators | Ariel Ben-Yehuda | -0/+19 |
| 2017-11-05 | Handle anon lifetime arg being returned with named lifetime return type | Esteban Küber | -1/+1 |
| 2017-11-05 | Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1 | bors | -0/+322 |
| 2017-11-04 | Fix checking of auto trait bounds in trait objects. | leonardo.yvens | -5/+5 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -0/+229 |
| 2017-11-03 | Detect `=` -> `:` typo in let bindings | Esteban Küber | -1/+0 |
| 2017-11-04 | Move some tests to UI | Vadim Petrochenkov | -47/+0 |
| 2017-11-04 | resolve: Use same rules for disambiguating fresh bindings in `match` and `let` | Vadim Petrochenkov | -12/+79 |
| 2017-11-04 | Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1 | bors | -0/+42 |
| 2017-11-03 | Added tests for RFC 2008. | David Wood | -0/+229 |
| 2017-11-03 | Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis | bors | -6/+73 |
| 2017-11-03 | Parse auto traits the same as traits. | leonardo.yvens | -29/+22 |
| 2017-11-03 | Fix tests and rebase conflict | leonardo.yvens | -0/+6 |