rust/compiler/rustc_hir_analysis/src
bors 716752ebe6 Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #123237 (Various rustc_codegen_ssa cleanups)
 - #126960 (Improve error message in tidy)
 - #127002 (Implement `x perf` as a separate tool)
 - #127081 (Add a run-make test that LLD is not being used by default on the x64 beta/stable channel)
 - #127106 (Improve unsafe extern blocks diagnostics)
 - #127110 (Fix a error suggestion for E0121 when using placeholder _ as return types on function signature.)
 - #127114 (fix: prefer `(*p).clone` to `p.clone` if the `p` is a raw pointer)
 - #127118 (Show `used attribute`'s kind for user when find it isn't applied to a `static` variable.)
 - #127122 (Remove uneccessary condition in `div_ceil`)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-06-30 02:20:01 +00:00
..
check temporarily disable effects on specialization tests 2024-06-28 10:57:35 +00:00
coherence Rename a bunch of things 2024-06-21 12:32:05 -04:00
collect Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk 2024-06-29 20:08:10 +00:00
errors Explicitly mention Self 2024-04-20 11:39:43 -04:00
hir_ty_lowering general fixups and turn TODOs into FIXMEs 2024-06-28 10:57:35 +00:00
impl_wf_check Opt-in diagnostics reporting to avoid doing extra work in the new solver 2024-06-03 09:27:52 -04:00
outlives Slightly refactor the dumping of HIR analysis data 2024-06-20 20:31:32 +02:00
structured_errors Rename HIR TypeBinding to AssocItemConstraint and related cleanup 2024-05-30 22:52:33 +02:00
variance Slightly refactor the dumping of HIR analysis data 2024-06-20 20:31:32 +02:00
autoderef.rs Make builtin_deref just return a Ty 2024-05-09 22:55:00 -04:00
bounds.rs address review comments 2024-06-28 15:44:20 +00:00
check_unused.rs Remove LintDiagnostic::msg 2024-05-23 04:08:35 +02:00
collect.rs Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgr 2024-06-30 02:20:01 +00:00
constrained_generic_params.rs Auto merge of #125076 - compiler-errors:alias-term, r=lcnr 2024-05-13 22:20:43 +00:00
errors.rs Slightly refactor the dumping of HIR analysis data 2024-06-20 20:31:32 +02:00
hir_wf_check.rs Handle safety keyword for extern block inner items 2024-06-04 14:19:42 -03:00
impl_wf_check.rs Hide some follow-up errors 2024-06-03 13:03:53 +00:00
lib.rs Add #[rustc_dump_{predicates,item_bounds}] 2024-06-22 06:34:09 +02:00
structured_errors.rs Rename StructuredDiagnostic as StructuredDiag. 2024-03-05 12:15:12 +11:00