| Age | Commit message (Expand) | Author | Lines |
| 2018-11-11 | Rollup merge of #55764 - murarth:fix-rc-alloc, r=RalfJung | Pietro Albini | -4/+25 |
| 2018-11-11 | Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj... | Pietro Albini | -42/+56 |
| 2018-11-11 | Rollup merge of #55687 - alexreg:fix-24010, r=scalexm | Pietro Albini | -199/+302 |
| 2018-11-10 | Auto merge of #55650 - nikic:funnel-shift, r=nagisa | bors | -8/+93 |
| 2018-11-10 | Auto merge of #55830 - alexcrichton:update-cargo, r=alexcrichton | bors | -14/+15 |
| 2018-11-10 | Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio... | bors | -22/+93 |
| 2018-11-10 | Auto merge of #55717 - oli-obk:rustdoc_overflow, r=pnkfelix | bors | -2/+3 |
| 2018-11-10 | Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton | bors | -39/+47 |
| 2018-11-09 | Update Cargo submodule | Alex Crichton | -14/+15 |
| 2018-11-09 | Pull in fix for dist-i686-linux build | Nikita Popov | -0/+0 |
| 2018-11-08 | Rollup merge of #55788 - alexcrichton:wincolors, r=petrochenkov | Mark Rousskov | -1/+7 |
| 2018-11-08 | Rollup merge of #55783 - stjepang:deprecate-select, r=SimonSapin | Mark Rousskov | -4/+7 |
| 2018-11-08 | Rollup merge of #55777 - nnethercote:less-P-in-ast, r=petrochenkov | Mark Rousskov | -7/+7 |
| 2018-11-08 | Rollup merge of #55774 - CryZe:patch-5, r=alexcrichton | Mark Rousskov | -1/+4 |
| 2018-11-08 | Rollup merge of #55761 - ljedrz:fix_promote_candidate_hack, r=estebank | Mark Rousskov | -10/+5 |
| 2018-11-08 | Rollup merge of #55760 - jonhoo:no-intermediate-fonts, r=GuillaumeGomez | Mark Rousskov | -5/+5 |
| 2018-11-08 | Rollup merge of #55758 - davidtwco:issue-55344, r=pnkfelix | Mark Rousskov | -28/+136 |
| 2018-11-08 | Rollup merge of #55755 - ljedrz:a_few_indexvec_tweaks, r=varkor | Mark Rousskov | -4/+4 |
| 2018-11-08 | Rollup merge of #55753 - ljedrz:borrow_set_insert_clone, r=oli-obk | Mark Rousskov | -12/+3 |
| 2018-11-08 | Rollup merge of #55742 - F001:fix-55718, r=petrochenkov | Mark Rousskov | -5/+34 |
| 2018-11-08 | Rollup merge of #55739 - wesleywiser:mir_inline_fuel, r=nikomatsakis | Mark Rousskov | -1/+13 |
| 2018-11-08 | Rollup merge of #55736 - estebank:elide-anon-lt, r=petrochenkov | Mark Rousskov | -4/+7 |
| 2018-11-08 | Rollup merge of #55719 - pnkfelix:issue-54388-sidestep-link-error-from-rustfi... | Mark Rousskov | -13/+38 |
| 2018-11-08 | Rollup merge of #55659 - alexcrichton:musl-no-group, r=michaelwoerister | Mark Rousskov | -25/+0 |
| 2018-11-08 | Rollup merge of #55638 - pnkfelix:issue-55608-ice-reempty-msg_span_from_free_... | Mark Rousskov | -0/+34 |
| 2018-11-08 | Rollup merge of #55633 - nikic:memcpy-align, r=nagisa | Mark Rousskov | -51/+98 |
| 2018-11-08 | Rollup merge of #55576 - birkenfeld:opt-level-error-msg, r=cramertj | Mark Rousskov | -1/+1 |
| 2018-11-08 | Deprecate channel selection | Stjepan Glavina | -4/+7 |
| 2018-11-08 | Fix Rc/Arc allocation layout | Murarth | -4/+25 |
| 2018-11-08 | Fix some tests for wasm32-unknown-emscripten | Nikita Popov | -2/+2 |
| 2018-11-08 | Fix compiletest support for wasm32-unknown-emscripten | Nikita Popov | -4/+2 |
| 2018-11-08 | rustc: Request ansi colors if stderr isn't a tty | Alex Crichton | -1/+7 |
| 2018-11-08 | Update the disabled wasm32 Dockerfile | Nikita Popov | -10/+5 |
| 2018-11-08 | Disable wasm32 features on emscripten | Nikita Popov | -1/+2 |
| 2018-11-08 | Improve creation of 3 IndexVecs | ljedrz | -4/+4 |
| 2018-11-08 | Auto merge of #55532 - pnkfelix:rustc_error-survey, r=nikomatsakis | bors | -1312/+449 |
| 2018-11-08 | Use `SmallVec` outparams in several functions. | Nicholas Nethercote | -42/+56 |
| 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 | 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 |