rust/compiler/rustc_middle/src/mir
2022-12-18 21:22:14 +01:00
..
interpret compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
basic_blocks.rs Fix a bunch of typo 2022-08-31 18:24:55 +08:00
coverage.rs Make #[max] an attribute in newtype_index 2022-12-18 21:22:14 +01: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
graph_cyclic_cache.rs impl TypeVisitable in type traversal macros 2022-07-05 22:25:33 +01:00
graphviz.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
mod.rs Use #[derive] instead of custom syntax in all newtype_index 2022-12-18 20:53:08 +01:00
mono.rs add helper to get DefId from MonoItem 2022-12-14 20:17:52 +00:00
patch.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
predecessors.rs impl TypeVisitable in type traversal macros 2022-07-05 22:25:33 +01:00
pretty.rs Create format_args as late as possible 2022-12-01 08:49:51 +00:00
query.rs Use #[derive] instead of custom syntax in all newtype_index 2022-12-18 20:53:08 +01:00
spanview.rs Generalize the Assume intrinsic statement to a general Intrinsic statement 2022-09-06 14:18:32 +00:00
switch_sources.rs Remove unused StableMap and StableSet types from rustc_data_structures 2022-07-20 13:11:39 +02:00
syntax.rs Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr 2022-12-16 12:47:49 +00:00
tcx.rs use no type in ProjectionElem::Field for PlaceBuilder::UpVar 2022-11-23 21:25:27 +01:00
terminator.rs Remove unneeded field from SwitchTargets 2022-12-09 04:53:10 -08:00
traversal.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
type_foldable.rs Add empty ConstKind::Abstract 2022-11-25 09:28:43 +00:00
type_visitable.rs add inline to TrivialTypeTraversalImpls 2022-10-17 10:54:03 +02:00
visit.rs Remove unneeded field from SwitchTargets 2022-12-09 04:53:10 -08:00