rust/compiler/rustc_ty_utils/src
Stuart Cook b30fe4bb8b
Rollup merge of #145147 - fee1-dead-contrib:push-mxxpmlpmzmsz, r=compiler-errors
rename `TraitRef::from_method` to `from_assoc`

also add a note to `GenericArgs::truncate_to`
2025-08-10 19:45:53 +10:00
..
layout use is_multiple_of instead of manual modulo 2025-07-05 10:55:35 +02:00
abi.rs Fix ICE 2025-08-06 18:31:58 +00:00
assoc.rs Retire hir::*ItemRef. 2025-07-13 13:50:01 +00:00
common_traits.rs Replace some Option<Span> with Span and use DUMMY_SP instead of None 2025-06-05 14:14:59 +00:00
consts.rs Introduce ByteSymbol. 2025-06-30 20:42:27 +10:00
errors.rs Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00
implied_bounds.rs Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr 2025-04-09 05:39:18 +00:00
instance.rs rename TraitRef::from_method to from_assoc 2025-08-09 14:22:01 +08:00
layout.rs Remove dead code and extend test coverage and diagnostics around it 2025-07-24 10:21:20 +00:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
needs_drop.rs Extract borrowck coroutine drop-liveness hack 2025-07-31 17:38:28 +00:00
nested_bodies.rs borrowck nested items in dead code 2025-05-02 18:45:28 +00:00
opaque_types.rs Opaque type collection: Guard against endlessly recursing free alias types 2025-07-11 15:56:57 +02:00
representability.rs Rename unpack to kind 2025-05-27 11:14:45 +00:00
sig_types.rs Restrict some queries by def-kind more 2025-04-07 18:10:28 +00:00
structural_match.rs Replace some Option<Span> with Span and use DUMMY_SP instead of None 2025-06-05 14:14:59 +00:00
ty.rs Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii 2025-07-28 05:25:23 +00:00