rust/compiler
bors 6cd33d889d Auto merge of #134901 - matthiaskrgr:rollup-b0wwuht, r=matthiaskrgr
Rollup of 4 pull requests

Successful merges:

 - #134870 (Fix sentence fragment in `pin` module docs)
 - #134884 (Fix typos)
 - #134892 (Added codegen test for elidings bounds check when indexes are manually checked)
 - #134894 (Document how to run the split Docker pipelines)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-12-29 23:16:13 +00:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Use #[derive(Default)] instead of manually implementing it 2024-12-23 03:01:29 +00:00
rustc_ast_ir
rustc_ast_lowering
rustc_ast_passes Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00
rustc_ast_pretty Rollup merge of #134834 - dtolnay:unnamedcall, r=compiler-errors 2024-12-27 18:43:05 -08:00
rustc_attr_data_structures
rustc_attr_parsing
rustc_baked_icu_data
rustc_borrowck Auto merge of #134627 - estebank:issue-133252, r=jackh726 2024-12-29 07:23:59 +00:00
rustc_builtin_macros Use E0665 for missing #[default] error 2024-12-21 19:14:58 +00:00
rustc_codegen_cranelift Update compiler-builtins to 0.1.140 2024-12-27 22:26:08 +00:00
rustc_codegen_gcc
rustc_codegen_llvm Override carrying_mul_add in cg_llvm 2024-12-27 08:17:40 -08:00
rustc_codegen_ssa Bump compiler cc 2024-12-29 00:30:32 +00:00
rustc_const_eval Rollup merge of #134787 - fmease:spruce-up-queries, r=compiler-errors 2024-12-27 20:44:13 +08:00
rustc_data_structures MatchBranchSimplification: Consider empty-unreachable otherwise branch 2024-12-27 10:57:46 +00:00
rustc_driver
rustc_driver_impl fix default-backtrace-ice test 2024-12-25 19:47:28 -05:00
rustc_error_codes Rewrite the error-code docs for coverage attributes [E0788] 2024-12-25 19:23:48 +11:00
rustc_error_messages
rustc_errors Account for removal of multiline span in suggestion 2024-12-26 17:41:43 +00:00
rustc_expand Rollup merge of #131522 - c410-f3r:unlock-rfc-2011, r=chenyukang 2024-12-26 21:56:47 -05:00
rustc_feature Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser" 2024-12-23 12:30:37 +11:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscross 2024-12-21 01:30:15 +01:00
rustc_hir_analysis Move {widening, carrying}_mul to an intrinsic with fallback MIR 2024-12-27 08:17:40 -08:00
rustc_hir_pretty Support pretty-printing dyn* trait objects 2024-12-20 21:31:21 -08:00
rustc_hir_typeck Consider arm to diverge if guard diverges 2024-12-24 19:12:13 +00:00
rustc_incremental
rustc_index Rollup merge of #134526 - onur-ozkan:nightly-feat-rustc, r=jieyouxu 2024-12-21 22:16:03 +01:00
rustc_index_macros
rustc_infer nit: Remove redundant function 2024-12-26 17:35:07 +00:00
rustc_interface Rollup merge of #134514 - bjorn3:more_driver_refactors, r=jieyouxu 2024-12-20 21:47:00 +08:00
rustc_lexer
rustc_lint Rollup merge of #134737 - estebank:deive-lint-default-fields-base, r=compiler-errors 2024-12-28 16:50:36 +11:00
rustc_lint_defs
rustc_llvm Rollup merge of #134869 - clubby789:cc-bump, r=jieyouxu 2024-12-29 22:45:38 +11:00
rustc_log
rustc_macros
rustc_metadata
rustc_middle Auto merge of #131244 - clubby789:match-branches-unreachable, r=DianQK 2024-12-28 11:09:28 +00:00
rustc_mir_build Fix typos 2024-12-27 21:35:57 +08:00
rustc_mir_dataflow Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk 2024-12-24 00:51:51 +00:00
rustc_mir_transform MatchBranchSimplification: Consider empty-unreachable otherwise branch 2024-12-27 10:57:46 +00:00
rustc_monomorphize
rustc_next_trait_solver Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00
rustc_parse Rollup merge of #134884 - calciumbe:patch1, r=jieyouxu 2024-12-29 21:18:07 +01:00
rustc_parse_format
rustc_passes Overhaul error messages for disallowed coverage attributes 2024-12-25 16:17:09 +11:00
rustc_pattern_analysis Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00
rustc_privacy Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00
rustc_query_impl
rustc_query_system
rustc_resolve Fix spacing of markdown code block fences in compiler rustdoc 2024-12-22 10:16:31 -08:00
rustc_sanitizers Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00
rustc_serialize
rustc_session Use #[derive(Default)] instead of manually implementing it 2024-12-23 03:01:29 +00:00
rustc_smir Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk 2024-12-24 00:51:51 +00:00
rustc_span Rollup merge of #134834 - dtolnay:unnamedcall, r=compiler-errors 2024-12-27 18:43:05 -08:00
rustc_symbol_mangling Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00
rustc_target Auto merge of #134765 - Noratrieb:linux-none-cant-unwind-silly, r=jieyouxu 2024-12-29 20:10:37 +00:00
rustc_trait_selection Rollup merge of #134827 - compiler-errors:borrowck-nits, r=lqd 2024-12-27 18:43:04 -08:00
rustc_traits
rustc_transmute
rustc_ty_utils Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00
rustc_type_ir Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00
rustc_type_ir_macros
stable_mir