about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-14Rollup merge of #140827 - compiler-errors:gather-locals-twice, r=oli-obkMatthias Krüger-2/+39
2025-05-14Update `src/gcc` submodule to `04ce66d8c918de9273bd7101638ad8724edf5e21`Guillaume Gomez-0/+0
2025-05-14Update gcc version used in rustc_codegen_versionGuillaume Gomez-1/+1
2025-05-14Update gcc version used in rustc_codegen_versionGuillaume Gomez-1/+1
2025-05-14Migrate to modern datetime APIEmmanuel Ferdman-1/+1
2025-05-14fix: Removing all unused imports removes used imports for imports used for De...Hayashi Mikihiro-46/+257
2025-05-14Skip {f32,f64}::mul_add tests on MinGWTrevor Gross-0/+10
2025-05-14Move applicable float tests from `coretests` back to `std`Trevor Gross-1173/+1314
2025-05-14Improve ternary operator recoveryJamie-17/+75
2025-05-14Merge commit '6ba33f5e1189a5ae58fb96ce3546e76b13d090f5' into subtree-update_c...Guillaume Gomez-248/+910
2025-05-14Merge commit '6ba33f5e1189a5ae58fb96ce3546e76b13d090f5' into subtree-update_c...Guillaume Gomez-248/+910
2025-05-14fixes: ide-assists, generate_new indent losesA4-Tacks-1/+136
2025-05-14Add the `allow_exact_repetitions` option to the `module_name_repetititions` l...llogiq-5/+59
2025-05-14Merge pull request #673 from rust-lang/sync_from_rust_2025_05_12antoyo-34/+107
2025-05-14Fix link to GatherBorrowsLi-yao Xia-1/+1
2025-05-14Fix for xsave test on Intel SDEAntoni Boucher-1/+1
2025-05-14Stop ignoring test_mm512_stream_ps stdarch testAntoni Boucher-2/+1
2025-05-14Fix for the fminimum intrinsicsAntoni Boucher-37/+76
2025-05-14Add the `allow_exact_repetitions` option to the `module_name_repetitions` lint.SLUCHABLUB-5/+59
2025-05-14Fix settimes for vxworksB I Mohammed Abbas-2/+1
2025-05-14Fix set_name for vxworks. Length of name should be truncated to VX_TASK_RENAM...B I Mohammed Abbas-10/+2
2025-05-14Merge mir query analysis invocationsOli Scherer-4/+0
2025-05-14Add `Ipv4Addr` and `Ipv6Addr` diagnostic itemsSamuel Tardieu-0/+4
2025-05-14replace `cc_detect::cc2ar` with `cc::try_get_archiver`onur-ozkan-145/+2
2025-05-14Suggest replace `f` with `f: Box<f>` when expr field is short handxizheyin-2/+23
2025-05-14Add ui test suggest-box-for-expr-field-issue-139631xizheyin-0/+58
2025-05-14MaybeUninit::write: fix docMathis Bottinelli-1/+1
2025-05-14Handle `rustc_query_system` cases of `rustc::potential_query_instability` lintismailarilik-1/+9
2025-05-14Post `non_std_lazy_statics` type warnings onto the right node (#14740)Jason Newcomb-3/+21
2025-05-13fix doc for UnixStreamMichał Łowicki-2/+2
2025-05-14Add match guard chains test for absence of compilation errorest31-0/+29
2025-05-13Move float tests from std to coreTrevor Gross-0/+12
2025-05-13Initial implementation of `core_float_math`Trevor Gross-869/+1713
2025-05-13type_ir: add faster exit for `types_may_unify`David Wood-0/+3
2025-05-14Update rustix to 1.0.7 for bootstrap王宇逸-2/+2
2025-05-13Add TRACING_ENABLED to Machine traitStypox-0/+6
2025-05-13Add internal lint `derive_deserialize_allowing_unknown` (#14360)llogiq-1/+270
2025-05-13Add internal lint `derive_deserialize_allowing_unknown`Samuel Moelius-1/+270
2025-05-13Add match guard chains test, based on mir_let_chains_drop_order.rsest31-0/+110
2025-05-13Add match guard chains to drop-order-comparisons.rsest31-48/+130
2025-05-13Auto merge of #140921 - Berrysoft:update-rustc-lock, r=jieyouxubors-7/+7
2025-05-13Fix `i256::MAX`Tobias Decking-2/+2
2025-05-13Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errorsbors-1016/+780
2025-05-13Format and skip formatting for pinMichael Goulet-2/+3
2025-05-13bump compiler_builtinsPietro Albini-4/+4
2025-05-13Expect deep norm to fail if query norm failedMichael Goulet-12/+18
2025-05-13Invoke a query only when it doesn't return immediately anywayOli Scherer-4/+4
2025-05-13Run rustc_attrs dumps after typeckOli Scherer-11/+11
2025-05-13Some require_lang_item -> is_lang_item replacementsOli Scherer-9/+5
2025-05-13trait_sel: deep reject `match_normalize_trait_ref`David Wood-2/+9