rust/compiler/rustc_middle/src/ty
2025-03-10 21:40:09 +09:00
..
consts Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
context Delete the cfg(not(parallel)) serial compiler 2024-11-12 13:38:58 +00:00
inhabitedness InhabitedPredicate: avoid using a wildcard branch 2025-03-04 13:33:16 +01:00
print Make synthetic RPITIT assoc ty name handling more rigorous. 2025-03-07 20:59:45 +11:00
abstract_const.rs Clean up trivial traversal/lift impl generator macro calls. 2025-02-06 13:31:43 +11:00
adjustment.rs Register const preds for Deref adjustments in HIR typeck 2024-11-04 04:51:31 +00:00
adt.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
assoc.rs mgca: Lower all const paths as ConstArgKind::Path 2025-03-04 10:11:13 -05:00
cast.rs Simplify intra-crate qualifiers. 2025-02-11 14:59:13 +11:00
closure.rs Generate the right MIR for by use closures 2025-03-06 17:58:32 -03:00
codec.rs Use mk_ty_from_kind a bit less, clean up lifetime handling in borrowck 2025-02-28 01:27:08 +00:00
consts.rs intern valtrees 2025-02-13 00:38:17 +01:00
context.rs Pass Option<Symbol> to def_path_data/create_def methods. 2025-03-07 20:53:00 +11:00
diagnostics.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
elaborate_impl.rs Uplift elaboration 2024-07-07 11:28:01 -04:00
erase_regions.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
error.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
fast_reject.rs Use DeepRejectCtxt to quickly reject ParamEnv candidates 2024-09-02 19:59:18 +03:00
flags.rs Remove the Option part of range ends in the HIR 2025-03-06 10:47:40 +00:00
fold.rs Rustfmt 2025-02-08 22:12:13 +00:00
generic_args.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
generics.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
impls_ty.rs const-eval interning: accpt interior mutable pointers in final value (but keep rejecting mutable references) 2024-09-10 10:26:16 +02:00
instance.rs Don't infer attributes of virtual calls based on the function body 2025-02-27 12:57:26 +08:00
intrinsic.rs add new rustc_const_stable_intrinsic attribute for const-stable intrinsics 2024-11-04 23:27:46 +01:00
layout.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
list.rs De-abstract tagged pointer abstraction 2025-01-12 14:56:10 +00:00
mod.rs Rollup merge of #137800 - BoxyUwU:param_env_docs, r=compiler-errors 2025-03-01 11:34:02 +01:00
normalize_erasing_regions.rs Account for identity substituted items in symbol mangling 2025-01-09 13:55:40 +01:00
opaque_types.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
parameterized.rs make precise capturing args in rustdoc Json typed 2025-03-10 21:40:09 +09:00
pattern.rs Hide the end of ranges in pretty printing if it's also the maximum of the type 2025-03-06 10:50:23 +00:00
predicate.rs review 2025-02-28 12:16:48 +01:00
region.rs introduce LateParamRegionKind 2024-12-18 16:05:44 +01:00
relate.rs Remove the Option part of range ends in the HIR 2025-03-06 10:47:40 +00:00
return_position_impl_trait_in_trait.rs Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu 2025-01-31 12:28:15 +01:00
rvalue_scopes.rs Rename Scope.id to Scope.local_id, remove trivial accessor 2024-12-19 02:31:58 +00:00
significant_drop_order.rs Make synthetic RPITIT assoc ty name handling more rigorous. 2025-03-07 20:59:45 +11:00
structural_impls.rs Prefer a two value enum over bool 2025-03-06 10:03:11 +00:00
sty.rs Rollup merge of #137763 - compiler-errors:ty-nits, r=BoxyUwU 2025-03-01 11:34:00 +01:00
trait_def.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
typeck_results.rs Clean up TypeckResults::extract_binding_mode 2025-02-27 10:19:12 +01:00
util.rs Account for UseCloned on expr_use_visitor 2025-03-06 17:58:34 -03:00
visit.rs Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
vtable.rs Do not treat vtable supertraits as distinct when bound with different bound vars 2025-01-30 15:33:58 +00:00
walk.rs Remove the Option part of range ends in the HIR 2025-03-06 10:47:40 +00:00