| Age | Commit message (Expand) | Author | Lines |
| 2023-03-08 | Fortify clippy tests. | Camille GILLOT | -21/+24 |
| 2023-03-08 | Bless 32bit. | Camille GILLOT | -1/+1 |
| 2023-03-08 | Fortify clippy tests. | Camille GILLOT | -21/+24 |
| 2023-03-08 | Make comment more explicit. | Camille GILLOT | -2/+4 |
| 2023-03-08 | Separate checking rvalue from evaluation. | Camille GILLOT | -113/+104 |
| 2023-03-08 | Recurse into statement before applying its effect. | Camille GILLOT | -10/+14 |
| 2023-03-08 | Refactor tracking of writes. | Camille GILLOT | -72/+58 |
| 2023-03-08 | Remove OnlyPropagateInto. | Camille GILLOT | -34/+13 |
| 2023-03-08 | Only assign value in remove_const. | Camille GILLOT | -15/+7 |
| 2023-03-08 | Assume the frame has all the locals. | Camille GILLOT | -17/+13 |
| 2023-03-08 | Do not track span in ConstProp. | Camille GILLOT | -35/+14 |
| 2023-03-08 | Simplify visit_statement. | Camille GILLOT | -65/+61 |
| 2023-03-08 | Create visit_block_data for const-prop-lint. | Camille GILLOT | -5/+5 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -23/+3 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -357/+145 |
| 2023-03-08 | Auto merge of #14287 - Veykril:rustc_private-proc-macro, r=Veykril | bors | -5/+8 |
| 2023-03-08 | minor: Fixup dylib extensions for rustc_private proc-macro loading | Lukas Wirth | -5/+8 |
| 2023-03-08 | Auto merge of #14286 - Veykril:block-def-tail-mac, r=Veykril | bors | -0/+29 |
| 2023-03-08 | fix: Fix block defmap not looking into tail expressions for macro calls | Lukas Wirth | -0/+29 |
| 2023-03-08 | Auto merge of #14285 - HKalbasi:mir, r=Veykril | bors | -0/+15 |
| 2023-03-08 | move clippy tests back to their intended directory | Pietro Albini | -0/+40 |
| 2023-03-08 | move clippy tests back to their intended directory | Pietro Albini | -0/+0 |
| 2023-03-08 | Evaluate consts in `path_to_const` | hkalbasi | -0/+15 |
| 2023-03-08 | Auto merge of #14284 - Veykril:sem-derive-unresolved, r=Veykril | bors | -4/+6 |
| 2023-03-08 | Highlight unresolved derives as being unresolved | Lukas Wirth | -4/+6 |
| 2023-03-08 | Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnr | bors | -71/+86 |
| 2023-03-08 | Auto merge of #14283 - Veykril:error-notifs, r=Veykril | bors | -5/+7 |
| 2023-03-08 | Don't send error notifications for workspace failures if server status is sup... | Lukas Wirth | -5/+7 |
| 2023-03-08 | fix: evaluate with wrong obligation stack | yifei | -2/+47 |
| 2023-03-08 | prefer universal from lower universe | Ali MJ Al-Nasrawy | -1/+17 |
| 2023-03-08 | Auto merge of #14282 - Veykril:rustc_private-proc-macro, r=Veykril | bors | -22/+98 |
| 2023-03-08 | Auto merge of #14248 - XFFXFF:let_else_right_curly_brace, r=Veykril | bors | -12/+430 |
| 2023-03-08 | Load proc-macros for rustc_private crates | Lukas Wirth | -22/+98 |
| 2023-03-08 | set LIBC_CHECK_CFG=1 when building Rust code in bootstrap | Pietro Albini | -0/+9 |
| 2023-03-08 | address review comment | Ali MJ Al-Nasrawy | -7/+23 |
| 2023-03-08 | Auto merge of #10448 - samueltardieu:issue-10444, r=llogiq | bors | -12/+260 |
| 2023-03-08 | Auto merge of #108534 - Mark-Simulacrum:compression, r=pietroalbini | bors | -9/+4437 |
| 2023-03-08 | Add new `redundant_async_block` lint | Samuel Tardieu | -12/+260 |
| 2023-03-08 | Auto merge of #10466 - samueltardieu:popular-crates, r=llogiq | bors | -0/+86 |
| 2023-03-08 | Auto merge of #10362 - unexge:missing-assert-message-lint, r=llogiq | bors | -10/+333 |
| 2023-03-08 | Add `Known problems` section | unexge | -0/+7 |
| 2023-03-08 | Use late lint pass for `missing_assert_message` lint | unexge | -81/+27 |
| 2023-03-08 | Update assertion macro parsing logic for Rust 1.52 changes | unexge | -10/+32 |
| 2023-03-08 | Revert `tests/ui/filter_map_next_fixable.rs` | unexge | -2/+2 |
| 2023-03-08 | Revert "Dogfood `missing_assert_message` on Clippy" | unexge | -34/+18 |
| 2023-03-08 | Move lint to `restriction` category | unexge | -1/+1 |
| 2023-03-08 | Update lint description and add help section | unexge | -9/+46 |
| 2023-03-08 | Apply suggestions from code review | Burak | -3/+3 |
| 2023-03-08 | Dogfood `missing_assert_message` on Clippy | Burak Varlı | -19/+35 |
| 2023-03-08 | Add `missing_assert_message` lint | Burak Varlı | -2/+313 |