rust/compiler/rustc_middle/src/mir
2025-06-13 01:16:36 +02:00
..
interpret Rollup merge of #141682 - nia-e:fixup-alloc, r=RalfJung 2025-05-29 04:49:45 +02:00
basic_blocks.rs Remove some unnecessary aliases from rustc_data_structures::sync 2025-03-03 20:20:24 +11:00
consts.rs Lower to a memset(undef) when Rvalue::Repeat repeats uninit 2025-03-19 23:57:49 -04:00
coverage.rs coverage: Don't store a body span in FunctionCoverageInfo 2025-03-18 23:18:24 +11:00
generic_graph.rs Simplify intra-crate qualifiers. 2025-02-11 14:59:13 +11:00
generic_graphviz.rs Simplify intra-crate qualifiers. 2025-02-11 14:59:13 +11:00
graphviz.rs Simplify intra-crate qualifiers. 2025-02-11 14:59:13 +11:00
mod.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
mono.rs Limit the size of cgu names when using the -Zhuman-readable-cgu-names option 2025-05-26 23:29:26 +01:00
pretty.rs hir_body_const_context should take LocalDefId 2025-05-25 15:57:24 +00:00
query.rs move ClosureRegionRequirements to rustc_borrowck 2025-04-08 00:34:40 +02:00
statement.rs Replace some Option<Span> with Span and use DUMMY_SP instead of None 2025-06-05 14:14:59 +00:00
syntax.rs Unimplement unsized_locals 2025-06-13 01:16:36 +02:00
terminator.rs Use a closure instead of three chained iterators 2025-04-29 14:58:21 +00:00
traversal.rs Also simplify Preorder's size_hint 2025-03-03 21:07:55 -08:00
visit.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00