| Age | Commit message (Expand) | Author | Lines |
| 2025-06-27 | Update Cargo.lock | Philipp Krones | -4/+10 |
| 2025-06-25 | encode_cross_crate for hir attributes | Jana Dönszelmann | -0/+1 |
| 2025-06-25 | Auto merge of #142997 - workingjubilee:rollup-6lxec87, r=workingjubilee | bors | -30/+24 |
| 2025-06-24 | Rollup merge of #142988 - alexcrichton:update-wasm-component-ld, r=Mark-Simul... | Jubilee | -30/+21 |
| 2025-06-24 | Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obk | Jubilee | -0/+1 |
| 2025-06-24 | Rollup merge of #142633 - folkertdev:interrupt-abi-restrict-signature, r=work... | Jubilee | -0/+1 |
| 2025-06-24 | Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t... | Jubilee | -0/+1 |
| 2025-06-25 | Auto merge of #140999 - hkBst:update-escaper, r=nnethercote | bors | -2/+2 |
| 2025-06-24 | Update wasm-component-ld to 0.5.14 | Alex Crichton | -30/+21 |
| 2025-06-24 | Rewrite #[track_caller] | Jana Dönszelmann | -0/+1 |
| 2025-06-24 | rustc_session: Add a structure for keeping both explicit and default sysroots | Vadim Petrochenkov | -2/+0 |
| 2025-06-24 | Error on invalid signatures for interrupt ABIs | Folkert de Vries | -0/+1 |
| 2025-06-23 | Add `#[loop_match]` for improved DFA codegen | bjorn3 | -0/+1 |
| 2025-06-23 | update to literal-escaper 0.0.4 for better API without `unreachable` and fast... | Marijn Schouten | -2/+2 |
| 2025-06-20 | Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obk | Trevor Gross | -14/+25 |
| 2025-06-18 | Rollup merge of #142524 - rust-lang:cargo_update, r=Mark-Simulacrum | Trevor Gross | -116/+124 |
| 2025-06-18 | Rollup merge of #142383 - scottmcm:operandref-builder, r=workingjubilee | Jakub Beránek | -2/+0 |
| 2025-06-17 | CodeGen: rework Aggregate implemention for rvalue_creates_operand cases | Scott McMurray | -2/+0 |
| 2025-06-17 | Update libc to 0.2.174 | Trevor Gross | -2/+2 |
| 2025-06-15 | cargo update | github-actions | -116/+124 |
| 2025-06-13 | Uplift BoundVarReplacer | Michael Goulet | -1/+1 |
| 2025-06-13 | Rollup merge of #142340 - RalfJung:miri-apfloat-mul-add, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-06-12 | Auto merge of #138164 - jdonszelmann:attr-parsing-lint-infra, r=oli-obk | bors | -0/+1 |
| 2025-06-12 | introduce new lint infra | Jana Dönszelmann | -0/+1 |
| 2025-06-11 | Cargo wants wasmparser in different order | Mark Rousskov | -6/+6 |
| 2025-06-11 | cargo update | github-actions | -118/+136 |
| 2025-06-11 | Use `rustc_thread_pool` instead of `rustc-rayon-core` | Celina G. Val | -14/+25 |
| 2025-06-11 | bump apfloat dependency | Ralf Jung | -2/+2 |
| 2025-06-10 | update lockfile | Ralf Jung | -1/+0 |
| 2025-06-09 | Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3 | Trevor Gross | -2/+3 |
| 2025-06-09 | Auto merge of #141435 - RalfJung:unsupported_calling_conventions, r=workingju... | bors | -0/+1 |
| 2025-06-08 | Rollup merge of #142089 - bjorn3:sysroot_handling_cleanup3, r=petrochenkov | Jubilee | -0/+1 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -17/+29 |
| 2025-06-08 | add (back) unsupported_calling_conventions lint to reject more invalid callin... | Ralf Jung | -0/+1 |
| 2025-06-08 | Use the in-tree `compiler-builtins` | Trevor Gross | -2/+3 |
| 2025-06-06 | Fix review comments | bjorn3 | -0/+1 |
| 2025-06-05 | Bump object | WANG Rui | -17/+29 |
| 2025-06-03 | rustdoc-json-type: Depend on `serde` and `serde_derive` seperately | Alona Enraght-Moony | -0/+1 |
| 2025-05-31 | Update Cargo.lock | Philipp Krones | -47/+5 |
| 2025-05-30 | Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwco | Matthias Krüger | -0/+1 |
| 2025-05-29 | Auto merge of #141595 - bjorn3:rustc_no_sysroot_proc_macro, r=onur-ozkan | bors | -0/+10 |
| 2025-05-27 | Avoid including text direction codepoints in lint messages | Matthew Jasper | -0/+1 |
| 2025-05-27 | Do not get proc_macro from the sysroot in rustc | bjorn3 | -0/+10 |
| 2025-05-27 | bump fluent-* crates | klensy | -18/+10 |
| 2025-05-24 | Rollup merge of #141487 - GuillaumeGomez:update-askama, r=notriddle | Guillaume Gomez | -5/+47 |
| 2025-05-24 | Update `askama` version to `0.14.0` in `generate-copyright` tool | Guillaume Gomez | -1/+1 |
| 2025-05-24 | Update `askama` version to `0.14.0` in librustdoc | Guillaume Gomez | -5/+47 |
| 2025-05-23 | Rollup merge of #141383 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -2/+2 |
| 2025-05-22 | update lockfile | Ralf Jung | -2/+2 |
| 2025-05-21 | Update Cargo.lock | Philipp Krones | -8/+0 |