rust/compiler/rustc_middle/src/middle
Takayuki Maeda 8fe936099a separate definitions and HIR owners
fix a ui test

use `into`

fix clippy ui test

fix a run-make-fulldeps test

implement `IntoQueryParam<DefId>` for `OwnerId`

use `OwnerId` for more queries

change the type of `ParentOwnerIterator::Item` to `(OwnerId, OwnerNode)`
2022-09-24 23:21:19 +09:00
..
codegen_fn_attrs.rs codegen: use new {re,de,}allocator annotations in llvm 2022-07-26 09:43:28 -04:00
dependency_format.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
exported_symbols.rs Synthesis object file for #[used] and exported symbols 2022-04-18 20:50:56 +01:00
lang_items.rs allow non-monomorphize modules to access hard-coded error message through new struct, use fluent message in monomorphize 2022-08-25 11:06:45 -06:00
limits.rs Migrate limit error 2022-09-01 23:35:38 +08:00
mod.rs passes: check implied feature exists 2022-07-20 15:50:59 +01:00
privacy.rs change AccessLevels representation 2022-09-14 18:11:00 +03:00
region.rs Replace &Vec<_>s with &[_]s 2022-06-03 20:42:42 +04:00
resolve_lifetime.rs separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
stability.rs rustc_middle: Remove Visibility::Invisible 2022-08-27 22:34:18 +03:00