rust/compiler
bors 092e4f46be Auto merge of #113890 - matthiaskrgr:rollup-k1w2vii, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #110765 (rustdoc: fix position of `default` in method rendering)
 - #113529 (Permit pre-evaluated constants in simd_shuffle)
 - #113800 (Avoid another gha group nesting)
 - #113827 (Add Foreign, Never, FnDef, Closure and Generator tys to SMIR)
 - #113835 (new solver: don't consider blanket impls multiple times)
 - #113883 (Remove outdated Firefox-specific CSS for search's crate selector appearance)
 - #113884 (Don't translate compiler-internal bug messages)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-07-20 16:57:05 +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
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm Rollup merge of #113716 - DianQK:add-no_builtins-to-function, r=pnkfelix 2023-07-19 22:37:06 +05:30
rustc_codegen_ssa Rollup merge of #113529 - oli-obk:simd_shuffle_evaluated, r=wesleywiser 2023-07-20 17:19:32 +02:00
rustc_const_eval
rustc_data_structures
rustc_driver
rustc_driver_impl On nightly, dump ICE backtraces to disk 2023-07-19 14:10:07 +00:00
rustc_error_codes
rustc_error_messages On nightly, dump ICE backtraces to disk 2023-07-19 14:10:07 +00:00
rustc_errors Don't translate compiler-internal bug messages 2023-07-20 09:51:47 +00:00
rustc_expand Don't translate compiler-internal bug messages 2023-07-20 09:51:47 +00:00
rustc_feature
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis XSimplifiedType to SimplifiedType::X 2023-07-20 11:05:52 +02:00
rustc_hir_pretty
rustc_hir_typeck Make it clearer that edition functions are >=, not == 2023-07-19 16:38:35 +00:00
rustc_incremental
rustc_index
rustc_infer
rustc_interface On nightly, dump ICE backtraces to disk 2023-07-19 14:10:07 +00:00
rustc_lexer
rustc_lint
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,petrochenkov 2023-07-20 09:00:10 +00:00
rustc_middle Rollup merge of #113884 - oli-obk:delay_span_bug_detrans_late, r=davidtwco 2023-07-20 17:19:34 +02:00
rustc_mir_build Make it clearer that edition functions are >=, not == 2023-07-19 16:38:35 +00:00
rustc_mir_dataflow Turn copy into moves during DSE. 2023-07-19 09:59:12 +00:00
rustc_mir_transform Turn copy into moves during DSE. 2023-07-19 09:59:12 +00:00
rustc_monomorphize Change the primary CGU merging algorithm. 2023-07-19 07:23:11 +10:00
rustc_parse Don't translate compiler-internal bug messages 2023-07-20 09:51:47 +00:00
rustc_parse_format Fix unit tests 2023-07-19 16:37:09 +00:00
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk 2023-07-20 03:18:41 +00:00
rustc_resolve Make it clearer that edition functions are >=, not == 2023-07-19 16:38:35 +00:00
rustc_serialize
rustc_session Don't translate compiler-internal bug messages 2023-07-20 09:51:47 +00:00
rustc_smir Remove FIXMEs a lot of things need fixes 2023-07-19 11:05:21 -03:00
rustc_span Make it clearer that edition functions are >=, not == 2023-07-19 16:38:35 +00:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection update doc comments 2023-07-20 12:01:34 +02:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir