rust/compiler/rustc_mir_dataflow/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
..
framework fix extension for -Zdump-mir-dataflow graphviz files 2024-10-01 23:16:35 +00:00
impls Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
move_paths various fixes for naked_asm! implementation 2024-10-06 19:00:09 +02:00
debuginfo.rs Preserve DebugInfo in DeadStoreElimination. 2023-10-06 15:46:11 +00:00
drop_flag_effects.rs Stop using MoveDataParamEnv for places that don't need a param-env 2024-07-29 11:59:47 -04:00
elaborate_drops.rs Fix some pub(crate) that were undetected bc of instrument 2024-10-04 14:02:09 -04:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Dogfood feature(file_buffered) 2024-09-24 14:25:16 -07:00
points.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
rustc_peek.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
storage.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
un_derefer.rs Avoid unnecessary exports. 2023-11-23 14:06:57 +11:00
value_analysis.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00