rust/compiler/rustc_monomorphize/src
Nicholas Nethercote 4f800b56d0 Clarify follow_inlining.
I found this confusing because it includes the root item, plus the
inlined items reachable from the root item. The new formulation
separates the two parts more clearly.
2023-06-02 13:07:30 +10:00
..
collector.rs Change representation of UsageMap::used_map. 2023-06-02 13:07:30 +10:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs Improve CGU debug printing. 2023-06-01 11:31:22 +10:00
partitioning.rs Clarify follow_inlining. 2023-06-02 13:07:30 +10:00
polymorphize.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
util.rs EarlyBinder::new -> EarlyBinder::bind 2023-05-29 13:46:10 +02:00