rust/compiler/rustc_session
Jacob Pratt ab138e6aa8
Rollup merge of #138783 - bjorn3:cache_current_dll_path, r=lqd
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-23 20:44:12 -04:00
..
src Rollup merge of #138783 - bjorn3:cache_current_dll_path, r=lqd 2025-03-23 20:44:12 -04: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