rust/compiler/rustc_middle/src
Jacob Pratt ef22202db2
Rollup merge of #145623 - compiler-errors:pretty-async-name, r=wesleywiser
Pretty print the name of an future from calling async closure

Fixes https://github.com/rust-lang/rust/issues/145606 by introducing a way to customize the path rendering of async closures' futures in the pretty printer API.
2025-08-20 00:46:00 -04:00
..
dep_graph Reuse metadata file from work products. 2025-07-04 14:02:17 +00:00
hir Rollup merge of #144822 - Zalathar:hash-owner-nodes, r=compiler-errors 2025-08-03 21:56:59 +02:00
hooks Remove useless lifetime parameter. 2025-07-23 23:54:37 +00:00
infer Add alias for ArgOutlivesPredicate 2025-07-15 16:02:26 +00:00
middle Rollup merge of #145429 - bjorn3:codegen_fn_attrs_improvements, r=jdonszelmann 2025-08-19 19:45:31 +08:00
mir Rollup merge of #145510 - cjgillot:visit-async-drop, r=davidtwco 2025-08-19 19:45:37 +08:00
query Rollup merge of #145505 - cjgillot:tweak-span-cache, r=petrochenkov 2025-08-19 19:45:37 +08:00
thir use ty::Value instead of manual pairs of types and valtrees 2025-08-14 09:44:22 +02:00
traits Auto merge of #142911 - mejrs:unsized, r=compiler-errors 2025-07-11 05:27:32 +00:00
ty Rollup merge of #145623 - compiler-errors:pretty-async-name, r=wesleywiser 2025-08-20 00:46:00 -04:00
util Remove attribute #[rustc_error] 2025-03-30 01:32:21 +03:00
arena.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
error.rs Add support for shortening Instance and use it 2025-08-06 22:21:49 +00:00
lib.rs small refactor of InterpResult 2025-08-04 10:08:01 +02:00
lint.rs mention lint group in default level lint note 2025-08-19 21:27:10 +02:00
macros.rs Fold visit into ty 2025-03-15 06:34:36 +00:00
metadata.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
tests.rs Give an item related to issue 27438 a more meaningful name 2024-04-30 22:27:19 +02:00
thir.rs Apply suggestions from code review 2025-08-14 09:44:22 +02:00
values.rs Use search_for_cycle_permutation to look for variances_of 2025-04-27 09:38:18 +02:00