| Age | Commit message (Expand) | Author | Lines |
| 2018-11-11 | Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix | bors | -25/+51 |
| 2018-11-11 | Rollup merge of #55630 - petrochenkov:noprelude, r=Centril | kennytm | -1/+25 |
| 2018-11-11 | Rollup merge of #55828 - oli-obk:promotion_strikes_again, r=eddyb | Pietro Albini | -0/+74 |
| 2018-11-11 | Rollup merge of #55822 - davidtwco:issue-55394, r=pnkfelix | Pietro Albini | -0/+37 |
| 2018-11-11 | Rollup merge of #55819 - pnkfelix:issue-55810-must-typeck-pats-eagerly, r=oli... | Pietro Albini | -0/+23 |
| 2018-11-11 | Rollup merge of #55802 - wesleywiser:inlined_calls_2_electric_boogaloo, r=nagisa | Pietro Albini | -0/+36 |
| 2018-11-11 | Rollup merge of #55801 - pnkfelix:update-box-insensitivity-test-for-nll, r=da... | Pietro Albini | -86/+103 |
| 2018-11-11 | Rollup merge of #55800 - estebank:abolish-ice-for-lifetime, r=oli-obk | Pietro Albini | -0/+72 |
| 2018-11-11 | Rollup merge of #55799 - pnkfelix:remove-useless-revisions-marker-from-lint-u... | Pietro Albini | -202/+52 |
| 2018-11-11 | Rollup merge of #55792 - oli-obk:propsicle, r=RalfJung | Pietro Albini | -0/+28 |
| 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-09 | Don't inline virtual calls (take 2) | Wesley Wiser | -0/+36 |
| 2018-11-10 | Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton | bors | -15/+19 |
| 2018-11-09 | Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value` | Oliver Scherer | -0/+74 |
| 2018-11-09 | Fix ICE and find correct return span. | David Wood | -0/+37 |
| 2018-11-09 | Typecheck patterns of all match arms first, so we get types for bindings. | Felix S. Klock II | -0/+23 |
| 2018-11-09 | Fix tidy | Oliver Scherer | -2/+2 |
| 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-09 | Fix the expected error annotations. | Felix S. Klock II | -65/+65 |
| 2018-11-09 | Switch to using `// revisions` to explicit encode NLL's change to `Box` treat... | Felix S. Klock II | -8/+22 |
| 2018-11-08 | Sidestep ICE in `type_of_def_id()` when called from `return_type_impl_trait` | Esteban Küber | -0/+72 |
| 2018-11-09 | Make test robust to NLL, in sense of ensuring borrows extend to something app... | Felix S. Klock II | -14/+17 |
| 2018-11-09 | Removed an unneeded instance of `// revisions`; the compare-mode NLL shows th... | Felix S. Klock II | -202/+52 |
| 2018-11-08 | Deprecate channel selection | Stjepan Glavina | -0/+1 |
| 2018-11-08 | Add more regression tests | Oliver Scherer | -0/+15 |
| 2018-11-08 | Prevent ICE in const-prop array oob check | Oliver Scherer | -0/+13 |
| 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 |