rust/compiler/rustc_metadata/src
Matthias Krüger 4d21d302a1
Rollup merge of #109536 - petrochenkov:qcstore3, r=cjgillot
resolve: Rename some cstore methods to match queries and add comments

about costs associated with replacing them with query calls.

Supersedes https://github.com/rust-lang/rust/pull/108346.
r? `@cjgillot`
2023-03-24 01:22:07 +01:00
..
rmeta rustc_metadata: Freeze cstore after the full crate list is queried 2023-03-23 20:44:48 +04:00
creader.rs Rollup merge of #109358 - petrochenkov:nosess, r=cjgillot 2023-03-22 22:44:41 +01:00
dependency_format.rs Replace enum ==s with matches where it makes sense 2023-01-30 12:26:26 +00:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
foreign_modules.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
fs.rs Only compute the crate hash when necessary. 2023-03-08 09:30:22 +11:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00
locator.rs Add try_canonicalize to rustc_fs_util and use it over fs::canonicalize 2023-03-16 21:50:23 +01:00
native_libs.rs The name of NativeLib will be presented 2023-03-19 11:23:19 +08:00