rust/compiler/rustc_session
bjorn3 521d0c4a30 Cache current_dll_path output
Computing the current dll path is somewhat expensive relative to other
work when compiling `fn main() {}` as `dladdr` needs to iterate over the
symbol table of librustc_driver.so until it finds a match.
2025-03-21 12:46:24 +00:00
..
src Cache current_dll_path output 2025-03-21 12:46:24 +00:00
Cargo.toml Revert "Use workspace lints for crates in compiler/ #138084" 2025-03-10 18:12:47 +08:00
messages.ftl Reject macro calls inside of #![crate_name] 2025-02-15 16:47:30 +01:00