..
interpret
Remove a fishy Clone impl
2023-04-04 09:01:44 +00: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
Rollup merge of #109901 - cjgillot:validate-debuginfo, r=b-naber
2023-04-04 09:27:44 -07:00
mono.rs
Support TLS access into dylibs on Windows
2023-03-29 08:55:21 +02:00
patch.rs
Wrap the whole LocalInfo in ClearCrossCrate.
2023-03-14 20:52:42 +01:00
pretty.rs
Address the new odd backticks tidy lint in compiler/
2023-03-11 20:40:18 +01:00
query.rs
Move mir::Field → abi::FieldIdx
2023-03-28 22:22:37 -07:00
spanview.rs
Introduce a no-op PlaceMention statement for let _ =.
2023-03-09 17:45:13 +00:00
syntax.rs
Use FieldIdx in various things related to aggregates
2023-04-01 20:32:50 -07:00
tcx.rs
Use &IndexSlice instead of &IndexVec where possible
2023-04-02 17:35:37 -07:00
terminator.rs
Remove DropAndReplace terminator
2023-03-07 14:25:22 +01:00
traversal.rs
Use &IndexSlice instead of &IndexVec where possible
2023-04-02 17:35:37 -07:00
type_foldable.rs
Rename many interner functions.
2023-02-24 07:32:24 +11:00
visit.rs
Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk
2023-03-31 08:50:35 +00:00