rust/compiler/rustc_ast_lowering/src
Matthias Krüger 3731acc714
Rollup merge of #120609 - petrochenkov:nousestem2, r=compiler-errors
hir: Stop keeping prefixes for most of `use` list stems

And make sure all other imports have non-empty resolution lists.

Addresses one of FIXMEs in https://github.com/rust-lang/rust/pull/120206.
2024-02-06 19:40:08 +01:00
..
asm.rs Add check for ui_testing via promoting parameters from ParseSess to Session 2024-01-13 12:11:13 -05:00
block.rs rustc_ast_lowering: remove ref patterns 2022-11-22 18:49:29 +00:00
delegation.rs Delegation implementation: step 1 2024-01-12 14:11:16 +03:00
errors.rs Auto merge of #120361 - compiler-errors:async-closures, r=oli-obk 2024-02-06 15:04:01 +00:00
expr.rs Auto merge of #120361 - compiler-errors:async-closures, r=oli-obk 2024-02-06 15:04:01 +00:00
format.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
index.rs Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostly in rustc_hir and rustc_ast_lowering) 2023-12-18 21:03:32 +01:00
item.rs Rollup merge of #120609 - petrochenkov:nousestem2, r=compiler-errors 2024-02-06 19:40:08 +01:00
lib.rs Rollup merge of #120609 - petrochenkov:nousestem2, r=compiler-errors 2024-02-06 19:40:08 +01:00
lifetime_collector.rs Reduce exposure of some things. 2023-11-28 14:32:40 +11:00
pat.rs Add PatKind::Err 2024-01-17 03:14:16 +01:00
path.rs Rollup merge of #120609 - petrochenkov:nousestem2, r=compiler-errors 2024-02-06 19:40:08 +01:00