rust/compiler/rustc_middle/src/mir
Camille Gillot 328696ca17 Update compiler/rustc_middle/src/mir/syntax.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
2023-02-18 21:35:02 +00:00
..
interpret Use target instead of machine for mir interpreter integer handling. 2023-02-15 08:56:18 +00: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 Replace mk_foo calls with infer_foo where possible. 2023-02-17 22:24:31 +11: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 Use derive attributes for uninteresting traversals 2023-02-14 15:09:40 +00:00
spanview.rs Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk 2023-01-29 04:11:27 +00:00
syntax.rs Update compiler/rustc_middle/src/mir/syntax.rs 2023-02-18 21:35:02 +00:00
tcx.rs remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata 2023-02-16 17:05:56 -07: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 Use derive attributes for uninteresting traversals 2023-02-14 15:09:40 +00:00
visit.rs BasicBlock::new(0) -> START_BLOCK [no functional changes] 2023-02-16 21:33:19 -08:00