rust/compiler/rustc_codegen_ssa/src
Folkert de Vries 5fc60d1e52 various fixes for naked_asm! implementation
- fix for divergence
- fix error message
- fix another cranelift test
- fix some cranelift things
- don't set the NORETURN option for naked asm
- fix use of naked_asm! in doc comment
- fix use of naked_asm! in run-make test
- use `span_bug` in unreachable branch
2024-10-06 19:00:09 +02:00
..
back Rollup merge of #131016 - madsmtm:no-sdk-version-in-object, r=jieyouxu 2024-10-02 17:10:43 +02: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 Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04: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 Use ast::NestedMetaItem when evaluating cfg predicate 2024-10-01 10:01:09 +02: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