| Age | Commit message (Expand) | Author | Lines |
| 2025-03-21 | add syntax validation test for ambiguous + | bit-aloo | -0/+39 |
| 2025-03-21 | validate_impl_object_ty: Add diagnostics for and ambiguous . | bit-aloo | -1/+30 |
| 2025-03-21 | Rollup merge of #138706 - Kobzol:bootstrap-git-refactor-1, r=onur-ozkan | Matthias Krüger | -7/+2 |
| 2025-03-21 | Merge pull request #4236 from RalfJung/rustup | Ralf Jung | -1171/+4648 |
| 2025-03-21 | Merge pull request #19348 from jnyfah/some-branch | Lukas Wirth | -6/+34 |
| 2025-03-21 | Merge pull request #19397 from gvozdvmozgu/postfix-const-block | Lukas Wirth | -20/+86 |
| 2025-03-21 | Merge from rustc | Ralf Jung | -1170/+4647 |
| 2025-03-21 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-03-21 | Merge pull request #19408 from Veykril/push-wtnxzulsovxy | Lukas Wirth | -464/+2844 |
| 2025-03-21 | fix: Fix incorrect expansion of builtin `PartialOrd` derive | Lukas Wirth | -2/+3 |
| 2025-03-21 | refactor: Reduce codegen burden for `SyntaxNode` and `SyntaxToken` | Lukas Wirth | -426/+2767 |
| 2025-03-21 | refactor: Reduce codegen burden for `SyntaxKind` | Lukas Wirth | -38/+76 |
| 2025-03-21 | minor: Don't query the database in workspace switching | Lukas Wirth | -35/+42 |
| 2025-03-21 | catch_unwind: do not permit catch function to unwind | Ralf Jung | -1/+2 |
| 2025-03-21 | minor: Trigger LRU eviction after cache priming finishes | Lukas Wirth | -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 | Merge pull request #19405 from ChayimFriedman2/no-expand | Lukas Wirth | -68/+31 |
| 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 | Remove unnecessary expansions | Chayim Refael Friedman | -68/+31 |
| 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 | add postfix completion for const block | gvozdvmozgu | -20/+86 |
| 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-19 | change test name to sth meaningful | Ali Bektas | -3/+2 |
| 2025-03-19 | Fix span info for mir::Operand | Ali Bektas | -82/+147 |
| 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 | Merge pull request #19391 from Veykril/push-rnrskpqoltpl | Lukas Wirth | -30/+17 |
| 2025-03-18 | chore: Clean up proc-macro-srv CI job | Lukas Wirth | -30/+17 |
| 2025-03-18 | refactor: Do not use `Expander` in assoc item lowering | Lukas Wirth | -125/+106 |
| 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-17 | Test unsafeness is respected when manual impling derives | Ali Bektas | -5/+45 |
| 2025-03-17 | Observe unsafeness only for replace_derive_with_manual_impl | Ali Bektas | -34/+6 |