| Age | Commit message (Expand) | Author | Lines |
| 2025-03-31 | Remove fragile equal-pointers-unequal/*/print3.rs tests. | Mara Bos | -73/+0 |
| 2025-03-31 | Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercote | bors | -10/+10 |
| 2025-03-31 | Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-dead | bors | -0/+484 |
| 2025-03-30 | Rollup merge of #139132 - m-ou-se:hir-pp-struct-expr, r=compiler-errors | Jacob Pratt | -3/+55 |
| 2025-03-30 | Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errors | Jacob Pratt | -171/+61 |
| 2025-03-30 | Allow `invalid_null_arguments` in some tests | Urgau | -0/+18 |
| 2025-03-30 | Uplift `clippy::invalid_null_ptr_usage` as `invalid_null_arguments` | Urgau | -0/+466 |
| 2025-03-30 | Auto merge of #138206 - amy-kwan:amy-kwan/reprc-struct-power-align-ignore-pac... | bors | -1/+25 |
| 2025-03-30 | Auto merge of #139130 - Kobzol:revert-129827, r=petrochenkov | bors | -10/+10 |
| 2025-03-30 | Improve hir_pretty for struct expressions. | Mara Bos | -3/+55 |
| 2025-03-30 | Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov" | Jakub Beránek | -10/+10 |
| 2025-03-30 | Auto merge of #137836 - madsmtm:openwrt-target-vendor, r=jieyouxu | bors | -4/+4 |
| 2025-03-30 | Auto merge of #138742 - taiki-e:riscv-vector, r=Amanieu | bors | -1/+37 |
| 2025-03-29 | Auto merge of #139119 - matthiaskrgr:rollup-7l2ri0f, r=matthiaskrgr | bors | -47/+40 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -171/+61 |
| 2025-03-29 | Rollup merge of #139100 - petrochenkov:errbelow, r=jieyouxu | Matthias Krüger | -47/+40 |
| 2025-03-29 | Auto merge of #133572 - frank-king:feature/unique_arc, r=Amanieu | bors | -1/+43 |
| 2025-03-29 | Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov | bors | -10/+10 |
| 2025-03-29 | compiletest: Support matching diagnostics on lines below | Vadim Petrochenkov | -47/+40 |
| 2025-03-29 | less decoding if it has the same syntax context | bohan | -10/+10 |
| 2025-03-29 | Add more tests for pin!(). | Mara Bos | -0/+64 |
| 2025-03-28 | Rollup merge of #139075 - oli-obk:resolver-item-lifetime, r=compiler-errors | Matthias Krüger | -0/+13 |
| 2025-03-28 | Rollup merge of #139063 - fmease:fix-tait-atpit-gating, r=oli-obk | Matthias Krüger | -13/+193 |
| 2025-03-28 | hygiene: Rewrite `apply_mark_internal` to be more understandable | Vadim Petrochenkov | -10/+10 |
| 2025-03-28 | Fix TAIT & ATPIT feature gating in the presence of anon consts | León Orell Valerian Liehr | -13/+193 |
| 2025-03-28 | Do not treat lifetimes from parent items as influencing child items | Oli Scherer | -0/+13 |
| 2025-03-28 | Auto merge of #139054 - matthiaskrgr:rollup-2bk2fb4, r=matthiaskrgr | bors | -18/+47 |
| 2025-03-28 | Rollup merge of #138104 - GuillaumeGomez:simplify-doctest-parsing, r=fmease | Matthias Krüger | -18/+47 |
| 2025-03-28 | Auto merge of #138503 - bjorn3:string_merging, r=tmiasko | bors | -24/+51 |
| 2025-03-28 | Update `coverage-run-rustdoc` output | Guillaume Gomez | -8/+8 |
| 2025-03-28 | Add test and comment | bjorn3 | -0/+27 |
| 2025-03-28 | Avoid wrapping constant allocations in packed structs when not necessary | bjorn3 | -24/+24 |
| 2025-03-28 | Auto merge of #139037 - jhpratt:rollup-4c74y8a, r=jhpratt | bors | -5/+51 |
| 2025-03-28 | Auto merge of #138965 - nnethercote:less-kw-Empty-hir-Lifetime, r=lcnr | bors | -3/+190 |
| 2025-03-27 | Rollup merge of #139025 - compiler-errors:trim-validator-err, r=jieyouxu | Jacob Pratt | -0/+36 |
| 2025-03-27 | Rollup merge of #138720 - Jeff-A-Martin:channel-stack-overflow-test-fuchsia, ... | Jacob Pratt | -5/+15 |
| 2025-03-28 | Don't use `kw::Empty` in `hir::Lifetime::ident`. | Nicholas Nethercote | -5/+5 |
| 2025-03-27 | Auto merge of #138702 - m-ou-se:spawn-in-atexit, r=Mark-Simulacrum | bors | -0/+24 |
| 2025-03-28 | Add a HIR pretty-printing test focused on lifetimes. | Nicholas Nethercote | -0/+187 |
| 2025-03-27 | Do not trim paths in MIR validator | Michael Goulet | -0/+36 |
| 2025-03-27 | Rollup merge of #139014 - xizheyin:issue-138931, r=oli-obk | Jacob Pratt | -0/+83 |
| 2025-03-27 | Rollup merge of #138844 - petrochenkov:cfgtrace2, r=nnethercote | Jacob Pratt | -64/+41 |
| 2025-03-27 | Mark test as only-unix. | Mara Bos | -0/+1 |
| 2025-03-27 | Improve suggest construct with literal syntax instead of calling | xizheyin | -2/+15 |
| 2025-03-27 | Add ui test for struct construction by calling syntax | xizheyin | -0/+70 |
| 2025-03-27 | Correctly handle line comments in attributes and generate extern crates | Guillaume Gomez | -7/+36 |
| 2025-03-27 | Update rustdoc-ui tests | Guillaume Gomez | -3/+3 |
| 2025-03-27 | Add needs-threads to test. | Mara Bos | -0/+1 |
| 2025-03-27 | Rollup merge of #138987 - madsmtm:fix-108825, r=jieyouxu | Stuart Cook | -0/+16 |
| 2025-03-27 | Rollup merge of #138985 - oli-obk:push-mvlqmtmyozro, r=compiler-errors | Stuart Cook | -34/+16 |