rust/compiler
bors fba9f33c7c Auto merge of #107463 - Dylan-DPC:rollup-6mq1li8, r=Dylan-DPC
Rollup of 6 pull requests

Successful merges:

 - #101569 (Don't re-export private/unstable ArgumentV1 from `alloc`.)
 - #106106 (Pass `branch.{branch}.remote=origin` to `git submodule update`)
 - #107146 (Make `unsizing_params_for_adt` into a query)
 - #107264 (Add option to include private items in library docs)
 - #107452 (Fix typo in `{Rc, Arc}::get_mut_unchecked` docs)
 - #107459 (end entry paragraph with a period (.))

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-01-30 11:14:21 +00:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgr 2023-01-29 07:01:58 +00:00
rustc_builtin_macros Allow more deriving on packed structs. 2023-01-30 12:00:42 +11:00
rustc_codegen_cranelift Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk 2023-01-29 04:11:27 +00:00
rustc_codegen_gcc
rustc_codegen_llvm make more pleasant to read 2023-01-28 16:35:07 +02:00
rustc_codegen_ssa Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgr 2023-01-29 07:01:58 +00:00
rustc_const_eval Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk 2023-01-29 04:11:27 +00:00
rustc_data_structures Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk 2023-01-29 04:11:27 +00:00
rustc_driver Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 2023-01-29 20:03:37 +01:00
rustc_error_codes
rustc_error_messages Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors 2023-01-29 10:20:25 +00:00
rustc_errors
rustc_expand
rustc_feature Reintroduce multiple_supertrait_upcastable lint 2023-01-28 15:08:07 +00:00
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors 2023-01-29 10:20:25 +00:00
rustc_hir_pretty
rustc_hir_typeck Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors 2023-01-29 10:20:25 +00:00
rustc_incremental
rustc_index
rustc_infer Auto merge of #107303 - compiler-errors:intern-canonical-var-values, r=lcnr 2023-01-28 19:41:21 +00:00
rustc_interface Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk 2023-01-29 04:11:27 +00:00
rustc_lexer
rustc_lint Allow more deriving on packed structs. 2023-01-30 12:00:42 +11:00
rustc_lint_defs Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJung 2023-01-30 07:02:01 +00:00
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Auto merge of #107406 - cjgillot:eliminate-witnesses, r=compiler-errors 2023-01-29 01:27:11 +00:00
rustc_middle Auto merge of #107463 - Dylan-DPC:rollup-6mq1li8, r=Dylan-DPC 2023-01-30 11:14:21 +00:00
rustc_mir_build Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 2023-01-29 20:03:37 +01:00
rustc_mir_dataflow
rustc_mir_transform Allow more deriving on packed structs. 2023-01-30 12:00:42 +11:00
rustc_monomorphize
rustc_parse Insert whitespace to avoid ident concatenation in suggestion 2023-01-29 21:01:35 +09:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve
rustc_save_analysis
rustc_serialize
rustc_session Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 2023-01-29 20:03:37 +01:00
rustc_smir
rustc_span Reintroduce multiple_supertrait_upcastable lint 2023-01-28 15:08:07 +00:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Rollup merge of #107146 - compiler-errors:unsizing-params, r=cjgillot 2023-01-30 15:11:45 +05:30
rustc_traits Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors 2023-01-29 10:20:25 +00:00
rustc_transmute
rustc_ty_utils Make unsizing_params_for_adt into a query 2023-01-28 20:10:59 +00:00
rustc_type_ir