| Age | Commit message (Expand) | Author | Lines |
| 2025-09-16 | Enable DestinationPropagation by default. | Camille GILLOT | -246/+2 |
| 2025-09-16 | Auto merge of #138271 - mu001999-contrib:fix-138234, r=jackh726 | bors | -0/+8 |
| 2025-09-16 | Keep space if expr follows identifier when lint unused parens | Mu001999 | -0/+8 |
| 2025-09-16 | Auto merge of #146516 - cjgillot:dest-prop-aggregate, r=Amanieu | bors | -12/+31 |
| 2025-09-16 | Auto merge of #146614 - Zalathar:rollup-hcxvdi1, r=Zalathar | bors | -1242/+1450 |
| 2025-09-16 | Restrict simple assignment condition. | Camille Gillot | -2/+8 |
| 2025-09-16 | Rollup merge of #146466 - klensy:llvm-wrapper-c, r=cuviper | Stuart Cook | -131/+0 |
| 2025-09-16 | Rollup merge of #146402 - RalfJung:aggregate-init, r=saethlin | Stuart Cook | -8/+29 |
| 2025-09-16 | Rollup merge of #145960 - scrabsha:push-kskuprrtmnky, r=jdonszelmann | Stuart Cook | -1022/+1378 |
| 2025-09-16 | Rollup merge of #145095 - tiif:unstable_const_param, r=BoxyUwU | Stuart Cook | -81/+43 |
| 2025-09-15 | Rollup merge of #146559 - Jules-Bertholet:fix-typo, r=nnethercote | Matthias Krüger | -1/+1 |
| 2025-09-15 | Split `FnCtxt::report_args_error` into subfunctions | Sasha Pourcelot | -1022/+1378 |
| 2025-09-15 | Add documentation for select_where_possible and select_all_or_error | tiif | -1/+16 |
| 2025-09-15 | Add check to make sure ConstParamTy impls of certain types are gated with #[u... | tiif | -15/+23 |
| 2025-09-15 | Remove UnsizedConstParamTy trait and make it into an unstable impl | tiif | -65/+4 |
| 2025-09-15 | rustc_codegen_llvm: Adjust RISC-V inline assembly's clobber list | Tsukasa OI | -0/+1 |
| 2025-09-14 | Fix typo in error message | Jules Bertholet | -1/+1 |
| 2025-09-14 | Elaborate comment. | Camille Gillot | -2/+6 |
| 2025-09-14 | Auto merge of #145881 - fmease:mv-var-to-dyn-buf-lints, r=joshtriplett | bors | -432/+303 |
| 2025-09-14 | Move more early buffered lints to dyn lint diagnostics (4/N) | León Orell Valerian Liehr | -98/+66 |
| 2025-09-14 | Move more early buffered lints to dyn lint diagnostics (3/N) | León Orell Valerian Liehr | -55/+39 |
| 2025-09-14 | Remove a dead early lint | León Orell Valerian Liehr | -18/+0 |
| 2025-09-14 | Move more early buffered lints to dyn lint diagnostics (2/N) | León Orell Valerian Liehr | -71/+50 |
| 2025-09-14 | Move more early buffered lints to dyn lint diagnostics (1/N) | León Orell Valerian Liehr | -190/+148 |
| 2025-09-13 | merge crate-level into ALLOWED_TARGETS | Jana Dönszelmann | -62/+23 |
| 2025-09-13 | Auto merge of #146526 - jhpratt:rollup-afb1dgo, r=jhpratt | bors | -14/+24 |
| 2025-09-13 | Rollup merge of #146171 - scrabsha:push-wovnxxwltsun, r=WaffleLapkin | Jacob Pratt | -2/+2 |
| 2025-09-13 | Rollup merge of #146159 - camsteffen:hygiene-docs, r=petrochenkov | Jacob Pratt | -12/+22 |
| 2025-09-13 | Auto merge of #146491 - jdonszelmann:update-fixme-compare_method_predicate_en... | bors | -8/+3 |
| 2025-09-13 | Mark reads in statements to avoid overlapping assingments. | Camille Gillot | -10/+19 |
| 2025-09-13 | update fixme in compare_method_predicate_entailment resulting from review of EII | Jana Dönszelmann | -8/+3 |
| 2025-09-13 | Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkov | bors | -298/+289 |
| 2025-09-13 | Rollup merge of #146456 - IoaNNUwU:issue-146446, r=estebank | Jacob Pratt | -4/+10 |
| 2025-09-13 | Rollup merge of #144498 - Noratrieb:rustc-json-schema, r=jieyouxu,davidtwco | Jacob Pratt | -724/+357 |
| 2025-09-13 | Rollup merge of #146403 - cyrgani:array-sugg-sorting, r=fee1-dead | Jana Dönszelmann | -3/+15 |
| 2025-09-13 | Rollup merge of #146389 - jdonszelmann:no-std, r=oli-obk | Jana Dönszelmann | -3/+39 |
| 2025-09-12 | Don't store defaultness for inherent impl items | Cameron Steffen | -6/+9 |
| 2025-09-12 | Split AssocContainer::{InherentImpl,TraitImpl} | Cameron Steffen | -174/+139 |
| 2025-09-12 | Introduce hir::ImplItemImplKind | Cameron Steffen | -70/+98 |
| 2025-09-12 | Rename AssocItemContainer -> AssocContainer | Cameron Steffen | -64/+62 |
| 2025-09-12 | Introduce trait_item_of | Cameron Steffen | -28/+25 |
| 2025-09-12 | Add --print target-spec-json-schema | Noratrieb | -9/+113 |
| 2025-09-12 | Introduce `target_spec_enum` macro to avoid duplication | Noratrieb | -715/+244 |
| 2025-09-12 | Auto merge of #146329 - lcnr:opaque-type-infer-alias-candidates, r=BoxyUwU | bors | -38/+207 |
| 2025-09-12 | sort array trait implementation suggestions correctly | cyrgani | -3/+15 |
| 2025-09-12 | Rollup merge of #146308 - cyrgani:concat-integer-literals, r=jackh726 | Stuart Cook | -1/+17 |
| 2025-09-12 | Rollup merge of #144549 - folkertdev:va-arg-arm, r=saethlin | Stuart Cook | -1/+20 |
| 2025-09-12 | remove outdated jsbackend leftovers | klensy | -7/+0 |
| 2025-09-12 | Auto merge of #146328 - zetanumbers:fix-141951, r=lcnr | bors | -5/+40 |
| 2025-09-12 | Use raw fmt str in format macro | IoaNNUwU | -4/+10 |