| Age | Commit message (Expand) | Author | Lines |
| 2025-03-26 | Rollup merge of #138967 - thaliaarchi:error-typo, r=Noratrieb | Stuart Cook | -1/+1 |
| 2025-03-26 | Rollup merge of #138959 - meithecatte:matchpair-place-option, r=Zalathar | Stuart Cook | -9/+34 |
| 2025-03-26 | Rollup merge of #138954 - compiler-errors:hash-opaques, r=oli-obk | Stuart Cook | -3/+28 |
| 2025-03-26 | Rollup merge of #138930 - Kobzol:analyze-bootstrap-diffs, r=marcoieni | Stuart Cook | -51/+178 |
| 2025-03-26 | Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e... | Stuart Cook | -616/+411 |
| 2025-03-26 | Rollup merge of #138818 - khuey:138198, r=jieyouxu | Stuart Cook | -16/+60 |
| 2025-03-26 | Rollup merge of #138483 - azhogin:azhogin/target-modifiers-bool-fix, r=fee1-dead | Stuart Cook | -49/+184 |
| 2025-03-25 | Fix typo in error message | Thalia Archibald | -1/+1 |
| 2025-03-26 | Auto merge of #138956 - jhpratt:rollup-6g7ppwd, r=jhpratt | bors | -413/+632 |
| 2025-03-26 | Add a regression test for TestCase::Or without place | Maja Kądziołka | -0/+11 |
| 2025-03-26 | MatchPairTree: update invariant comment | Maja Kądziołka | -2/+2 |
| 2025-03-26 | Revert "Make `MatchPairTree::place` non-optional" | Maja Kądziołka | -9/+23 |
| 2025-03-25 | Rollup merge of #138945 - DaniPopes:override-partialord-bool, r=scottmcm | Jacob Pratt | -27/+23 |
| 2025-03-25 | Rollup merge of #138917 - nnethercote:rustdoc-remove-useless, r=GuillaumeGomez | Jacob Pratt | -38/+38 |
| 2025-03-25 | Rollup merge of #138911 - compiler-errors:define-opaque, r=oli-obk | Jacob Pratt | -166/+363 |
| 2025-03-25 | Rollup merge of #138905 - Gelbpunkt:powerpc64-unknown-linux-musl-maintainer, ... | Jacob Pratt | -1/+59 |
| 2025-03-25 | Rollup merge of #138885 - fneddy:fix_pattern_types_tests, r=compiler-errors | Jacob Pratt | -13/+15 |
| 2025-03-25 | Rollup merge of #138877 - TaKO8Ki:enable-per-target-ignores-for-doctests, r=n... | Jacob Pratt | -4/+25 |
| 2025-03-25 | Rollup merge of #138875 - thaliaarchi:trusty-build, r=randomPoison,saethlin | Jacob Pratt | -6/+14 |
| 2025-03-25 | Rollup merge of #138874 - Zoxc:waiter-race, r=SparrowLii,davidtwco | Jacob Pratt | -25/+12 |
| 2025-03-25 | Rollup merge of #138867 - petrochenkov:linkfix, r=nnethercote | Jacob Pratt | -24/+36 |
| 2025-03-25 | Rollup merge of #138834 - Kobzol:test-diff-group-by-stage, r=marcoieni | Jacob Pratt | -18/+25 |
| 2025-03-25 | Rollup merge of #138128 - compiler-errors:precise-capturing-in-traits, r=oli-... | Jacob Pratt | -91/+22 |
| 2025-03-26 | Ensure define_opaque is accounted for in HIR hash | Michael Goulet | -3/+28 |
| 2025-03-26 | Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichton | bors | -29/+302 |
| 2025-03-25 | Override PartialOrd methods for bool | DaniPopes | -27/+23 |
| 2025-03-25 | Auto merge of #138933 - matthiaskrgr:rollup-sjtqkoq, r=matthiaskrgr | bors | -395/+683 |
| 2025-03-25 | Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors | Matthias Krüger | -96/+185 |
| 2025-03-25 | Rollup merge of #138924 - nnethercote:less-kw-Empty-3, r=compiler-errors | Matthias Krüger | -46/+66 |
| 2025-03-25 | Rollup merge of #138886 - samueltardieu:push-xxkzmupznoky, r=jieyouxu | Matthias Krüger | -1/+105 |
| 2025-03-25 | Rollup merge of #138776 - Zalathar:unexpand, r=oli-obk | Matthias Krüger | -90/+81 |
| 2025-03-25 | Rollup merge of #138581 - Zoxc:abort-handler-if-locked, r=SparrowLii | Matthias Krüger | -12/+43 |
| 2025-03-25 | Rollup merge of #138317 - petrochenkov:libsearch3, r=compiler-errors | Matthias Krüger | -14/+55 |
| 2025-03-25 | Rollup merge of #137247 - dpaoliello:cleanllvm, r=Zalathar | Matthias Krüger | -136/+144 |
| 2025-03-25 | Rollup merge of #135745 - bardiharborow:std/net/rfc9602, r=cuviper | Matthias Krüger | -0/+4 |
| 2025-03-25 | Test define opaques in extern items | Michael Goulet | -1/+34 |
| 2025-03-25 | Allow defining opaques in statics and consts | Michael Goulet | -163/+315 |
| 2025-03-25 | Make printing define_opaque less goofy | Michael Goulet | -7/+19 |
| 2025-03-25 | Auto merge of #138865 - petrochenkov:errwhere, r=jieyouxu | bors | -105/+371 |
| 2025-03-25 | Add diff of bootstrap steps | Jakub Beránek | -40/+162 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -105/+371 |
| 2025-03-25 | Incorporate issue-111692.rs into the larger test file and add more test cases | León Orell Valerian Liehr | -84/+66 |
| 2025-03-25 | Combine several test files into one | León Orell Valerian Liehr | -372/+263 |
| 2025-03-25 | Remove now unreachable parse recovery code | León Orell Valerian Liehr | -76/+24 |
| 2025-03-25 | Brace-ident-colon can certainly no longer start a block | León Orell Valerian Liehr | -61/+88 |
| 2025-03-25 | Auto merge of #138923 - TaKO8Ki:rollup-f3hkmqj, r=TaKO8Ki | bors | -155/+214 |
| 2025-03-25 | Add function for linearizing `BuildStep` substeps | Jakub Beránek | -12/+17 |
| 2025-03-25 | rustdoc: remove useless `Symbol::is_empty` checks. | Nicholas Nethercote | -38/+38 |
| 2025-03-25 | Avoid some more global state | Oli Scherer | -22/+35 |
| 2025-03-25 | acquire more accurate HirId for ABI check lints | Ralf Jung | -19/+37 |