rust/compiler/rustc_monomorphize/src
Nicholas Nethercote f405ce86c2 Minimize pub usage in source_map.rs.
Most notably, this commit changes the `pub use crate::*;` in that file
to `use crate::*;`. This requires a lot of `use` items in other crates
to be adjusted, because everything defined within `rustc_span::*` was
also available via `rustc_span::source_map::*`, which is bizarre.

The commit also removes `SourceMap::span_to_relative_line_string`, which
is unused.
2023-11-02 19:35:00 +11:00
..
collector.rs Minimize pub usage in source_map.rs. 2023-11-02 19:35:00 +11: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