| Age | Commit message (Expand) | Author | Lines |
| 2018-11-08 | Use `Lit` rather than `P<Lit>` in `ast::ExprKind`. | Nicholas Nethercote | -7/+7 |
| 2018-11-08 | Auto merge of #55366 - Amanieu:stable_layout, r=Amanieu | bors | -24/+18 |
| 2018-11-08 | wasm32-unknown-emscripten expects the rust_eh_personality symbol | Christopher Serr | -1/+4 |
| 2018-11-07 | Removed `DUPLICATE_ASSOCIATED_TYPE_BINDINGS` lint. | Alexander Regueiro | -12/+0 |
| 2018-11-07 | Only do check for trait objects, not trait or trait alias definitions. | Alexander Regueiro | -163/+112 |
| 2018-11-07 | Added error for duplicate bindings of associated type. | Alexander Regueiro | -117/+184 |
| 2018-11-07 | Added tests. | Alexander Regueiro | -42/+133 |
| 2018-11-07 | Look at projections from supertraits when constructing trait objects. | Alexander Regueiro | -69/+77 |
| 2018-11-07 | Remove targets from the manifest that are not built on travis | Marco A L Barbosa | -6/+0 |
| 2018-11-07 | Remove intermediate font specs | Jon Gjengset | -5/+5 |
| 2018-11-07 | mir: remove a hacky recursive helper function | ljedrz | -10/+5 |
| 2018-11-07 | comment | Ralf Jung | -0/+1 |
| 2018-11-07 | drop glue works with raw ptrs, it must EscapeToRaw | Ralf Jung | -1/+16 |
| 2018-11-07 | only count deref_operand as actual deref, but not all ref-to-place conversions | Ralf Jung | -32/+31 |
| 2018-11-07 | array index accesses are stable places | Ralf Jung | -6/+54 |
| 2018-11-07 | calling the ptr hooks no longer needs expensive preparation, remove the opt-out | Ralf Jung | -16/+8 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -110/+159 |
| 2018-11-07 | This test will not link on wasm32. | Felix S. Klock II | -6/+6 |
| 2018-11-07 | Ignore never-initialized locals for `unused_mut`. | David Wood | -28/+136 |
| 2018-11-07 | work around deviation in diagnostic output for opt-level=0 by forcing `-O`. | Felix S. Klock II | -1/+1 |
| 2018-11-07 | Update output of `lint-type-overflow2.stderr` to reflect its output from `rus... | Felix S. Klock II | -8/+2 |
| 2018-11-07 | borrow_set: remove a helper function and a clone it uses | ljedrz | -12/+3 |
| 2018-11-07 | fix ICE | F001 | -5/+34 |
| 2018-11-07 | Rollup merge of #55645 - RalfJung:validity-range-inclusive, r=oli-obk | kennytm | -483/+898 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -68/+68 |
| 2018-11-07 | Rollup merge of #55730 - estebank:impl-trait-arg-mismatch, r=varkor | kennytm | -1/+30 |
| 2018-11-07 | Rollup merge of #55728 - tromey:update-lldb, r=alexcrichton | kennytm | -1/+1 |
| 2018-11-07 | Consume optimization fuel from the MIR inliner | Wesley Wiser | -1/+13 |
| 2018-11-07 | test diagnostics for more ranges | Ralf Jung | -2/+32 |
| 2018-11-07 | pretty-print scalar range that only has an upper bound | Ralf Jung | -8/+11 |
| 2018-11-07 | do not print wrapping ranges like normal ranges in diagnostics | Ralf Jung | -50/+85 |
| 2018-11-07 | Removed `#[rustc_error]` from tests that are all `// compile-pass`. | Felix S. Klock II | -1213/+362 |
| 2018-11-07 | Replaced use of `#[rustc_error]` with `// skip-codegen`. | Felix S. Klock II | -15/+9 |
| 2018-11-07 | remove `#[rustc_error]` from ui/ tests that remain compile-fail tests. | Felix S. Klock II | -82/+82 |
| 2018-11-07 | Rollup merge of #55702 - alexcrichton:arm64-msvc-deploy, r=michaelwoerister | kennytm | -0/+1 |
| 2018-11-07 | Rollup merge of #55692 - matthiaskrgr:remark_debuginfo_hint, r=michaelwoerister | kennytm | -2/+1 |
| 2018-11-07 | Rollup merge of #55688 - alexreg:move-issue-tests, r=estebank | kennytm | -41/+41 |
| 2018-11-07 | Rollup merge of #55609 - nikic:fix-51947, r=nagisa | kennytm | -2/+30 |
| 2018-11-07 | Rollup merge of #55510 - bitshifter:repr-feature-gate-fix, r=petrochenkov | kennytm | -3/+32 |
| 2018-11-07 | Rollup merge of #55501 - nnethercote:DoCompleted, r=pnkfelix | kennytm | -72/+88 |
| 2018-11-07 | Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakis | kennytm | -5/+8 |
| 2018-11-07 | Rollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime, r=pnkfelix | kennytm | -9/+73 |
| 2018-11-07 | Rollup merge of #55441 - xfix:patch-12, r=aturon | kennytm | -1/+0 |
| 2018-11-07 | Rollup merge of #55377 - goffrie:patch-2, r=joshtriplett | kennytm | -4/+5 |
| 2018-11-07 | Auto merge of #55549 - RalfJung:miri-visitor, r=oli-obk | bors | -439/+786 |
| 2018-11-06 | Auto merge of #55262 - oli-obk:dangling_alloc_id_ice, r=RalfJung | bors | -0/+56 |
| 2018-11-06 | Elide anon lifetimes in conflicting impl note | Esteban Küber | -4/+7 |
| 2018-11-06 | Add a tracking issue for extra Layout methods | Amanieu d'Antras | -7/+9 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -68/+68 |
| 2018-11-06 | Use trait impl method span when type param mismatch is due to impl Trait | Esteban Küber | -1/+30 |