rust/compiler/rustc_middle/src/mir
Gary Guo 5e6ed132fa Add UnwindAction::Unreachable
This also makes eval machine's `StackPopUnwind`
redundant so that is replaced.
2023-04-06 09:34:16 +01:00
..
interpret Remove a fishy Clone impl 2023-04-04 09:01:44 +00:00
basic_blocks.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
coverage.rs Replace enum ==s with matches where it makes sense 2023-01-30 12:26:26 +00:00
generic_graph.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
generic_graphviz.rs Remove redundant graphviz escaping 2022-11-14 15:11:18 +01:00
graphviz.rs Use Mutability::{is_mut, is_not} 2023-01-30 12:26:26 +00:00
mod.rs Rollup merge of #109901 - cjgillot:validate-debuginfo, r=b-naber 2023-04-04 09:27:44 -07:00
mono.rs Support TLS access into dylibs on Windows 2023-03-29 08:55:21 +02:00
patch.rs Add UnwindAction::Unreachable 2023-04-06 09:34:16 +01:00
pretty.rs Address the new odd backticks tidy lint in compiler/ 2023-03-11 20:40:18 +01:00
query.rs Move mir::Fieldabi::FieldIdx 2023-03-28 22:22:37 -07:00
spanview.rs Introduce a no-op PlaceMention statement for let _ =. 2023-03-09 17:45:13 +00:00
syntax.rs Add UnwindAction::Unreachable 2023-04-06 09:34:16 +01:00
tcx.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
terminator.rs Add UnwindAction::Unreachable 2023-04-06 09:34:16 +01:00
traversal.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
type_foldable.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
visit.rs Refactor unwind from Option to a new enum 2023-04-06 09:34:16 +01:00