| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2025-09-11 | incompletely prefer opaque type bounds when self type bottoms out in infer | Michael Goulet | -14/+174 |
| 2025-09-11 | consider the `sub_unification_table` in `stalled_on` | lcnr | -24/+33 |
| 2025-09-11 | Rollup merge of #146428 - jieyouxu:revert-assert-desugaring, r=estebank,jackh726 | Stuart Cook | -57/+18 |
| 2025-09-11 | Rollup merge of #146422 - fmease:less-greedy-maybe-const-bounds, r=estebank | Stuart Cook | -8/+11 |
| 2025-09-11 | Rollup merge of #146415 - RalfJung:s390x-softfloat, r=workingjubilee | Stuart Cook | -0/+8 |
| 2025-09-11 | Rollup merge of #146347 - folkertdev:duplicate-symbol-panic, r=fee1-dead | Stuart Cook | -6/+15 |
| 2025-09-11 | Revert "Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov" | Jieyou Xu | -57/+18 |
| 2025-09-10 | Less greedily parse `[const]` bounds | León Orell Valerian Liehr | -5/+8 |
| 2025-09-10 | Restore the test intention of several MBE trait bound modifier tests | León Orell Valerian Liehr | -3/+3 |
| 2025-09-10 | s390x: mark soft-float target feature as incompatible | Ralf Jung | -0/+8 |
| 2025-09-10 | tidy: check that error messages don't start with a capitalized letter | Sasha Pourcelot | -2/+2 |
| 2025-09-10 | fixup no_{core,std} handling code | Jana Dönszelmann | -4/+5 |
| 2025-09-10 | Rollup merge of #146342 - folkertdev:c-variadic-errors-take-3, r=workingjubilee | Matthias Krüger | -52/+167 |
| 2025-09-10 | Rollup merge of #146340 - fmease:frontmatter-containment, r=fee1-dead,Urgau | Matthias Krüger | -82/+134 |
| 2025-09-10 | Rollup merge of #146311 - nnethercote:symbol-comments, r=petrochenkov | Matthias Krüger | -7/+6 |
| 2025-09-10 | Rollup merge of #146123 - IoaNNUwU:issue-68293, r=estebank | Matthias Krüger | -0/+27 |
| 2025-09-10 | Rollup merge of #145879 - Bryanskiy:supertraits-2, r=lcnr | Matthias Krüger | -143/+25 |
| 2025-09-10 | Rollup merge of #146391 - beepster4096:trimnt, r=saethlin | Matthias Krüger | -5/+7 |
| 2025-09-10 | Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr... | Matthias Krüger | -5/+79 |
| 2025-09-10 | Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhpratt | Matthias Krüger | -6/+56 |