rust/compiler/rustc_metadata/src
bors 3396a383bb Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
Remove CrateNum parameter for queries that only work on local crate

The pervasive `CrateNum` parameter is a remnant of the multi-crate rustc idea.

Using `()` as query key in those cases avoids having to worry about the validity of the query key.
2021-05-17 01:42:03 +00:00
..
dynamic_lib mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
rmeta Auto merge of #85178 - cjgillot:local-crate, r=oli-obk 2021-05-17 01:42:03 +00:00
creader.rs Give a better error when std or core are missing 2021-04-25 16:45:31 +00:00
dependency_format.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
dynamic_lib.rs Change 'NULL' to 'null' 2021-05-02 17:46:00 -06:00
foreign_modules.rs Only store a LocalDefId in hir::ForeignItem. 2021-02-15 19:32:29 +01:00
lib.rs Remove attribute #[link_args] 2021-04-03 21:25:53 +03:00
locator.rs Give a better error when std or core are missing 2021-04-25 16:45:31 +00:00
native_libs.rs Implement RFC 2951: Native link modifiers 2021-05-05 16:04:25 -07:00