| Age | Commit message (Expand) | Author | Lines |
| 2025-03-21 | catch_unwind: do not permit catch function to unwind | Ralf Jung | -1/+2 |
| 2025-03-21 | update rustfmt test | lcnr | -2/+2 |
| 2025-03-21 | remove `feature(inline_const_pat)` | lcnr | -2/+0 |
| 2025-03-21 | Auto merge of #138768 - matthiaskrgr:rollup-nfu3cm3, r=matthiaskrgr | bors | -0/+3 |
| 2025-03-21 | Rollup merge of #138713 - RalfJung:memory-hook-pointers, r=oli-obk | Matthias Krüger | -0/+3 |
| 2025-03-21 | Auto merge of #138761 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1143/+4610 |
| 2025-03-21 | jsondocck: Replace `jsonpath_lib` with `jsonpath-rust` | Alona Enraght-Moony | -2/+2 |
| 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 | interpret memory access hooks: also pass through the Pointer used for the access | Ralf Jung | -0/+3 |
| 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-20 | Merge from rustc | The Miri Cronjob Bot | -213/+260 |
| 2025-03-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-03-19 | Rollup merge of #138001 - meithecatte:privately-uninhabited, r=Nadrieril | Matthias Krüger | -4/+5 |
| 2025-03-19 | Simplify `get_git_modified_files` | Jakub Beránek | -7/+2 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -26/+29 |
| 2025-03-19 | Reject `{true,false}` as revision names | Jieyou Xu | -8/+35 |
| 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 | reintroduce remote-test support in run-make tests | Pietro Albini | -1/+14 |
| 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 | Merge from rustc | The Miri Cronjob Bot | -54/+53 |
| 2025-03-16 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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 | Merge from rustc | The Miri Cronjob Bot | -19/+42 |
| 2025-03-15 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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 |