rust/compiler/rustc_monomorphize/src
bors ccb6290e43 Auto merge of #110567 - JohnBobbo96:monomorphize-dyn-dispatch, r=b-naber
Remove some uses of dynamic dispatch during monomorphization/partitioning.

This removes a few uses of dynamic dispatch and instead uses generics, as well as an enum to allow for other partitioning methods to be added later.
2023-04-22 07:43:43 +00:00
..
partitioning Auto merge of #110567 - JohnBobbo96:monomorphize-dyn-dispatch, r=b-naber 2023-04-22 07:43:43 +00:00
collector.rs Spelling - compiler 2023-04-17 16:09:18 -04:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
polymorphize.rs Remove WithOptconstParam. 2023-04-20 17:48:32 +00:00
util.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00