rust/compiler/rustc_ast_lowering/src
bors d7948c843d Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov
make `output_filenames` a real query

part of #105462

This may be a perf regression and is not obviously the right way forward. We may store this information in the resolver after freezing it for example.
2023-01-26 20:32:28 +00:00
..
asm.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
block.rs rustc_ast_lowering: remove ref patterns 2022-11-22 18:49:29 +00:00
errors.rs Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] 2022-10-26 15:04:09 +02:00
expr.rs Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk 2023-01-26 12:44:47 +00:00
format.rs Change not-so-permanent link to a more permanent link. 2023-01-13 22:23:59 +01:00
index.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
item.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
lib.rs Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov 2023-01-26 20:32:28 +00:00
lifetime_collector.rs Rename Rptr to Ref in AST and HIR 2022-12-28 18:52:36 +01:00
pat.rs fix more clippy::style findings 2022-12-25 17:32:26 +01:00
path.rs Add help for #![feature(impl_trait_in_fn_trait_return)] 2022-12-06 17:53:50 -08:00