rust/compiler
bors 101e1822c3 Auto merge of #104418 - matthiaskrgr:rollup-y4i6xjc, r=matthiaskrgr
Rollup of 11 pull requests

Successful merges:

 - #101967 (Move `unix_socket_abstract` feature API to `SocketAddrExt`.)
 - #102470 (Stabilize const char convert)
 - #104223 (Recover from function pointer types with generic parameter list)
 - #104229 (Don't print full paths in overlap errors)
 - #104294 (Don't ICE with inline const errors during MIR build)
 - #104332 (Fixed some `_i32` notation in `maybe_uninit`’s doc)
 - #104349 (fix some typos in comments)
 - #104350 (Fix x finding Python on Windows)
 - #104356 (interpret: make check_mplace public)
 - #104364 (rustdoc: Resolve doc links in external traits having local impls)
 - #104378 (Bump chalk to v0.87)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-11-15 03:37:07 +00:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini 2022-11-14 00:07:19 +00:00
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_borrowck Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwco 2022-11-11 12:12:30 -05:00
rustc_builtin_macros Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkov 2022-11-12 14:30:34 +00:00
rustc_codegen_cranelift add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
rustc_codegen_gcc add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
rustc_codegen_llvm Rollup merge of #104105 - davidtwco:split-dwarf-lto, r=michaelwoerister 2022-11-13 21:49:25 -05:00
rustc_codegen_ssa Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkov 2022-11-15 00:38:08 +00:00
rustc_const_eval Rollup merge of #104356 - RalfJung:interpret-check-mplace, r=oli-obk 2022-11-14 19:26:18 +01:00
rustc_data_structures
rustc_driver
rustc_error_codes
rustc_error_messages Auto merge of #104418 - matthiaskrgr:rollup-y4i6xjc, r=matthiaskrgr 2022-11-15 03:37:07 +00:00
rustc_errors Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco 2022-11-14 19:26:16 +01:00
rustc_expand fix some typos in comments 2022-11-13 15:26:17 +08:00
rustc_feature Rollup merge of #104349 - rustaceanclub:master, r=oli-obk 2022-11-14 19:26:18 +01:00
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Auto merge of #104310 - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPC 2022-11-12 08:03:01 +00:00
rustc_hir_pretty
rustc_hir_typeck fix some typos in comments 2022-11-13 15:26:17 +08:00
rustc_incremental
rustc_index
rustc_infer Rollup merge of #104206 - compiler-errors:ocx-more-2, r=lcnr 2022-11-12 12:02:52 +05:30
rustc_interface
rustc_lexer
rustc_lint fix some typos in comments 2022-11-13 15:26:17 +08:00
rustc_lint_defs
rustc_llvm Rollup merge of #103709 - cuviper:netbsd-9, r=pietroalbini 2022-11-13 21:49:24 -05:00
rustc_log
rustc_macros
rustc_metadata Wrap bundlen static libraries into object files 2022-11-14 12:01:49 +03:00
rustc_middle Rollup merge of #104378 - compiler-errors:chalk-up, r=jackh726 2022-11-14 19:26:19 +01:00
rustc_mir_build Rollup merge of #104349 - rustaceanclub:master, r=oli-obk 2022-11-14 19:26:18 +01:00
rustc_mir_dataflow
rustc_mir_transform add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
rustc_monomorphize
rustc_parse Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebank 2022-11-14 19:26:16 +01:00
rustc_parse_format
rustc_passes Rollup merge of #104320 - fee1-dead-contrib:use-derive-const-in-std, r=oli-obk 2022-11-13 17:37:37 +01:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Rollup merge of #104364 - petrochenkov:docice2, r=GuillaumeGomez 2022-11-14 19:26:19 +01:00
rustc_save_analysis
rustc_serialize
rustc_session
rustc_smir
rustc_span Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk 2022-11-12 12:02:50 +05:30
rustc_symbol_mangling
rustc_target Rollup merge of #104349 - rustaceanclub:master, r=oli-obk 2022-11-14 19:26:18 +01:00
rustc_trait_selection Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco 2022-11-14 19:26:16 +01:00
rustc_traits Make rustc build with new chalk 2022-11-13 19:53:44 +00:00
rustc_transmute
rustc_ty_utils add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
rustc_type_ir