| Age | Commit message (Expand) | Author | Lines |
| 2025-09-13 | fix Condvar::wait_timeout docs | Ralf Jung | -10/+8 |
| 2025-09-13 | Mark reads in statements to avoid overlapping assingments. | Camille Gillot | -24/+31 |
| 2025-09-13 | fixup `become` kw documentation wrt `#[track_caller]` | Waffle Lapkin | -1/+4 |
| 2025-09-13 | Document `become` keyword | Maybe Waffle | -0/+99 |
| 2025-09-13 | Add test. | Camille Gillot | -0/+135 |
| 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/+98 |
| 2025-09-13 | update fixme in compare_method_predicate_entailment resulting from review of EII | Jana Dönszelmann | -8/+3 |
| 2025-09-13 | Remove expect `collapsible_span_lint_calls` and use `span_lint_and_help` (#15... | Alejandra González | -7/+4 |
| 2025-09-13 | Bump version to 1.92.0 | Mark Rousskov | -1/+1 |
| 2025-09-13 | Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkov | bors | -404/+386 |
| 2025-09-13 | Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkov | bors | -52/+61 |
| 2025-09-13 | Merge pull request #20657 from A4-Tacks/fix-before-else-incomplete-let | Laurențiu Nicola | -1/+51 |
| 2025-09-13 | Fix small typo in check-cfg.md | Michele Sessa | -1/+1 |
| 2025-09-13 | fix(needless_return): FP with `cfg`d code after `return` (#15669) | Samuel Tardieu | -1/+24 |
| 2025-09-13 | Auto merge of #146499 - jhpratt:rollup-ufflehe, r=jhpratt | bors | -810/+689 |
| 2025-09-13 | fix(needless_return): FP with `cfg`d code after `return` | Ada Alakbarova | -1/+24 |
| 2025-09-13 | compiletest: Fix `--exact` test filtering | Martin Nordholts | -11/+54 |
| 2025-09-13 | refactor: split `return` lints into separate modules (#15646) | Samuel Tardieu | -514/+547 |
| 2025-09-13 | split `returns` module | Ada Alakbarova | -514/+547 |
| 2025-09-13 | tiny clean-up | Ada Alakbarova | -5/+5 |
| 2025-09-13 | fix(ref_option): don't lint in external and proc-macros (#15668) | Samuel Tardieu | -381/+481 |
| 2025-09-13 | fix(ref_option): don't lint in external and proc-macros | Ada Alakbarova | -36/+230 |
| 2025-09-13 | clean-up | Ada Alakbarova | -152/+58 |
| 2025-09-13 | also apply revert to wasip2 | Ralf Jung | -18/+7 |
| 2025-09-13 | Rollup merge of #146456 - IoaNNUwU:issue-146446, r=estebank | Jacob Pratt | -5/+87 |
| 2025-09-13 | Rollup merge of #146450 - lolbinarycat:bootstrap-test-js, r=jieyouxu | Jacob Pratt | -1/+15 |
| 2025-09-13 | Rollup merge of #145896 - Oneirical:uncountable-integer-10, r=jieyouxu | Jacob Pratt | -57/+104 |
| 2025-09-13 | Rollup merge of #145471 - rs-sac:extr, r=the8472 | Jacob Pratt | -16/+10 |
| 2025-09-13 | Rollup merge of #144498 - Noratrieb:rustc-json-schema, r=jieyouxu,davidtwco | Jacob Pratt | -731/+473 |
| 2025-09-13 | Auto merge of #146394 - Enselic:debuginfo-level-tests-2, r=jieyouxu | bors | -9/+17 |
| 2025-09-13 | Merge pull request #4584 from rust-lang/rustup-2025-09-13 | Oli Scherer | -1283/+2165 |
| 2025-09-13 | Merge ref '4ba1cf9ade4c' from rust-lang/rust | The Miri Cronjob Bot | -1282/+2164 |
| 2025-09-13 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-13 | Auto merge of #146494 - jdonszelmann:rollup-0bbwwwf, r=jdonszelmann | bors | -102/+345 |
| 2025-09-13 | Rollup merge of #146481 - ferrocene:pvdrz/improve-hash-coverage, r=jhpratt | Jana Dönszelmann | -0/+13 |
| 2025-09-13 | Rollup merge of #146477 - ferrocene:pvdrz/improve-char-coverage, r=Noratrieb | Jana Dönszelmann | -0/+44 |
| 2025-09-13 | Rollup merge of #146452 - ferrocene:pvdrz/improve-alloc-coverage, r=tgross35 | Jana Dönszelmann | -0/+24 |
| 2025-09-13 | Rollup merge of #146389 - jdonszelmann:no-std, r=oli-obk | Jana Dönszelmann | -8/+2 |
| 2025-09-13 | Rollup merge of #146403 - cyrgani:array-sugg-sorting, r=fee1-dead | Jana Dönszelmann | -11/+23 |
| 2025-09-13 | Rollup merge of #146389 - jdonszelmann:no-std, r=oli-obk | Jana Dönszelmann | -91/+241 |
| 2025-09-13 | small clean-up | Ada Alakbarova | -8/+4 |
| 2025-09-12 | rustdoc-search: delay loading type name IDs until type search | Michael Howell | -90/+233 |
| 2025-09-12 | Auto merge of #146444 - heiher:fix-loong-jemalloc-page-size, r=Mark-Simulacrum | bors | -11/+20 |
| 2025-09-12 | Don't store defaultness for inherent impl items | Cameron Steffen | -8/+14 |
| 2025-09-12 | Split AssocContainer::{InherentImpl,TraitImpl} | Cameron Steffen | -9/+9 |
| 2025-09-12 | Split AssocContainer::{InherentImpl,TraitImpl} | Cameron Steffen | -230/+174 |
| 2025-09-12 | Introduce hir::ImplItemImplKind | Cameron Steffen | -29/+45 |
| 2025-09-12 | Introduce hir::ImplItemImplKind | Cameron Steffen | -99/+143 |