rust/compiler/rustc_passes/src
Matthias Krüger 469f48db7f
Rollup merge of #138253 - mu001999-contrib:fix-138241, r=jdonszelmann
Continue to check attr if meet empty repr for adt

Fixes #138241

Returning while checking ReprEmpty results in missing the check for the next repr
2025-03-09 16:41:53 +01:00
..
liveness compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00
abi_test.rs compiler: die immediately instead of handling unknown target codegen 2025-02-10 11:04:31 -08:00
check_attr.rs continue to check attr if meet empty repr for adt 2025-03-09 10:51:50 +08:00
dead.rs Fix binding mode problems 2025-02-22 00:13:19 +00:00
debugger_visualizer.rs Use SourceMap to load debugger visualizer files 2024-12-08 18:57:04 +00:00
diagnostic_items.rs Add tcx.visible_traits() and use it for producing diagnostics 2025-01-14 08:51:19 +00:00
entry.rs Change span field accesses to method calls 2025-02-24 14:22:31 +01:00
errors.rs Implment #[cfg] and #[cfg_attr] in where clauses 2025-03-01 22:02:46 +08:00
hir_id_validator.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
input_stats.rs Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compiler-errors 2025-03-09 10:34:49 +01:00
lang_items.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
layout_test.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
lib.rs Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
lib_features.rs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
liveness.rs Generate the right MIR for by use closures 2025-03-06 17:58:32 -03:00
loops.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
naked_functions.rs Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00
reachable.rs Make asm a named field 2025-02-22 00:05:09 +00:00
stability.rs require trait impls to have matching const stabilities as the traits 2025-02-27 04:56:27 +00:00
upvars.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
weak_lang_items.rs Add support for wasm exception handling to Emscripten target 2025-01-06 10:29:54 +01:00