| Age | Commit message (Expand) | Author | Lines |
| 2025-01-20 | Auto merge of #135754 - jieyouxu:rollup-j4q1hpr, r=jieyouxu | bors | -11/+118 |
| 2025-01-20 | Rollup merge of #135237 - dianne:match-2024-cleanup, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -688/+626 |
| 2025-01-20 | Rollup merge of #134276 - RalfJung:destabilize-custom-inner-attr, r=SparrowLii | 许杰友 Jieyou Xu (Joe) | -55/+31 |
| 2025-01-20 | Rollup merge of #135736 - fmease:rustdoc-fix-flaky-test, r=GuillaumeGomez | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2025-01-20 | Rollup merge of #135700 - estebank:priv-field-dfv, r=wesleywiser | 许杰友 Jieyou Xu (Joe) | -10/+116 |
| 2025-01-19 | rustdoc: Fix flaky doctest test | León Orell Valerian Liehr | -1/+2 |
| 2025-01-19 | fully de-stabilize all custom inner attributes | Ralf Jung | -55/+31 |
| 2025-01-19 | Rollup merge of #135685 - GuillaumeGomez:rm-unused-css-class, r=notriddle | Guillaume Gomez | -2/+2 |
| 2025-01-19 | Rollup merge of #134858 - estebank:issue-81370, r=Noratrieb | Guillaume Gomez | -13/+52 |
| 2025-01-19 | Remove unused `item-row` CSS class | Guillaume Gomez | -2/+2 |
| 2025-01-19 | Auto merge of #135709 - lqd:bring-back-len, r=compiler-errors | bors | -1389/+1737 |
| 2025-01-19 | Auto merge of #135715 - matthiaskrgr:rollup-9a18sxj, r=matthiaskrgr | bors | -163/+189 |
| 2025-01-19 | Rollup merge of #135705 - compiler-errors:lint, r=estebank | Matthias Krüger | -1/+1 |
| 2025-01-19 | Rollup merge of #135703 - estebank:empty-dfv, r=compiler-errors | Matthias Krüger | -0/+47 |
| 2025-01-19 | Rollup merge of #135641 - GuillaumeGomez:items-list, r=notriddle | Matthias Krüger | -162/+141 |
| 2025-01-19 | Rollup merge of #135663 - frank-king:fix/135614, r=compiler-errors | Matthias Krüger | -0/+107 |
| 2025-01-18 | add tests for issue 135671 | Rémy Rakic | -0/+30 |
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -1330/+1626 |
| 2025-01-18 | Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk" | Rémy Rakic | -23/+0 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -36/+81 |
| 2025-01-18 | Consolidate ad-hoc MIR lints into real pass-manager-based MIR lints | Michael Goulet | -1/+1 |
| 2025-01-18 | Provide suggestion for `#![feature(default_field_values)]` | Esteban Küber | -10/+40 |
| 2025-01-18 | Structured suggestion for "missing `feature` intrinsic" | Esteban Küber | -2/+8 |
| 2025-01-18 | Structured suggestion for "missing `feature` in unstable fn call" | Esteban Küber | -1/+4 |
| 2025-01-18 | Disallow `A { .. }` if `A` has no fields | Esteban Küber | -0/+47 |
| 2025-01-18 | Emit a single privacy error for multiple fields on the same struct expression | Esteban Küber | -31/+74 |
| 2025-01-18 | Remove more CSS classes | Guillaume Gomez | -134/+127 |
| 2025-01-18 | Auto merge of #135682 - matthiaskrgr:rollup-cl7zlt1, r=matthiaskrgr | bors | -3/+9 |
| 2025-01-18 | Rollup merge of #135583 - NobodyXu:move-pipe-to-io, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2025-01-18 | Rollup merge of #133700 - RalfJung:const-non-null, r=lcnr | Matthias Krüger | -2/+8 |
| 2025-01-18 | Rollup merge of #135639 - lqd:trivial-builtin-impls, r=lcnr | Matthias Krüger | -1/+7 |
| 2025-01-18 | Rollup merge of #135611 - chenyukang:yukang-fix-135341-ice-crash, r=oli-obk | Matthias Krüger | -5/+13 |
| 2025-01-18 | const-eval: detect more pointers as definitely not-null | Ralf Jung | -2/+8 |
| 2025-01-18 | Add context on private fields that are not on the same line as the struct name | Esteban Küber | -0/+7 |
| 2025-01-18 | Fix ICE in resolving associated items as non-bindings | Frank King | -0/+107 |
| 2025-01-18 | Add test for construction of struct with private field with default value | Esteban Küber | -0/+56 |
| 2025-01-18 | Auto merge of #135618 - lcnr:coherence-unknown, r=compiler-errors | bors | -4/+70 |
| 2025-01-17 | Update rustdoc tests | Guillaume Gomez | -56/+42 |
| 2025-01-17 | new solver: prefer trivial builtin impls over where-clauses | Rémy Rakic | -1/+7 |
| 2025-01-17 | Auto merge of #135534 - folkertdev:fix-wasm-i128-f128, r=tgross35 | bors | -0/+98 |
| 2025-01-18 | Fix use of pipe in tests/run-make/broken-pipe-no-ice/rmake.rs | Jiahao XU | -1/+1 |
| 2025-01-17 | add test | lcnr | -0/+70 |
| 2025-01-17 | Rollup merge of #135601 - samueltardieu:push-xslotxrnooym, r=jieyouxu | Matthias Krüger | -0/+63 |
| 2025-01-17 | Rollup merge of #135558 - estebank:issue-133316, r=chenyukang | Matthias Krüger | -0/+42 |
| 2025-01-17 | Rollup merge of #134980 - lqd:polonius-next-episode-7, r=jackh726 | Matthias Krüger | -14/+0 |
| 2025-01-17 | Rollup merge of #131806 - lolbinarycat:rustdoc-search-all-is-func, r=notriddle | Matthias Krüger | -1/+15 |
| 2025-01-17 | remove unnecessary assertion for reference error | yukang | -5/+13 |
| 2025-01-17 | Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee | bors | -153/+370 |
| 2025-01-16 | Auto merge of #135592 - matthiaskrgr:rollup-4t69l7i, r=matthiaskrgr | bors | -1367/+1584 |
| 2025-01-16 | Fix suggestion to convert dereference of raw pointer to ref | Samuel Tardieu | -0/+63 |