| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 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-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 | 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 | Do not consider using a semicolon inside of a different-crate macro | Michael Howell | -0/+71 |
| 2021-02-23 | Move tests to subdirectory | Amanieu d'Antras | -0/+0 |
| 2021-02-23 | Add #[rustc_legacy_const_generics] | Amanieu d'Antras | -0/+125 |
| 2021-02-23 | Rollup merge of #82362 - osa1:issue81918, r=oli-obk | Dylan DPC | -0/+11 |
| 2021-02-23 | Rollup merge of #82308 - estebank:issue-82290, r=lcnr | Dylan DPC | -0/+27 |
| 2021-02-23 | Rollup merge of #82297 - tmiasko:write-only, r=oli-obk | Dylan DPC | -1/+68 |
| 2021-02-23 | Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis | Dylan DPC | -24/+170 |
| 2021-02-23 | Rollup merge of #82113 - m-ou-se:panic-format-lint, r=estebank | Dylan DPC | -4/+76 |
| 2021-02-23 | Rollup merge of #81629 - 1000teslas:issue-81365-fix, r=Aaron1011 | Dylan DPC | -0/+520 |
| 2021-02-23 | Improve error msgs when found type is deref of expected | Ömer Sinan Ağacan | -0/+96 |
| 2021-02-22 | Set RUST_BACKTRACE=0 when running `treat-err-as-bug` tests | Aaron Hill | -2/+4 |
| 2021-02-23 | Rollup merge of #81769 - estebank:tail-expr-as-potential-return, r=lcnr | Dylan DPC | -40/+94 |
| 2021-02-23 | Rollup merge of #81235 - reese:rw-tuple-diagnostics, r=estebank | Dylan DPC | -4/+64 |
| 2021-02-22 | Fix mir-cfg dumps | Ömer Sinan Ağacan | -0/+11 |
| 2021-02-22 | Rollup merge of #82379 - nagisa:nagisa/hexagon-enums, r=estebank | Yuki Okushi | -0/+475 |
| 2021-02-22 | Rollup merge of #82287 - r00ster91:field_name_and, r=petrochenkov | Yuki Okushi | -12/+12 |
| 2021-02-21 | fix rebase | Esteban Küber | -2/+2 |
| 2021-02-21 | tidy | Esteban Küber | -1/+0 |
| 2021-02-21 | Do not suggest `;` if expression is side effect free | Esteban Küber | -47/+21 |
| 2021-02-21 | reword `;` suggestions to have consistent wording | Esteban Küber | -8/+8 |
| 2021-02-21 | Suggest `return`ing tail expressions that match return type | Esteban Küber | -2/+83 |
| 2021-02-22 | Fix sizes of repr(C) enums on hexagon | Simonas Kazlauskas | -0/+475 |
| 2021-02-21 | Auto merge of #82359 - JohnTitor:rollup-6puemik, r=JohnTitor | bors | -8/+4 |
| 2021-02-21 | Rollup merge of #82233 - ijackson:try-block-type-test, r=Mark-Simulacrum | Yuki Okushi | -8/+4 |
| 2021-02-21 | Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-se | bors | -23/+17 |
| 2021-02-20 | Fix suggestion span and move suggestions into new subwindow. | Reese Williams | -18/+36 |
| 2021-02-20 | Rollup merge of #81991 - osa1:issue81839, r=estebank | Guillaume Gomez | -6/+56 |
| 2021-02-20 | Make "missing field" error message more natural | r00ster91 | -12/+12 |
| 2021-02-19 | Lower condition of `if` expression before it's "then" block | Esteban Küber | -0/+27 |
| 2021-02-19 | Support `pub` on `macro_rules` | Vadim Petrochenkov | -24/+170 |
| 2021-02-19 | Add deref definition location | 1000teslas | -0/+40 |
| 2021-02-19 | Rollup merge of #82259 - osa1:issue82156, r=petrochenkov | Dylan DPC | -0/+12 |
| 2021-02-19 | Rollup merge of #82245 - estebank:issue-78653, r=matthewjasper | Dylan DPC | -0/+28 |
| 2021-02-19 | Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011 | Dylan DPC | -6/+4 |