rust/compiler/rustc_interface/src
Nicholas Nethercote fd7b4bf4e1 Move methods from Map to TyCtxt, part 2.
Continuing the work started in #136466.

Every method gains a `hir_` prefix, though for the ones that already
have a `par_` or `try_par_` prefix I added the `hir_` after that.
2025-02-18 10:17:44 +11:00
..
callbacks.rs Do not call source_span when not tracking dependencies. 2024-08-24 16:40:40 +00:00
errors.rs Move rustc_middle::limits to rustc_interface. 2025-02-17 09:30:39 +11:00
interface.rs Construct DiagCtxt a bit earlier in build_session 2025-02-06 17:29:15 +00:00
lib.rs Move rustc_middle::limits to rustc_interface. 2025-02-17 09:30:39 +11:00
limits.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
passes.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +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 Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum 2025-02-09 15:44:16 +00:00
util.rs Reject macro calls inside of #![crate_name] 2025-02-15 16:47:30 +01:00