| Age | Commit message (Expand) | Author | Lines |
| 2025-03-21 | Auto merge of #138761 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1143/+4610 |
| 2025-03-20 | Auto merge of #138747 - matthiaskrgr:rollup-68x44rw, r=matthiaskrgr | bors | -34/+66 |
| 2025-03-20 | Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into clippy-subtree-u... | Philipp Krones | -1144/+4611 |
| 2025-03-20 | Auto merge of #138515 - petrochenkov:cfgtrace, r=nnethercote | bors | -1/+5 |
| 2025-03-20 | Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name... | Matthias Krüger | -26/+29 |
| 2025-03-20 | Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk | Matthias Krüger | -8/+37 |
| 2025-03-19 | Rollup merge of #138001 - meithecatte:privately-uninhabited, r=Nadrieril | Matthias Krüger | -4/+5 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -26/+29 |
| 2025-03-18 | Refactor YieldKind so postfix yield must have an expression | Eric Holk | -8/+8 |
| 2025-03-18 | Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev... | Ralf Jung | -2/+0 |
| 2025-03-18 | Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr | bors | -145/+139 |
| 2025-03-17 | Teach rustfmt to handle postfix yield | Eric Holk | -21/+21 |
| 2025-03-17 | Auto merge of #127173 - bjorn3:mangle_rustc_std_internal_symbol, r=wesleywise... | bors | -19/+64 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -145/+139 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -144/+138 |
| 2025-03-17 | Auto merge of #138611 - matthiaskrgr:rollup-hmjbqva, r=matthiaskrgr | bors | -21/+21 |
| 2025-03-17 | Auto merge of #137081 - Shourya742:2025-02-15-change-config.toml-to-bootstrap... | bors | -9/+17 |
| 2025-03-17 | Rollup merge of #137449 - compiler-errors:control-flow, r=Amanieu,lnicola | Matthias Krüger | -21/+21 |
| 2025-03-17 | Fix miri | bjorn3 | -19/+64 |
| 2025-03-17 | expand: Leave traces when expanding `cfg_attr` attributes | Vadim Petrochenkov | -1/+5 |
| 2025-03-17 | Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplett | Jacob Pratt | -2/+0 |
| 2025-03-17 | Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho... | Jacob Pratt | -0/+2 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src:tools | bit-aloo | -9/+17 |
| 2025-03-17 | Fix `is_relevant_impl`. | Nicholas Nethercote | -1/+1 |
| 2025-03-16 | Suppress must_use for ControlFlow in rust-analyzer | Michael Goulet | -17/+17 |
| 2025-03-16 | Suppress must_use in compiler and tools | Michael Goulet | -4/+4 |
| 2025-03-16 | Rollup merge of #138465 - klensy:linkchecker-b, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -13/+13 |
| 2025-03-15 | Add RTN support to rustdoc | Michael Goulet | -0/+1 |
| 2025-03-15 | Auto merge of #138464 - compiler-errors:less-type-ir, r=lcnr | bors | -1/+1 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -1/+1 |
| 2025-03-15 | Auto merge of #138379 - estebank:macro-backtrace-note, r=petrochenkov | bors | -24/+0 |
| 2025-03-15 | Auto merge of #138523 - fmease:rollup-j2j5h59, r=fmease | bors | -29/+52 |
| 2025-03-15 | Rollup merge of #138451 - Kobzol:gcc-ci-build-gcc, r=GuillaumeGomez | León Orell Valerian Liehr | -29/+52 |
| 2025-03-14 | Update cargo | Weihang Lo | -0/+0 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -24/+0 |
| 2025-03-14 | Fix clippy | Eric Holk | -1/+1 |
| 2025-03-14 | Teach rustfmt to handle postfix yield | Eric Holk | -4/+33 |
| 2025-03-14 | Preserve yield position during pretty printing | Eric Holk | -2/+2 |
| 2025-03-14 | Auto merge of #138480 - jhpratt:rollup-y3b8wu5, r=jhpratt | bors | -9/+3 |
| 2025-03-14 | Rollup merge of #138441 - tshepang:patch-5, r=jieyouxu | Jacob Pratt | -1/+1 |
| 2025-03-14 | Rollup merge of #138179 - cuviper:x, r=jieyouxu | Jacob Pratt | -8/+2 |
| 2025-03-14 | Auto merge of #138157 - scottmcm:inline-more-tiny-things, r=oli-obk | bors | -2/+2 |
| 2025-03-13 | Do not overwrite original `config.toml` in `opt-dist` | Jakub Beránek | -29/+52 |
| 2025-03-13 | Alphabetize the root workspace members | Josh Stone | -0/+2 |
| 2025-03-13 | Add `src/tools/x` to the main workspace | Josh Stone | -8/+0 |
| 2025-03-13 | bump html5ever to 0.29 with deps | klensy | -1/+1 |
| 2025-03-13 | bump html5ever to 0.28 | klensy | -13/+13 |
| 2025-03-13 | Rollup merge of #138417 - RalfJung:interpret-cleanup, r=oli-obk | Matthias Krüger | -50/+60 |
| 2025-03-13 | Rollup merge of #138406 - ehuss:update-mdbook, r=jieyouxu | Matthias Krüger | -3/+12 |
| 2025-03-14 | Stablize feature `anonymous_pipe` | Jiahao XU | -2/+0 |