rust/compiler/rustc_monomorphize/src
Zalathar 6f1ca8d9eb coverage: Change query codegened_and_inlined_items to a plain function
This query has a name that sounds general-purpose, but in fact it has
coverage-specific semantics, and (fortunately) is only used by coverage code.

Because it is only ever called once (from one designated CGU), it doesn't need
to be a query, and we can change it to a regular function instead.
2023-10-21 12:20:05 +11:00
..
collector.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
errors.rs Remove UnknownPartitionStrategy error. 2023-10-18 14:42:58 +11:00
lib.rs get rid of a bit more calls to poly_select 2023-07-06 16:50:12 +00:00
partitioning.rs coverage: Change query codegened_and_inlined_items to a plain function 2023-10-21 12:20:05 +11:00
polymorphize.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
util.rs subst -> instantiate 2023-09-26 09:37:55 +02:00