rust/compiler/rustc_middle/src/middle
Vadim Petrochenkov c83553da31 rustc_middle: Remove trait DefIdTree
This trait was a way to generalize over both `TyCtxt` and `Resolver`, but now `Resolver` has access to `TyCtxt`, so this trait is no longer necessary.
2023-03-02 23:46:44 +04:00
..
codegen_fn_attrs.rs fix some lines, and do a consistency fix 2023-02-16 18:58:08 +02: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 Add TyCtxt::is_fn_trait 2022-11-27 07:19:29 +00:00
limits.rs Bump the const eval step limit 2022-11-23 16:55:57 +00:00
mod.rs Rename some region-specific stuff 2023-02-16 03:39:59 +00:00
privacy.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
region.rs A few small cleanups for newtype_index 2022-12-18 21:47:28 +01:00
resolve_bound_vars.rs Move late-bound arg type checks to resolve_bound_vars 2023-02-18 03:28:54 +00:00
stability.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00