rust/compiler/rustc_interface/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
..
callbacks.rs Do not call source_span when not tracking dependencies. 2024-08-24 16:40:40 +00:00
errors.rs fix: naming convention "ferris" suggestion for idents named 🦀 2025-02-21 20:44:35 +00:00
interface.rs Construct DiagCtxt a bit earlier in build_session 2025-02-06 17:29:15 +00:00
lib.rs Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
limits.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
passes.rs Remove some unnecessary aliases from rustc_data_structures::sync 2025-03-03 20:20:24 +11:00
proc_macro_decls.rs Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
queries.rs Remove the parse query 2024-12-14 14:24:49 +00:00
tests.rs update autodiff flags 2025-02-21 21:51:20 -05:00
util.rs Reject macro calls inside of #![crate_name] 2025-02-15 16:47:30 +01:00