rust/compiler
bors 8e0b68e63c Auto merge of #148507 - Zalathar:rollup-vvz4knr, r=Zalathar
Rollup of 6 pull requests

Successful merges:

 - rust-lang/rust#147355 (Add alignment parameter to `simd_masked_{load,store}`)
 - rust-lang/rust#147925 (Fix tests for big-endian)
 - rust-lang/rust#148341 (compiler: Fix a couple issues around cargo feature unification)
 - rust-lang/rust#148371 (Dogfood `trim_{suffix|prefix}` in compiler)
 - rust-lang/rust#148495 (Implement Path::is_empty)
 - rust-lang/rust#148502 (rustc-dev-guide subtree update)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-11-05 07:25:39 +00:00
..
rustc Make llvm_enzyme a regular cargo feature 2025-09-15 15:31:56 +00:00
rustc_abi Rollup merge of #147017 - RalfJung:repr-c-big-discriminant, r=davidtwco 2025-11-04 23:01:10 +11:00
rustc_arena some cleanups in compiler 2025-10-12 08:08:30 +00:00
rustc_ast Rollup merge of #139751 - frank-king:feature/pin-project, r=Nadrieril,traviscross 2025-11-01 08:25:44 +01:00
rustc_ast_ir Implement pattern matching for &pin mut|const T 2025-10-30 07:56:16 +08:00
rustc_ast_lowering Rollup merge of #144291 - oli-obk:const_trait_alias, r=fee1-dead 2025-10-31 02:39:14 +01:00
rustc_ast_passes Generate const predicates for const trait aliases 2025-10-30 08:05:37 +00:00
rustc_ast_pretty Rollup merge of #139751 - frank-king:feature/pin-project, r=Nadrieril,traviscross 2025-11-01 08:25:44 +01:00
rustc_attr_parsing rustc_target: introduce Arch 2025-11-04 21:27:22 -05:00
rustc_baked_icu_data Use default locale fallback data 2025-08-28 09:48:54 +00:00
rustc_borrowck Rollup merge of #133149 - estebank:niko-rustnation, r=wesleywiser 2025-11-04 13:44:47 +11:00
rustc_builtin_macros Add ParsedDescription to the attribute parsers 2025-11-03 18:27:06 +01:00
rustc_codegen_cranelift Auto merge of #148507 - Zalathar:rollup-vvz4knr, r=Zalathar 2025-11-05 07:25:39 +00:00
rustc_codegen_gcc rustc_target: allow unenumerated architectures 2025-11-04 21:28:28 -05:00
rustc_codegen_llvm Auto merge of #148507 - Zalathar:rollup-vvz4knr, r=Zalathar 2025-11-05 07:25:39 +00:00
rustc_codegen_ssa rustc_target: allow unenumerated architectures 2025-11-04 21:28:28 -05:00
rustc_const_eval Add implementation of the alignment parameter in Miri 2025-11-04 03:02:38 +05:30
rustc_data_structures Rollup merge of #147716 - zhetaicheleba:master, r=jdonszelmann 2025-10-15 23:41:05 +02:00
rustc_driver compiler: Add Windows resources to rustc-main and rustc_driver 2025-09-05 14:06:31 -04:00
rustc_driver_impl Rollup merge of #148371 - yotamofek:pr/dogfood-trim-prefix-suffix, r=fee1-dead 2025-11-05 10:59:19 +11:00
rustc_error_codes Port cfg!() macro to the new attribute parsing system 2025-11-03 18:23:41 +01:00
rustc_error_messages Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
rustc_errors Rollup merge of #148004 - Muscraft:only-single-line-item-attributes, r=estebank 2025-11-03 21:20:22 +01:00
rustc_expand Rollup merge of #147438 - reddevilmidzy:rename-non-inline-module-in-msg, r=fee1-dead 2025-10-18 23:54:44 +02:00
rustc_feature Add #[rustc_pass_indirectly_in_non_rustic_abis] 2025-11-04 09:56:17 +01:00
rustc_fluent_macro some cleanups in compiler 2025-10-12 08:08:30 +00:00
rustc_fs_util Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
rustc_graphviz some cleanups in compiler 2025-10-12 08:08:30 +00:00
rustc_hashes some cleanups in compiler 2025-10-12 08:08:30 +00:00
rustc_hir Add #[rustc_pass_indirectly_in_non_rustic_abis] 2025-11-04 09:56:17 +01:00
rustc_hir_analysis Auto merge of #148507 - Zalathar:rollup-vvz4knr, r=Zalathar 2025-11-05 07:25:39 +00:00
rustc_hir_id rustc_hir_id: Add a comment explaining why the crate exists 2025-08-20 15:04:00 -07:00
rustc_hir_pretty Rollup merge of #139751 - frank-king:feature/pin-project, r=Nadrieril,traviscross 2025-11-01 08:25:44 +01:00
rustc_hir_typeck Rollup merge of #148371 - yotamofek:pr/dogfood-trim-prefix-suffix, r=fee1-dead 2025-11-05 10:59:19 +11:00
rustc_incremental Use the actual StableCrateId for the incr comp session dir 2025-10-27 15:56:09 +00:00
rustc_index Rollup merge of #148341 - jyn514:feature-unification, r=BoxyUwU 2025-11-05 10:59:19 +11:00
rustc_index_macros Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
rustc_infer add logging to fudge_inference_if_ok 2025-11-04 12:03:19 +01:00
rustc_interface Stabilize -Zjump-tables=<bool> into -Cjump-table=<bool> 2025-11-03 08:12:16 -06:00
rustc_lexer Fix a crash/mislex when more than one frontmatter closing possibility is considered 2025-09-22 15:10:41 -04:00
rustc_lint FCW for repr(C) enums whose discriminant values do not fit into a c_int 2025-11-04 11:44:55 +01:00
rustc_lint_defs do not complain about enums where all discriminants fit into a c_uint 2025-11-04 11:44:55 +01:00
rustc_llvm Rollup merge of #148103 - Zalathar:compression, r=wesleywiser 2025-10-31 18:41:51 +01:00
rustc_log Restrict sysroot crate imports to those defined in this repo. 2025-10-15 13:17:25 +01:00
rustc_macros use declarative macro for #[derive(TryFromU32)] 2025-10-06 14:54:38 +00:00
rustc_metadata rustc_target: introduce Arch 2025-11-04 21:27:22 -05:00
rustc_middle Auto merge of #148507 - Zalathar:rollup-vvz4knr, r=Zalathar 2025-11-05 07:25:39 +00:00
rustc_mir_build Rollup merge of #147642 - camelid:misc-const-fixes, r=BoxyUwU 2025-11-02 15:56:48 +01:00
rustc_mir_dataflow Put Analysis back into Results. 2025-10-28 10:26:50 +11:00
rustc_mir_transform clippy fixes and code simplification 2025-11-02 08:16:38 +00:00
rustc_monomorphize Allow unsizing pattern types with pointer base 2025-10-21 11:22:51 +00:00
rustc_next_trait_solver Rollup merge of #144291 - oli-obk:const_trait_alias, r=fee1-dead 2025-10-31 02:39:14 +01:00
rustc_parse Rollup merge of #145903 - Kivooeo:c-style-pointer, r=davidtwco 2025-11-03 17:20:31 +01:00
rustc_parse_format Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
rustc_passes additional tests for pass_indirectly_in_non_rustic_abis 2025-11-04 10:05:02 +01:00
rustc_pattern_analysis split definition and use site hidden tys 2025-10-31 14:48:43 +01:00
rustc_privacy Remove QPath::LangItem 2025-10-27 21:19:38 -05:00
rustc_proc_macro Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
rustc_public Simplify rustc_public context handling 2025-10-29 23:31:50 +00:00
rustc_public_bridge Simplify rustc_public context handling 2025-10-29 23:31:50 +00:00
rustc_query_impl fixup limit handling code 2025-09-08 15:07:12 -07:00
rustc_query_system Rollup merge of #147830 - Noratrieb:reword-unstable-fingerprint-ice, r=jackh726 2025-10-22 13:20:23 -04:00
rustc_resolve Auto merge of #148507 - Zalathar:rollup-vvz4knr, r=Zalathar 2025-11-05 07:25:39 +00:00
rustc_sanitizers Rollup merge of #144936 - rcvalle:rust-cfi-fix-144641, r=lcnr 2025-10-28 20:39:32 +11:00
rustc_serialize Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
rustc_session rustc_target: allow unenumerated architectures 2025-11-04 21:28:28 -05:00
rustc_span compiler: intern architecture at compile time 2025-11-04 21:27:23 -05:00
rustc_symbol_mangling Fix wasm_import_module attribute cross-crate 2025-11-01 05:04:30 -07:00
rustc_target rustc_target: allow unenumerated architectures 2025-11-04 21:28:28 -05:00
rustc_thread_pool some cleanups in compiler 2025-10-12 08:08:30 +00:00
rustc_trait_selection Auto merge of #148420 - Zalathar:rollup-1rrbzk7, r=Zalathar 2025-11-03 02:52:00 +00:00
rustc_traits Auto merge of #146096 - adwinwhite:handle_normalization_overflow_in_mono1, r=saethlin 2025-10-13 00:20:10 +00:00
rustc_transmute prefer to use repeat_n over repeat and take 2025-10-09 01:24:55 +08:00
rustc_ty_utils Rollup merge of #147017 - RalfJung:repr-c-big-discriminant, r=davidtwco 2025-11-04 23:01:10 +11:00
rustc_type_ir Rollup merge of #148153 - osamakader:fix-duplicate-the, r=JonathanBrouwer 2025-10-27 22:13:23 +11:00
rustc_type_ir_macros compiler: Fix a couple issues around cargo feature unification 2025-10-31 14:14:05 -04:00
rustc_windows_rc [win] Use find-msvc-tools instead of cc to find the linker and rc on Windows 2025-09-19 12:00:30 -07:00