rust/compiler/rustc_metadata/src
Nicholas Nethercote 8a3e03392e Remove #![warn(unreachable_pub)] from all compiler/ crates.
(Except for `rustc_codegen_cranelift`.)

It's no longer necessary now that `unreachable_pub` is in the workspace
lints.
2025-03-08 08:41:43 +11:00
..
rmeta Remove some unnecessary aliases from rustc_data_structures::sync 2025-03-03 20:20:24 +11:00
creader.rs Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3 2025-02-23 00:16:18 +01:00
dependency_format.rs Review comments 2024-12-20 08:35:02 +00:00
errors.rs Inject compiler_builtins during postprocessing rather than via AST 2025-02-21 17:37:03 +00:00
foreign_modules.rs Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
fs.rs Dogfood feature(file_buffered) 2024-09-24 14:25:16 -07:00
lib.rs Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
locator.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
native_libs.rs Support raw-dylib link kind on ELF 2025-02-26 19:09:51 +01:00