rust/compiler/rustc_hir_analysis/src
bors c27948d255 Auto merge of #102809 - matthiaskrgr:rollup-qq62vuv, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #101520 (Allow transmutes between the same types after erasing lifetimes)
 - #102675 (Remove `mir::CastKind::Misc`)
 - #102778 (Fix MIR inlining of asm_unwind)
 - #102785 (Remove `DefId` from some `SelectionCandidate` variants)
 - #102788 (Update rustc-dev-guide)
 - #102789 (Update browser UI test version)
 - #102797 (rustdoc: remove no-op CSS `.rightside { position: initial }`)
 - #102798 (rustdoc: add main-heading and example-wrap link CSS to big selector)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-10-08 14:58:11 +00:00
..
astconv Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
check Auto merge of #102809 - matthiaskrgr:rollup-qq62vuv, r=matthiaskrgr 2022-10-08 14:58:11 +00:00
coherence Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
collect fix a ICE #102768 2022-10-07 21:10:08 +09:00
impl_wf_check Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
outlives rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
structured_errors rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
variance rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
bounds.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
check_unused.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00
collect.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00
constrained_generic_params.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
errors.rs errors: rename typeck.ftl to hir_analysis.ftl 2022-10-03 13:52:17 +01:00
expr_use_visitor.rs Remove TypeckResults from InferCtxt 2022-10-07 07:06:19 -05:00
hir_wf_check.rs Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
impl_wf_check.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
lib.rs Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
mem_categorization.rs Remove TypeckResults from InferCtxt 2022-10-07 07:06:19 -05:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00