rust/compiler/rustc_metadata/src
Matthias Krüger bf2ba8611e
Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errors
hir: Make sure all `HirId`s have corresponding HIR `Node`s

And then remove `tcx.opt_hir_node(hir_id)` in favor of `tcx.hir_node(hir_id)`.
2024-02-08 09:06:32 +01:00
..
rmeta Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errors 2024-02-08 09:06:32 +01:00
creader.rs resolve: Unload speculatively resolved crates before freezing cstore 2024-02-06 17:44:53 +03:00
dependency_format.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
errors.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
foreign_modules.rs Do not fetch HIR in native_libs. 2023-07-17 07:37:03 +00:00
fs.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
lib.rs Remove unused features 2024-01-25 14:01:33 +00:00
locator.rs Remove the lifetime from DiagnosticArgValue. 2024-01-30 18:46:06 +11:00
native_libs.rs Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nilstrieb 2024-01-13 20:06:03 +00:00