| Age | Commit message (Expand) | Author | Lines |
| 2021-02-28 | Support LLVM 12 in rustc | Nikita Popov | -43/+49 |
| 2021-02-28 | Apply lint restrictions from renamed lints | Joshua Nelson | -0/+37 |
| 2021-02-28 | Use -O in try_identity test that requires storage markers | Tomasz Miąsko | -1/+1 |
| 2021-02-28 | Remove storage markers if they won't be used during code generation | Tomasz Miąsko | -2/+126 |
| 2021-02-28 | Update rustdoc test to make it work with newly added rustc passes | Guillaume Gomez | -0/+2 |
| 2021-02-28 | Add test for rustdoc new check pass | Guillaume Gomez | -0/+13 |
| 2021-02-27 | Rollup merge of #82563 - lucas-deangelis:issue-82209-fix, r=jyn514 | Dylan DPC | -0/+11 |
| 2021-02-27 | Rollup merge of #81856 - Smittyvb:utf16-warn, r=matthewjasper | Dylan DPC | -0/+0 |
| 2021-02-27 | Enable report_in_external_macro in unaligned_references | Taiki Endo | -0/+68 |
| 2021-02-27 | Recover from X<Y,Z> when parsing const expr | Ömer Sinan Ağacan | -3/+69 |
| 2021-02-27 | Fix turbofish recovery with multiple generic args | Ömer Sinan Ağacan | -0/+56 |
| 2021-02-27 | Rollup merge of #82494 - estebank:issue-82455, r=petrochenkov | Dylan DPC | -2/+32 |
| 2021-02-27 | Rollup merge of #82442 - Aaron1011:fix/closure-mut-crash, r=matthewjasper | Dylan DPC | -0/+40 |
| 2021-02-27 | Rollup merge of #82419 - petrochenkov:inertord, r=Aaron1011 | Dylan DPC | -38/+112 |
| 2021-02-27 | Rollup merge of #82404 - nagisa:nagisa/hexagon-enums-llvm-comps, r=petrochenkov | Dylan DPC | -5/+6 |
| 2021-02-27 | Rollup merge of #82370 - 0yoyoyo:update-issue-81650-point-anonymous-lifetime,... | Dylan DPC | -103/+88 |
| 2021-02-27 | Move test file, add test of generated link | Lucas De Angelis | -0/+3 |
| 2021-02-26 | Fix intra-doc handling of `Self` in enum | Lucas De Angelis | -0/+8 |
| 2021-02-26 | Auto merge of #82552 - GuillaumeGomez:rollup-8dn1ztn, r=GuillaumeGomez | bors | -20/+84 |
| 2021-02-26 | Rollup merge of #82506 - estebank:unused_variable_lint, r=lcnr | Guillaume Gomez | -0/+46 |
| 2021-02-26 | Rollup merge of #82165 - nellshamrell:nell/fix-80658-B, r=estebank | Guillaume Gomez | -20/+38 |
| 2021-02-26 | Auto merge of #81458 - estebank:match-stmt-remove-semi, r=oli-obk | bors | -0/+81 |
| 2021-02-25 | Rollup merge of #82431 - Aaron1011:fix/bug-env, r=jyn514 | Aaron Hill | -2/+4 |
| 2021-02-25 | Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obk | bors | -0/+185 |
| 2021-02-25 | Detect match statement intended to be tail expression | Esteban Küber | -0/+81 |
| 2021-02-25 | Rollup merge of #82364 - osa1:issue82361, r=estebank | Dylan DPC | -0/+96 |
| 2021-02-25 | Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkor | Dylan DPC | -7/+46 |
| 2021-02-25 | Rollup merge of #82090 - notriddle:consider-using-a-semicolon-here, r=estebank | Dylan DPC | -0/+71 |
| 2021-02-25 | Rollup merge of #82087 - estebank:abolish-ice, r=oli-obk | Dylan DPC | -0/+25 |
| 2021-02-25 | Rollup merge of #81713 - estebank:unstable-assoc-item-lint, r=oli-obk | Dylan DPC | -7/+28 |
| 2021-02-25 | Add feature gate for inherent associate types. | Olivier FAURE | -18/+71 |
| 2021-02-25 | Update test/pretty output for edition preludes. | Mara Bos | -6/+6 |
| 2021-02-25 | Update test output for edition preludes. | Mara Bos | -11/+11 |
| 2021-02-25 | add helpful error notes and fix the false 'defined here' messages | Henry Boisdequin | -7/+46 |
| 2021-02-25 | Improve checking for attribute | Amanieu d'Antras | -16/+29 |
| 2021-02-24 | clarifies error when finding mismatched returned types for async functions | Nell Shamrell | -20/+38 |
| 2021-02-24 | Properly account for non-shorthand pattern field in unused variable lint | Esteban Küber | -0/+46 |
| 2021-02-25 | Fix tests | Amanieu d'Antras | -4/+12 |
| 2021-02-25 | Address review comments | Amanieu d'Antras | -0/+3 |
| 2021-02-24 | Account for associated consts in the "unstable assoc item name colission" lint | Esteban Küber | -7/+28 |
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -0/+47 |
| 2021-02-24 | Substitute erased lifetimes on bad placeholder type | Esteban Küber | -2/+32 |
| 2021-02-24 | Auto merge of #80914 - GuillaumeGomez:remove-is_spotlight, r=jyn514 | bors | -0/+24 |
| 2021-02-24 | Auto merge of #80475 - simonvandel:fix-77355, r=oli-obk | bors | -355/+482 |
| 2021-02-24 | Add suggestion for iterators in iterators | Kevin Per | -0/+32 |
| 2021-02-24 | Properly reject non-const arguments | Amanieu d'Antras | -0/+36 |
| 2021-02-24 | TODO -> FIXME | Amanieu d'Antras | -1/+1 |
| 2021-02-23 | yeet | Ellen | -0/+47 |
| 2021-02-23 | * Fix some typo | Guillaume Gomez | -0/+24 |
| 2021-02-23 | Do not consider using a semicolon inside of a different-crate macro | Michael Howell | -0/+71 |