rust/compiler/rustc_middle/src/mir
2023-04-09 23:23:33 +02:00
..
interpret fixup! Improve `Allocation::hash 2023-04-09 23:23:33 +02: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 Fix some clippy::complexity 2023-04-09 23:22:14 +02:00
mono.rs Support TLS access into dylibs on Windows 2023-03-29 08:55:21 +02:00
patch.rs Remove identity casts 2023-04-09 23:22:14 +02:00
pretty.rs Address the new odd backticks tidy lint in compiler/ 2023-03-11 20:40:18 +01:00
query.rs Remove index from BrAnon 2023-04-06 23:01:40 -04:00
spanview.rs Rename Abort terminator to Terminate 2023-04-06 09:34:16 +01:00
syntax.rs Address review feedback 2023-04-06 09:34:16 +01:00
tcx.rs Remove identity casts 2023-04-09 23:22:14 +02:00
terminator.rs Rename Abort terminator to Terminate 2023-04-06 09:34:16 +01:00
traversal.rs Convert manual loop into while let 2023-04-09 23:22:14 +02:00
type_foldable.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
visit.rs Rename Abort terminator to Terminate 2023-04-06 09:34:16 +01:00