rust/compiler/rustc_middle/src/mir
2023-02-13 10:24:46 +00:00
..
interpret miri: fix ICE when running out of address space 2023-02-07 13:26:31 +01:00
basic_blocks.rs Rollup merge of #107151 - tmiasko:dominators-no-inline, r=compiler-errors 2023-01-23 19:30:01 +09: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 Alias folding/visiting traits instead of re-export 2023-02-13 10:24:46 +00:00
mono.rs use a more descriptive name 2023-01-30 07:20:38 +02:00
patch.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
pretty.rs Review changes 2023-01-31 07:54:01 +00:00
query.rs Restrict amount of ignored locals. 2023-01-27 22:01:12 +00:00
spanview.rs Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk 2023-01-29 04:11:27 +00:00
syntax.rs Put a DefId in AggregateKind. 2023-02-02 23:09:51 +00:00
tcx.rs Reduce direct mk_ty usage. 2023-02-13 09:32:48 +11:00
terminator.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
traversal.rs Refactor basic blocks control flow caches 2023-01-17 12:36:58 +01:00
type_foldable.rs Add empty ConstKind::Abstract 2022-11-25 09:28:43 +00:00
type_visitable.rs Alias folding/visiting traits instead of re-export 2023-02-13 10:24:46 +00:00
visit.rs Create stable metric to measure long computation in Const Eval 2023-01-23 23:56:22 +00:00