rust/compiler
bors 8a73f50d87 Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #104363 (Make `unused_allocation` lint against `Box::new` too)
 - #106633 (Stabilize `nonzero_min_max`)
 - #106844 (allow negative numeric literals in `concat!`)
 - #108071 (Implement goal caching with the new solver)
 - #108542 (Force parentheses around `match` expression in binary expression)
 - #108690 (Place size limits on query keys and values)
 - #108708 (Prevent overflow through Arc::downgrade)
 - #108739 (Prevent the `start_bx` basic block in codegen from having two `Builder`s at the same time)
 - #108806 (Querify register_tools and post-expansion early lints)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-03-11 18:15:53 +00:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco 2023-03-11 15:43:15 +01:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck
rustc_builtin_macros Rollup merge of #106844 - Ezrashaw:concat-negative-int-lit, r=dtolnay 2023-03-11 15:43:12 +01:00
rustc_codegen_cranelift Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgr 2023-03-11 07:28:44 +00:00
rustc_codegen_gcc
rustc_codegen_llvm
rustc_codegen_ssa Rollup merge of #108739 - 823984418:patch-1, r=cjgillot 2023-03-11 15:43:15 +01:00
rustc_const_eval
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr 2023-03-11 18:15:53 +00:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Rollup merge of #108930 - Ezrashaw:better-error-for-manual-fn-impl, r=petrochenkov 2023-03-10 19:59:19 +01:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errors 2023-03-11 12:55:44 +01:00
rustc_incremental
rustc_index
rustc_infer Rollup merge of #108071 - compiler-errors:new-solver-caching, r=lcnr 2023-03-11 15:43:13 +01:00
rustc_interface Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr 2023-03-11 18:15:53 +00:00
rustc_lexer
rustc_lint Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco 2023-03-11 15:43:15 +01:00
rustc_lint_defs Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco 2023-03-11 15:43:15 +01:00
rustc_llvm
rustc_log
rustc_macros
rustc_metadata
rustc_middle Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco 2023-03-11 15:43:15 +01:00
rustc_mir_build Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,Nilstrieb 2023-03-10 21:15:46 +01:00
rustc_mir_dataflow
rustc_mir_transform Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,Nilstrieb 2023-03-10 21:15:46 +01:00
rustc_monomorphize
rustc_parse Rollup merge of #108900 - bvanjoi:issue-108275, r=petrochenkov 2023-03-10 19:59:19 +01:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr 2023-03-11 18:15:53 +00:00
rustc_serialize
rustc_session
rustc_smir
rustc_span Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=Nilstrieb 2023-03-11 15:43:11 +01:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Rollup merge of #108071 - compiler-errors:new-solver-caching, r=lcnr 2023-03-11 15:43:13 +01:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir