rust/compiler/rustc_parse/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
..
lexer When encountering unclosed delimiters during parsing, check for diff markers 2023-10-30 00:56:46 +00:00
parser Minimize pub usage in source_map.rs. 2023-11-02 19:35:00 +11:00
errors.rs Talk about gen fn in diagnostics about gen fn 2023-10-30 10:13:12 +00:00
lib.rs Use relative positions inside a SourceFile. 2023-09-03 12:56:10 +00:00
validate_attr.rs Remove MacDelimiter. 2023-08-03 09:03:30 +10:00