1
Fork 0
rust/compiler/rustc_ty_utils/src
2024-05-02 17:49:23 +02:00
..
abi.rs Inline & delete Ty::new_unit, since it's just a field access 2024-05-02 17:49:23 +02:00
assoc.rs Ensure nested statics have a HIR node to prevent various queries from ICEing 2024-03-19 09:38:15 +00:00
common_traits.rs Add simple async drop glue generation 2024-04-16 20:45:07 +03:00
consts.rs Add+Use mir::BinOp::Cmp 2024-03-23 23:23:41 -07:00
errors.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
implied_bounds.rs Change DefKind::Static to a struct variant 2024-03-12 05:53:46 +00:00
instance.rs Don't ICE when codegen_select returns ambiguity in new solver 2024-04-25 11:49:12 -04:00
layout.rs Handle const generic pattern types 2024-04-09 16:42:45 -03:00
layout_sanity_check.rs fix failure to detect a too-big-type after adding padding 2023-10-27 18:07:53 +02:00
lib.rs Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco 2024-02-09 14:41:50 +01:00
needs_drop.rs Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
opaque_types.rs Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref 2024-04-19 21:09:51 -04:00
representability.rs make Representability::Infinite carry ErrorGuaranteed 2024-03-14 20:52:13 +01:00
sig_types.rs Only inspect user-written predicates for privacy concerns 2024-04-04 14:43:44 +00:00
structural_match.rs remove StructuralEq trait 2024-01-24 07:56:23 +01:00
ty.rs Give items related to issue 33140 a more meaningful name 2024-04-30 22:27:19 +02:00