1
Fork 0
rust/compiler/rustc_interface/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
..
callbacks.rs Remove an unnecessary drop. 2023-10-30 20:45:11 +11:00
errors.rs Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
interface.rs Minimize pub usage in source_map.rs. 2023-11-02 19:35:00 +11:00
lib.rs MCP636: Add simpler and more explicit syntax to check-cfg 2023-10-13 13:34:21 +02:00
passes.rs Remove check_output. 2023-10-30 15:42:03 +11:00
proc_macro_decls.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
queries.rs Stop telling people to submit bugs for internal feature ICEs 2023-10-25 23:23:04 +02:00
tests.rs Streamline some use items. 2023-10-30 20:45:11 +11:00
util.rs Inline and remove create_session. 2023-11-01 13:46:15 +11:00