| Age | Commit message (Expand) | Author | Lines |
| 2020-02-19 | Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-case, r=pe... | Dylan DPC | -1/+2 |
| 2020-02-19 | avoid excessive number of revisions | Ralf Jung | -151/+1 |
| 2020-02-18 | Add `#[rustc_args_required_const]` to `simd_shuffle` tests | Dylan MacKenzie | -1/+2 |
| 2020-02-19 | Auto merge of #69241 - shahn:checked_add_revert, r=Mark-Simulacrum,lqd | bors | -0/+31 |
| 2020-02-18 | Revert "Remove `checked_add` in `Layout::repeat`" | Sebastian Hahn | -0/+31 |
| 2020-02-18 | better lint names | Ralf Jung | -9/+9 |
| 2020-02-18 | Rollup merge of #69217 - LeSeulArtichaut:remove-lint-impl-op, r=estebank | Mazdak Farrokhzad | -17/+0 |
| 2020-02-18 | Rollup merge of #69211 - petrochenkov:prevtok, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2020-02-18 | Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov | Mazdak Farrokhzad | -3/+3 |
| 2020-02-17 | parser: Do not call `bump` recursively | Vadim Petrochenkov | -6/+6 |
| 2020-02-17 | Do not emit note suggesting to implement trait to foreign type | LeSeulArtichaut | -17/+0 |
| 2020-02-15 | parse associated statics. | Mazdak Farrokhzad | -3/+3 |
| 2020-02-16 | Add test for issue-51798 | Yuki Okushi | -0/+17 |
| 2020-02-15 | fix another test | Ralf Jung | -7/+7 |
| 2020-02-15 | more revisions and use them for another test | Ralf Jung | -2/+152 |
| 2020-02-15 | fix tests, and use variants to test debug and release builds together | Ralf Jung | -471/+479 |
| 2020-02-13 | parser: misc small item related improvements & cleanups. | Mazdak Farrokhzad | -3/+3 |
| 2020-02-13 | ast_validation: tweak diagnostic output | Mazdak Farrokhzad | -3/+3 |
| 2020-02-13 | parser_fn_front_matter: allow `const .. extern` | Mazdak Farrokhzad | -8/+1 |
| 2020-02-12 | Rollup merge of #69002 - RalfJung:miri-op-overflow, r=oli-obk,wesleywiser | Dylan DPC | -39/+117 |
| 2020-02-11 | On mismatched argument count point at arguments | Esteban Küber | -21/+29 |
| 2020-02-11 | Rollup merge of #68816 - estebank:fn-mut-closure, r=varkor | Dylan DPC | -17/+16 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -17/+18 |
| 2020-02-10 | div/rem overflow tests: also test i128 | Ralf Jung | -39/+117 |
| 2020-02-09 | Auto merge of #67665 - Patryk27:master, r=zackmdavis | bors | -23/+38 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -17/+18 |
| 2020-02-09 | Improve reporting errors and suggestions for trait bounds | Patryk Wychowaniec | -23/+38 |
| 2020-02-09 | Auto merge of #68689 - estebank:where-clause-sugg-missing-fn, r=varkor | bors | -1/+1 |
| 2020-02-08 | review comment | Esteban Küber | -1/+1 |
| 2020-02-09 | Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper | bors | -40/+0 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -8/+75 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -8/+8 |
| 2020-02-06 | Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov | Dylan DPC | -4/+3 |
| 2020-02-06 | Auto merge of #68583 - estebank:hrlt, r=oli-obk | bors | -18/+28 |
| 2020-02-05 | review comments: wording | Esteban Küber | -2/+2 |
| 2020-02-05 | Account for `fn()` types in lifetime suggestions | Esteban Küber | -36/+17 |
| 2020-02-05 | review comments | Esteban Küber | -9/+9 |
| 2020-02-05 | Suggest `'r` instead of `'lifetime` | Esteban Küber | -14/+14 |
| 2020-02-05 | When suggesting lifetimes, propose adding the new lifetime to all arguments | Esteban Küber | -12/+12 |
| 2020-02-05 | Use spans for input borrowed types unrelated to return type | Esteban Küber | -6/+30 |
| 2020-02-05 | Account for HKTB when suggesting introduction of named lifetime | Esteban Küber | -0/+5 |
| 2020-02-05 | `#![recursion_limit = "X"]`: note current crate name. | Mazdak Farrokhzad | -7/+7 |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -4/+3 |
| 2020-02-04 | Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obk | bors | -121/+128 |
| 2020-02-03 | Tweak borrow error on `FnMut` when `Fn` is expected | Esteban Küber | -17/+16 |
| 2020-02-03 | Auto merge of #67668 - matthewjasper:or-patterns, r=pnkfelix | bors | -12/+4 |
| 2020-02-03 | Auto merge of #68756 - JohnTitor:fix-ice-save-analysis-2, r=davidtwco | bors | -1/+3 |
| 2020-02-02 | Point at reason in object unsafe trait with `Self` in supertraits or `where`-... | Esteban Küber | -9/+26 |
| 2020-02-02 | Account for `?Sized` type parameter bounds | Esteban Küber | -1/+1 |
| 2020-02-02 | Use more appropriate spans on object unsafe traits and provide structured sug... | Esteban Küber | -1/+4 |