| Age | Commit message (Expand) | Author | Lines |
| 2018-11-11 | Rollup merge of #55687 - alexreg:fix-24010, r=scalexm | Pietro Albini | -51/+158 |
| 2018-11-10 | Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio... | bors | -0/+31 |
| 2018-11-10 | Auto merge of #55717 - oli-obk:rustdoc_overflow, r=pnkfelix | bors | -1/+2 |
| 2018-11-10 | Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton | bors | -15/+19 |
| 2018-11-08 | Rollup merge of #55783 - stjepang:deprecate-select, r=SimonSapin | Mark Rousskov | -0/+1 |
| 2018-11-08 | Rollup merge of #55758 - davidtwco:issue-55344, r=pnkfelix | Mark Rousskov | -0/+26 |
| 2018-11-08 | Rollup merge of #55742 - F001:fix-55718, r=petrochenkov | Mark Rousskov | -0/+27 |
| 2018-11-08 | Rollup merge of #55736 - estebank:elide-anon-lt, r=petrochenkov | Mark Rousskov | -3/+3 |
| 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 #55638 - pnkfelix:issue-55608-ice-reempty-msg_span_from_free_... | Mark Rousskov | -0/+33 |
| 2018-11-08 | Rollup merge of #55633 - nikic:memcpy-align, r=nagisa | Mark Rousskov | -4/+4 |
| 2018-11-08 | Deprecate channel selection | Stjepan Glavina | -0/+1 |
| 2018-11-08 | Fix some tests for wasm32-unknown-emscripten | Nikita Popov | -2/+2 |
| 2018-11-08 | Auto merge of #55532 - pnkfelix:rustc_error-survey, r=nikomatsakis | bors | -1312/+449 |
| 2018-11-07 | Only do check for trait objects, not trait or trait alias definitions. | Alexander Regueiro | -88/+65 |
| 2018-11-07 | Added error for duplicate bindings of associated type. | Alexander Regueiro | -10/+76 |
| 2018-11-07 | Added tests. | Alexander Regueiro | -22/+86 |
| 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 | -0/+26 |
| 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 | fix ICE | F001 | -0/+27 |
| 2018-11-07 | Rollup merge of #55645 - RalfJung:validity-range-inclusive, r=oli-obk | kennytm | -55/+132 |
| 2018-11-07 | Rollup merge of #55730 - estebank:impl-trait-arg-mismatch, r=varkor | kennytm | -0/+27 |
| 2018-11-07 | Rollup merge of #55728 - tromey:update-lldb, r=alexcrichton | kennytm | -1/+1 |
| 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 | -7/+7 |
| 2018-11-07 | do not print wrapping ranges like normal ranges in diagnostics | Ralf Jung | -22/+47 |
| 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 #55688 - alexreg:move-issue-tests, r=estebank | kennytm | -41/+41 |
| 2018-11-07 | Rollup merge of #55609 - nikic:fix-51947, r=nagisa | kennytm | -0/+17 |
| 2018-11-07 | Rollup merge of #55510 - bitshifter:repr-feature-gate-fix, r=petrochenkov | kennytm | -2/+26 |
| 2018-11-07 | Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakis | kennytm | -3/+6 |
| 2018-11-07 | Rollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime, r=pnkfelix | kennytm | -0/+40 |
| 2018-11-07 | Auto merge of #55549 - RalfJung:miri-visitor, r=oli-obk | bors | -37/+59 |
| 2018-11-06 | Auto merge of #55262 - oli-obk:dangling_alloc_id_ice, r=RalfJung | bors | -0/+51 |
| 2018-11-06 | Elide anon lifetimes in conflicting impl note | Esteban Küber | -3/+3 |
| 2018-11-06 | Use trait impl method span when type param mismatch is due to impl Trait | Esteban Küber | -0/+27 |
| 2018-11-06 | Auto merge of #53996 - sekineh:thumb-run, r=japaric | bors | -0/+141 |
| 2018-11-06 | Update lldb | Tom Tromey | -1/+1 |
| 2018-11-06 | Run name-anon-globals after LTO passes as well | Nikita Popov | -0/+17 |
| 2018-11-06 | Add explcit `--error-format` options to tests of print-fuel to sidestep compi... | Felix S. Klock II | -3/+6 |
| 2018-11-06 | Sidestep link error from rustfix'ed code by using a *defined* static. | Felix S. Klock II | -13/+38 |
| 2018-11-06 | Bubble up an overflow error so that rustdoc can ignore it | Oliver Scherer | -1/+2 |
| 2018-11-06 | Rollup merge of #55700 - pnkfelix:issue-55533-update-ui-tests-wrt-nll, r=davi... | kennytm | -254/+532 |
| 2018-11-06 | Rollup merge of #55696 - davidtwco:issue-55675, r=pnkfelix | kennytm | -26/+65 |
| 2018-11-06 | Rollup merge of #55694 - jsirs:issue-31076, r=oli-obk | kennytm | -0/+36 |
| 2018-11-06 | Rollup merge of #55664 - varkor:all-possible-cases-message, r=zackmdavis | kennytm | -6/+6 |