rust/compiler/rustc_metadata/src
bors 244da22fab Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwco
Enable `CrateNum` query feeding via `TyCtxt`

Instead of having a magic function that violates some `TyCtxtFeed` invariants, add a `create_def` equivalent for `CrateNum`s.

Note that this still isn't tracked by the query system (unlike `create_def`), and that feeding most `CrateNum` queries for crates other than the local one will likely cause performance regressions.

These things should be attempted on their own separately, but this PR should stand on its own
2024-04-23 20:46:48 +00:00
..
rmeta Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwco 2024-04-23 20:46:48 +00:00
creader.rs Prepare for CrateNum query feeding on creation 2024-04-19 14:16:18 +00:00
dependency_format.rs Print the crates not available as static 2024-03-16 17:12:24 +01:00
errors.rs Print the crates not available as static 2024-03-16 17:12:24 +01: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 Stabilize generic NonZero. 2024-04-22 18:48:47 +02:00
locator.rs Rename IntoDiagnosticArg as IntoDiagArg. 2024-03-11 09:12:19 +11:00
native_libs.rs linker: Remove laziness and caching from native search directory walks 2024-04-12 17:28:00 +03:00