| Age | Commit message (Expand) | Author | Lines |
| 2025-05-04 | Make attribute safety validation logic more obvious | Jieyou Xu | -0/+43 |
| 2025-05-04 | Auto merge of #140616 - petrochenkov:noannempty, r=jieyouxu | bors | -439/+155 |
| 2025-05-03 | Implement asymmetrical precedence for closures and jumps | David Tolnay | -3/+3 |
| 2025-05-04 | Auto merge of #140633 - Zalathar:rollup-iay94wa, r=Zalathar | bors | -206/+440 |
| 2025-05-04 | Rollup merge of #140626 - folkertdev:naked-rustfmt-skip, r=Amanieu | Stuart Cook | -0/+6 |
| 2025-05-04 | Rollup merge of #140617 - Urgau:unsafe_attr-lint-allow, r=jieyouxu | Stuart Cook | -0/+16 |
| 2025-05-04 | Rollup merge of #140588 - jieyouxu:opt-error, r=petrochenkov | Stuart Cook | -22/+37 |
| 2025-05-04 | Rollup merge of #140551 - mejrs:test4, r=jieyouxu | Stuart Cook | -183/+254 |
| 2025-05-04 | Rollup merge of #140286 - xizheyin:issue-139104, r=lcnr | Stuart Cook | -0/+105 |
| 2025-05-04 | Rollup merge of #139675 - sayantn:avx10, r=Amanieu | Stuart Cook | -1/+22 |
| 2025-05-04 | Auto merge of #140549 - BoxyUwU:proper_const_norm, r=lcnr | bors | -10/+5 |
| 2025-05-03 | add a test for issue rust-lang/rust#81317 | Skgland | -0/+57 |
| 2025-05-03 | compiletest: Do not require annotations on empty labels and suggestions | Vadim Petrochenkov | -439/+155 |
| 2025-05-03 | allow `#[rustfmt::skip]` in combination with `#[naked]` | Folkert de Vries | -0/+6 |
| 2025-05-03 | Move some tests out of tests/ui | mejrs | -183/+254 |
| 2025-05-03 | tests: add FIXME issue for `debuginfo-type-name-layout-ice-94961-2.rs` | Jieyou Xu | -3/+5 |
| 2025-05-03 | tests: justify why `want-abort-got-unwind{,2}.rs` ignore additional errors | Jieyou Xu | -10/+18 |
| 2025-05-03 | tests: explain why `two-panic-runtimes.rs` ignores target-dependent errors | Jieyou Xu | -5/+9 |
| 2025-05-03 | tests: fix a panic strategy in `cfg_false_no_std-2.rs` | Jieyou Xu | -4/+5 |
| 2025-05-03 | Just suggest positional arg and adjust issue0139104 ui test | xizheyin | -29/+84 |
| 2025-05-03 | Report the `unsafe_attr_outside_unsafe` lint at the closest node | Urgau | -0/+16 |
| 2025-05-03 | Correct warning message in restricted visibility | yuk1ty | -1/+53 |
| 2025-05-03 | Rollup merge of #140576 - m-ou-se:fragile-tests, r=compiler-errors | Matthias Krüger | -201/+0 |
| 2025-05-03 | Rollup merge of #140395 - RalfJung:target-feature-tests, r=petrochenkov | Matthias Krüger | -58/+128 |
| 2025-05-03 | Rollup merge of #138712 - petrochenkov:impasst, r=fmease | Matthias Krüger | -40/+117 |
| 2025-05-03 | Rollup merge of #140606 - nnethercote:hir-pp, r=dtolnay | Matthias Krüger | -38/+63 |
| 2025-05-03 | Rollup merge of #140568 - moxian:reg-140545, r=compiler-errors | Matthias Krüger | -0/+29 |
| 2025-05-03 | Rollup merge of #140548 - BoxyUwU:gci_patterns_user_ty_annotation, r=compiler... | Matthias Krüger | -0/+25 |
| 2025-05-03 | Rollup merge of #140505 - petrochenkov:expquote, r=bjorn3 | Matthias Krüger | -0/+10 |
| 2025-05-03 | Avoid an indent for labelled loops. | Nicholas Nethercote | -2/+1 |
| 2025-05-03 | Fix some hir pretty-printing over-indenting. | Nicholas Nethercote | -31/+30 |
| 2025-05-03 | Improve hir pretty-printing of attributes. | Nicholas Nethercote | -6/+32 |
| 2025-05-03 | Fix hir pretty-printing of `global_asm!`. | Nicholas Nethercote | -1/+2 |
| 2025-05-02 | Refactor rustc_on_unimplemented's filter parser | mejrs | -49/+109 |
| 2025-05-02 | Add a regression test | moxian | -0/+29 |
| 2025-05-02 | borrowck nested items in dead code | lcnr | -0/+78 |
| 2025-05-02 | Rollup merge of #140574 - reddevilmidzy:add-test, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2025-05-02 | Rollup merge of #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -32/+32 |
| 2025-05-02 | Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obk | Matthias Krüger | -0/+40 |
| 2025-05-02 | collateral damage in derive tests, improves errors by not refering to impleme... | Jana Dönszelmann | -43/+48 |
| 2025-05-02 | Test that names of variables in external macros are not shown on a borrow error | Jana Dönszelmann | -0/+57 |
| 2025-05-02 | check all crate-type to find staticlib | xizheyin | -2/+2 |
| 2025-05-02 | Emit warning while outputs is not exe and prints linkage info | xizheyin | -0/+19 |
| 2025-05-02 | linker: Quote symbol names in .def files | Vadim Petrochenkov | -0/+10 |
| 2025-05-02 | resolve: Support imports of associated types and glob imports from traits | Vadim Petrochenkov | -40/+117 |
| 2025-05-02 | Rollup merge of #140507 - a4lg:riscv-feature-addition-batch-3, r=Amanieu | Stuart Cook | -0/+10 |
| 2025-05-02 | Rollup merge of #140430 - nnethercote:hir-exhaustive, r=dtolnay | Stuart Cook | -104/+1014 |
| 2025-05-02 | Rollup merge of #139046 - nnethercote:hir-Lifetime-better, r=lcnr | Stuart Cook | -4/+62 |
| 2025-05-02 | Rollup merge of #138872 - a4lg:riscv-fix-incompatible-abi-zfinx, r=workingjub... | Stuart Cook | -1/+21 |
| 2025-05-02 | Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkov | Stuart Cook | -0/+123 |