about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-20Rollup merge of #143282 - nxsaken:strict_sub_signed, r=jhprattGuillaume Gomez-4/+41
2025-07-20Lower extra lifetimes before normal generic params.Camille GILLOT-11/+38
2025-07-20Add test.Camille GILLOT-0/+12
2025-07-20Unquerify maybe_unused_trait_imports.Camille GILLOT-1/+1
2025-07-20Unquerify maybe_unused_trait_imports.Camille GILLOT-7/+2
2025-07-20Add testNadrieril-8/+71
2025-07-20Add new `needs-backends` tests annotationsGuillaume Gomez-0/+26
2025-07-20Add new `ignore-backends` tests annotationsGuillaume Gomez-2/+80
2025-07-20Reject relaxed bounds inside associated type boundsLeón Orell Valerian Liehr-19/+37
2025-07-20Merge pull request #20255 from A4-Tacks/deref-intranstiveLaurențiu Nicola-2/+25
2025-07-20Merge pull request #20265 from ChayimFriedman2/cfg-selectLaurențiu Nicola-1/+139
2025-07-20Fixed issue #15192 (#15241)Timo-41/+72
2025-07-20Auto merge of #144208 - matthiaskrgr:rollup-wrli87h, r=matthiaskrgrbors-488/+452
2025-07-20Remove the ptr_unique lang itembjorn3-6/+0
2025-07-20Support `cfg_select!`Chayim Refael Friedman-1/+139
2025-07-20Improve Help Message in `large_enum_variant to satisfy` `#[no_std]`lakshay bhatia-41/+72
2025-07-20Rollup merge of #144196 - ChrisDenton:init-mingw, r=mati865Matthias Krüger-5/+5
2025-07-20Rollup merge of #144169 - RalfJung:type-id-fix, r=oli-obkMatthias Krüger-11/+28
2025-07-20Rollup merge of #144148 - compiler-errors:async-print-hack, r=lqdMatthias Krüger-25/+1
2025-07-20Rollup merge of #144142 - compiler-errors:itib, r=fmeaseMatthias Krüger-0/+38
2025-07-20Rollup merge of #144134 - hkBst:cleanup-unicode-table-gen, r=Mark-SimulacrumMatthias Krüger-45/+38
2025-07-20Rollup merge of #144116 - nikic:llvm-21-fixes, r=dianqkMatthias Krüger-6/+28
2025-07-20Rollup merge of #144111 - clarfonthey:maybe-uninit-deprecated, r=jhprattMatthias Krüger-112/+2
2025-07-20Rollup merge of #144078 - bjorn3:fix_test, r=compiler-errorsMatthias Krüger-1/+2
2025-07-20Rollup merge of #143988 - GuillaumeGomez:alias-inexact, r=lolbinarycatMatthias Krüger-107/+151
2025-07-20Rollup merge of #143604 - nxsaken:const_float_round_methods, r=RalfJungMatthias Krüger-38/+32
2025-07-20Rollup merge of #141260 - LuigiPiucco:volatile-null, r=RalfJungMatthias Krüger-138/+127
2025-07-20Auto merge of #144068 - dianqk:update-llvm, r=cuviperbors-0/+0
2025-07-20Merge pull request #4485 from rust-lang/rustup-2025-07-20Ralf Jung-2039/+4858
2025-07-20fix: `if_then_some_else_none` FP when require type coercionyanglsh-3/+251
2025-07-20tests: debuginfo: Work around or disable broken tests on powerpcJens Reidel-2/+10
2025-07-20Merge from rustcThe Miri Cronjob Bot-2038/+4857
2025-07-20Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-19Split repeat-operand codegen testScott McMurray-11/+28
2025-07-19Allow `Rvalue::Repeat` to return true in `rvalue_creates_operand` tooScott McMurray-4/+51
2025-07-19Stabilize `new_zeroed_alloc`Thalia Archibald-44/+9
2025-07-19Remove deprecated MaybeUninit slice methodsltdk-112/+2
2025-07-20Auto merge of #143002 - Enselic:tests-ui-run-fail-exit-vs-signal, r=petrochenkovbors-101/+196
2025-07-20cargo updategithub-actions-84/+81
2025-07-20Fix capacity overflow in `single_match` with deref patterns (#15124)Alejandra González-8/+348
2025-07-20Fix `never_loop` forget to remove `break` in suggestion (#15064)Alejandra González-32/+210
2025-07-20Fix search of raw labels and lifetimesChayim Refael Friedman-2/+45
2025-07-19Initialize mingw for the runner's userChris Denton-5/+5
2025-07-19add non-regression test for issue 144168Rémy Rakic-0/+97
2025-07-19Auto merge of #144181 - jieyouxu:rollup-61j2sar, r=jieyouxubors-293/+272
2025-07-19Give a message with a span on validation errorScott McMurray-14/+22
2025-07-19Add code comment explaining better what `Row.name` is for doc aliasesGuillaume Gomez-0/+2
2025-07-20Add `#[rustc_intrinsic_const_stable_indirect]` to float roundingNurzhan Sakén-0/+20
2025-07-20Stabilize `const_float_round_methods`Nurzhan Sakén-38/+12
2025-07-19integrate build_helper::npm into js checks and package.json usagebinarycat-54/+34