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