rust/compiler/rustc_resolve/src
bors 8859fde21f Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr
Rollup of 10 pull requests

Successful merges:

 - #109373 (Set LLVM `LLVM_UNREACHABLE_OPTIMIZE` to `OFF`)
 - #109392 (Custom MIR: Allow optional RET type annotation)
 - #109394 (adapt tests/codegen/vec-shrink-panik for LLVM 17)
 - #109412 (rustdoc: Add GUI test for "Auto-hide item contents for large items" setting)
 - #109452 (Ignore the vendor directory for tidy tests.)
 - #109457 (Remove comment about reusing rib allocations)
 - #109461 (rustdoc: remove redundant `.content` prefix from span/a colors)
 - #109477 (`HirId` to `LocalDefId` cleanup)
 - #109489 (More general captures)
 - #109494 (Do not feed param_env for RPITITs impl side)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-03-22 21:35:02 +00:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late error-msg: impl better suggestion for E0532 2023-03-15 22:19:54 +13:00
build_reduced_graph.rs resolve: Remove struct_field_names_untracked 2023-03-13 17:31:55 +04:00
check_unused.rs Address review. 2023-02-25 13:43:21 +00:00
def_collector.rs Separate the lifetime of the session and the arena in the resolver 2023-02-14 10:01:25 +00:00
diagnostics.rs resolve: Remove struct_field_names_untracked 2023-03-13 17:31:55 +04:00
effective_visibilities.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
ident.rs Match unmatched backticks in compiler/ that are part of rustdoc 2023-03-03 08:39:00 +01:00
imports.rs fix: modify the condition that resolve_imports stops 2023-03-19 20:18:45 +08:00
late.rs Remove comment about re-using Rib allocations 2023-03-22 12:09:19 +01:00
lib.rs metadata/resolve: Minor refactoring to "tcx -> cstore" conversions 2023-03-13 17:31:55 +04:00
macros.rs More general captures 2023-03-22 15:39:24 +01:00
rustdoc.rs rustdoc: Cleanup parent module tracking for doc links 2023-03-21 17:36:57 +04:00