| Age | Commit message (Expand) | Author | Lines |
| 2025-01-22 | Rollup merge of #132983 - Anthony-Eid:dangling-pointers-lint, r=Urgau | Matthias Krüger | -0/+80 |
| 2025-01-22 | Auto merge of #134478 - compiler-errors:attr-span, r=oli-obk | bors | -11/+50 |
| 2025-01-22 | Update lint tests with new dangling pointers message | Anthony Eid | -0/+80 |
| 2025-01-22 | Auto merge of #135674 - scottmcm:assume-better, r=estebank | bors | -55/+75 |
| 2025-01-21 | Rollup merge of #135833 - lqd:add-ice-test, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2025-01-21 | Rollup merge of #135824 - jieyouxu:delete-bintools-check, r=Noratrieb | Matthias Krüger | -50/+0 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -488/+241 |
| 2025-01-21 | add test for issue 135289 | Rémy Rakic | -0/+30 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -488/+241 |
| 2025-01-21 | tests: delete `cat-and-grep-sanity-check` | 许杰友 Jieyou Xu (Joe) | -50/+0 |
| 2025-01-21 | Auto merge of #133830 - compiler-errors:span-key, r=lcnr | bors | -351/+362 |
| 2025-01-21 | Add more tests | Oli Scherer | -0/+49 |
| 2025-01-21 | Treat undef bytes as equal to any other byte | Oli Scherer | -5/+5 |
| 2025-01-21 | Ensure we always get a constant, even without mir opts | Oli Scherer | -1/+1 |
| 2025-01-21 | Also generate undef scalars and scalar pairs | Oli Scherer | -2/+0 |
| 2025-01-20 | Rollup merge of #133695 - x17jiri:hint_likely, r=Amanieu | Matthias Krüger | -4/+219 |
| 2025-01-20 | Auto merge of #135643 - khuey:135332, r=jieyouxu | bors | -0/+76 |
| 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 | When LLVM's location discriminator value limit is exceeded, emit locations wi... | Kyle Huey | -0/+76 |
| 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 |