| Age | Commit message (Expand) | Author | Lines |
| 2025-05-05 | Rollup merge of #140080 - dianqk:one-mirpatch, r=oli-obk | Guillaume Gomez | -23/+14 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -87/+216 |
| 2025-05-05 | Auto merge of #134767 - Bryanskiy:dylibs-3, r=petrochenkov | bors | -117/+1064 |
| 2025-05-05 | Rollup merge of #140307 - mejrs:condition_parser, r=nnethercote | Trevor Gross | -115/+339 |
| 2025-05-04 | Rollup merge of #140630 - azhogin:azhogin/async-drop-proxy-source-info-fix, r... | Trevor Gross | -1/+5 |
| 2025-05-04 | Rollup merge of #140627 - dtolnay:rustdoctracing, r=GuillaumeGomez | Trevor Gross | -2/+11 |
| 2025-05-04 | Rollup merge of #140619 - jieyouxu:validate_attr_cleanups, r=Urgau | Trevor Gross | -15/+48 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -117/+1064 |
| 2025-05-04 | Add comment on creation of lifetime inside opaque types | John Kåre Alsaker | -0/+4 |
| 2025-05-04 | Add comment on creation of `SyntheticCoroutineBody` | John Kåre Alsaker | -0/+2 |
| 2025-05-04 | Auto merge of #140580 - jdonszelmann:variables-external-macros, r=m-ou-se | bors | -6/+9 |
| 2025-05-04 | Make attribute safety validation logic more obvious | Jieyou Xu | -15/+48 |
| 2025-05-04 | Auto merge of #140633 - Zalathar:rollup-iay94wa, r=Zalathar | bors | -9/+88 |
| 2025-05-04 | Rollup merge of #140626 - folkertdev:naked-rustfmt-skip, r=Amanieu | Stuart Cook | -1/+3 |
| 2025-05-04 | Rollup merge of #140617 - Urgau:unsafe_attr-lint-allow, r=jieyouxu | Stuart Cook | -8/+30 |
| 2025-05-04 | Rollup merge of #140286 - xizheyin:issue-139104, r=lcnr | Stuart Cook | -0/+29 |
| 2025-05-04 | Rollup merge of #139675 - sayantn:avx10, r=Amanieu | Stuart Cook | -0/+26 |
| 2025-05-04 | Auto merge of #140549 - BoxyUwU:proper_const_norm, r=lcnr | bors | -314/+458 |
| 2025-05-04 | Async drop source info fix for proxy-drop-coroutine - fixes crash at debug in... | Andrew Zhogin | -1/+5 |
| 2025-05-03 | Allow linking rustc and rustdoc against the same single tracing crate | David Tolnay | -2/+11 |
| 2025-05-03 | allow `#[rustfmt::skip]` in combination with `#[naked]` | Folkert de Vries | -1/+3 |
| 2025-05-03 | Just suggest positional arg and adjust issue0139104 ui test | xizheyin | -66/+50 |
| 2025-05-03 | Report the `unsafe_attr_outside_unsafe` lint at the closest node | Urgau | -8/+23 |
| 2025-05-03 | Auto merge of #140613 - matthiaskrgr:rollup-yag6z7w, r=matthiaskrgr | bors | -103/+90 |
| 2025-05-03 | Have `AstValidation` track a linting node id | Urgau | -0/+7 |
| 2025-05-03 | Rollup merge of #140604 - lcnr:revealing-use-prep, r=compiler-errors | Matthias Krüger | -30/+39 |
| 2025-05-03 | Rollup merge of #138712 - petrochenkov:impasst, r=fmease | Matthias Krüger | -73/+51 |
| 2025-05-03 | Auto merge of #140464 - oli-obk:successors-mut-perf, r=petrochenkov | bors | -76/+61 |
| 2025-05-03 | Rollup merge of #140606 - nnethercote:hir-pp, r=dtolnay | Matthias Krüger | -42/+16 |
| 2025-05-03 | Rollup merge of #140548 - BoxyUwU:gci_patterns_user_ty_annotation, r=compiler... | Matthias Krüger | -2/+1 |
| 2025-05-03 | Rollup merge of #140534 - erickt:llvm-21, r=cuviper | Matthias Krüger | -0/+5 |
| 2025-05-03 | Rollup merge of #140505 - petrochenkov:expquote, r=bjorn3 | Matthias Krüger | -1/+3 |
| 2025-05-03 | `CreateResult` wrap more fields in `Frozen` | lcnr | -4/+4 |
| 2025-05-03 | TypeChecker take fields by ref | lcnr | -8/+8 |
| 2025-05-03 | add `ReverseSccGraph::compute` | lcnr | -18/+27 |
| 2025-05-03 | Avoid an indent for labelled loops. | Nicholas Nethercote | -4/+4 |
| 2025-05-03 | Fix some hir pretty-printing over-indenting. | Nicholas Nethercote | -4/+6 |
| 2025-05-03 | Improve hir pretty-printing of attributes. | Nicholas Nethercote | -0/+1 |
| 2025-05-03 | Auto merge of #140442 - osiewicz:collector-walk-less-fine-grained-locking, r=... | bors | -27/+38 |
| 2025-05-03 | Enable `BoxMarker` drop checking. | Nicholas Nethercote | -5/+1 |
| 2025-05-03 | Fix hir pretty-printing of `global_asm!`. | Nicholas Nethercote | -3/+4 |
| 2025-05-03 | Remove opaque type printing. | Nicholas Nethercote | -9/+1 |
| 2025-05-03 | Remove fake `BoxMarker`s. | Nicholas Nethercote | -19/+1 |
| 2025-05-02 | Auto merge of #140596 - matthiaskrgr:rollup-s7tzr34, r=matthiaskrgr | bors | -104/+129 |
| 2025-05-02 | Refactor rustc_on_unimplemented's filter parser | mejrs | -115/+339 |
| 2025-05-02 | Rollup merge of #140572 - nnethercote:comment-ExprKind-If, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2025-05-02 | Rollup merge of #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -75/+64 |
| 2025-05-02 | Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obk | Matthias Krüger | -20/+22 |
| 2025-05-02 | Rollup merge of #140509 - tmiasko:merge-contiguous-ranges, r=jswrenn | Matthias Krüger | -7/+19 |
| 2025-05-02 | Rollup merge of #140485 - Jarcho:from_expansion_opt, r=petrochenkov | Matthias Krüger | -2/+15 |