rust/compiler/rustc_hir_analysis/src
bors 2d3a85b4f8 Auto merge of #102787 - Dylan-DPC:rollup-fvbb4t9, r=Dylan-DPC
Rollup of 6 pull requests

Successful merges:

 - #102300 (Use a macro to not have to copy-paste `ConstFnMutClosure::new(&mut fold, NeverShortCircuit::wrap_mut_2_imp)).0` everywhere)
 - #102475 (unsafe keyword: trait examples and unsafe_op_in_unsafe_fn update)
 - #102760 (Avoid repeated re-initialization of the BufReader buffer)
 - #102764 (Check `WhereClauseReferencesSelf` after all other object safety checks)
 - #102779 (Fix `type_of` ICE)
 - #102780 (run Miri CI when std::sys changes)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-10-07 17:37:39 +00:00
..
astconv Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
check Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05: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