rust/compiler/rustc_codegen_ssa/src
bors 7caad69253 Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr
Rollup of 4 pull requests

Successful merges:

 - #131331 (Revert "warn_old_master_branch" check)
 - #131344 (Avoid `&Lrc<T>` in various places)
 - #131346 (Restrict `ignore-mode-*` directives)
 - #131353 (Add documentation for `runtest::check_rustdoc_test_option` method)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-10-07 11:30:33 +00:00
..
back Convert Option<&Lrc<T>> return types to Option<&T>. 2024-10-07 13:56:29 +11:00
debuginfo Do not unnecessarily eval consts in codegen 2024-09-20 20:38:11 -04:00
mir various fixes for naked_asm! implementation 2024-10-06 19:00:09 +02:00
traits Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic 2024-09-24 12:07:48 +00:00
assert_module_sources.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
base.rs Relate binders explicitly, do a leak check too 2024-09-30 12:42:29 -04:00
codegen_attrs.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00
common.rs Clean up formatting. 2024-09-17 16:24:35 +10:00
errors.rs Use wide pointers consistenly across the compiler 2024-10-04 14:06:48 +02:00
lib.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00
meth.rs fix ices on vfe about principal trait 2024-09-23 15:25:52 +08:00
mono_item.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
size_of_val.rs fix ices on vfe about principal trait 2024-09-23 15:25:52 +08:00
target_features.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00