| Age | Commit message (Expand) | Author | Lines |
| 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 | Comment. | Camille Gillot | -0/+9 |
| 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-14 | Drop armebv7r-none-eabi* to Tier 3 | Jonathan 'theJPster' Pallant | -2/+2 |
| 2025-09-13 | merge crate-level into ALLOWED_TARGETS | Jana Dönszelmann | -62/+23 |
| 2025-09-13 | initial implementation of the darwin_objc unstable feature | Jo Bates | -11/+482 |
| 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 | Improve the documentation around ZERO_AR_DATE | Mads Marquart | -3/+13 |
| 2025-09-13 | Mark reads in statements to avoid overlapping assingments. | Camille Gillot | -10/+19 |
| 2025-09-13 | Stop counting opaques. | Camille Gillot | -25/+24 |
| 2025-09-13 | Do not hash opaques in GVN. | Camille Gillot | -39/+90 |
| 2025-09-13 | Introduce ValueSet. | Camille Gillot | -21/+97 |
| 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 | Remove unreachable unsized arg handling in `store_fn_arg/store_arg` in codegen | Zachary S | -15/+5 |
| 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-11 | Skip cleanups on unsupported targets | Alex Crichton | -8/+30 |
| 2025-09-12 | Use raw fmt str in format macro | IoaNNUwU | -4/+10 |
| 2025-09-11 | remove unused getLongestEntryLength | klensy | -8/+0 |
| 2025-09-11 | remove unused macro | klensy | -116/+0 |
| 2025-09-11 | incompletely prefer opaque type bounds when self type bottoms out in infer | Michael Goulet | -14/+174 |