rust/src/librustdoc/html/render
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
..
context.rs Minimize pub usage in source_map.rs. 2023-11-02 19:35:00 +11:00
mod.rs Descriptive variant name deprecation versions outside the standard library 2023-10-30 17:13:26 -07:00
print_item.rs Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomez 2023-10-31 19:03:20 +01:00
search_index.rs rustdoc-search: add impl disambiguator to duplicate assoc items 2023-09-21 15:16:44 -07:00
sidebar.rs feat: render Object Safety informations non-object safe traits 2023-10-29 22:57:45 +01:00
span_map.rs Render generic const items in rustdoc 2023-07-28 22:21:42 +02:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
type_layout.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
write_shared.rs rustdoc: make JS trait impls act more like HTML 2023-10-22 16:51:32 -07:00