rust/compiler/rustc_monomorphize/src
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
..
partitioning rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
collector.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
polymorphize.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
util.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00