| Age | Commit message (Expand) | Author | Lines |
| 2025-06-08 | move git command to new execution context | bit-aloo | -19/+39 |
| 2025-06-08 | add execution context to bootstrap workflow | bit-aloo | -8/+46 |
| 2025-06-08 | Add execution context | bit-aloo | -2/+222 |
| 2025-06-08 | cleaned up some tests | Kivooeo | -19/+18 |
| 2025-06-08 | Merge pull request #4385 from rust-lang/rustup-2025-06-08 | Ralf Jung | -622/+1334 |
| 2025-06-08 | add specific help messages for stdcall and cdecl | Ralf Jung | -106/+375 |
| 2025-06-08 | avoid repeating error annotations in test file | Ralf Jung | -418/+290 |
| 2025-06-08 | raw dylib: ensure that we have applied standard ABI checks | Ralf Jung | -19/+41 |
| 2025-06-08 | add (back) unsupported_calling_conventions lint to reject more invalid callin... | Ralf Jung | -245/+1199 |
| 2025-06-08 | Auto merge of #142085 - compiler-errors:perf-self-obl, r=lcnr | bors | -0/+15 |
| 2025-06-08 | fix: `create_dir` ignores paths in suggestions | yanglsh | -19/+89 |
| 2025-06-08 | Merge from rustc | The Miri Cronjob Bot | -621/+1333 |
| 2025-06-08 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-08 | Use the in-tree `compiler-builtins` | Trevor Gross | -1/+1 |
| 2025-06-08 | compiler-builtins: Fix a `rustdoc::bare-urls` error | Trevor Gross | -1/+1 |
| 2025-06-08 | Use the in-tree `compiler-builtins` | Trevor Gross | -18/+61 |
| 2025-06-08 | Auto merge of #142074 - oli-obk:its-finally-gone, r=petrochenkov | bors | -230/+204 |
| 2025-06-08 | Add missing word to `cloned_ref_to_slice_refs` docs (#15012) | Catherine Flores | -1/+1 |
| 2025-06-07 | Auto merge of #142181 - GuillaumeGomez:rollup-pn2p1lu, r=GuillaumeGomez | bors | -332/+976 |
| 2025-06-08 | added test for 30904 | Kivooeo | -0/+53 |
| 2025-06-08 | Correctly handle attr macros placed in cfg_attr in speculative expansion | Chayim Refael Friedman | -20/+26 |
| 2025-06-08 | Add support for automatically reducing found fuzz cases. | michal kostrubiec | -21/+379 |
| 2025-06-08 | Remove the optimization of builtin attrs in `is_inside_macro_call()` | Chayim Refael Friedman | -8/+0 |
| 2025-06-07 | Rollup merge of #142154 - RalfJung:no-more-cfg-bootstrap, r=oli-obk | Guillaume Gomez | -3/+0 |
| 2025-06-07 | Rollup merge of #142148 - workingjubilee:dont-ice-on-force-warn, r=Urgau | Guillaume Gomez | -1/+42 |
| 2025-06-07 | Rollup merge of #142140 - workingjubilee:sort-extern-abi-variants, r=bjorn3 | Guillaume Gomez | -36/+63 |
| 2025-06-07 | Rollup merge of #142126 - compiler-errors:normalize-uv-via-relate, r=BoxyUwU | Guillaume Gomez | -76/+64 |
| 2025-06-07 | Rollup merge of #142116 - jieyouxu:fix-tracing, r=Mark-Simulacrum | Guillaume Gomez | -4/+0 |
| 2025-06-07 | Rollup merge of #142065 - paolobarbolini:stabilize-const_eq_ignore_ascii_case... | Guillaume Gomez | -16/+2 |
| 2025-06-07 | Rollup merge of #141661 - Urgau:deny-dangerous_implicit_autorefs, r=traviscross | Guillaume Gomez | -94/+100 |
| 2025-06-07 | Rollup merge of #141447 - y86-dev:option-layout-docs, r=RalfJung | Guillaume Gomez | -1/+1 |
| 2025-06-07 | Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomez | Guillaume Gomez | -101/+704 |
| 2025-06-08 | cleaned up some tests | Kivooeo | -79/+45 |
| 2025-06-07 | store `target.min_global_align` as an `Align` | Folkert de Vries | -17/+2 |
| 2025-06-07 | store `target.min_global_align` as an `Align` | Folkert de Vries | -63/+37 |
| 2025-06-07 | Auto merge of #141950 - oli-obk:big-body-owner-loop, r=compiler-errors | bors | -9/+7 |
| 2025-06-07 | centralize aliasing rules discussion in UnsafeCell docs | Ralf Jung | -15/+11 |
| 2025-06-07 | intrinsics: use const generic to set atomic ordering | Ralf Jung | -15/+13 |
| 2025-06-07 | cci_inrinsic tets: do not use atomic intrinsic | Ralf Jung | -29/+14 |
| 2025-06-07 | move all intrinsic typeck logic into the one big match | Ralf Jung | -495/+457 |
| 2025-06-07 | intrinsics: use const generic to set atomic ordering | Ralf Jung | -1469/+648 |
| 2025-06-07 | Address documentation issues identified with Future | Diggory Blake | -7/+16 |
| 2025-06-07 | Use `Command::exec` to run `rustc`/`cargo` commands to ensure that if they ex... | Guillaume Gomez | -24/+23 |
| 2025-06-07 | Stabilize `sha512_sm_x86`, and the `sha512`, `sm3` and `sm4` target features | sayantn | -25/+5 |
| 2025-06-07 | Stabilize the `keylocker_x86` flag, and the `kl` and `widekl` target features | sayantn | -24/+4 |
| 2025-06-07 | Merge pull request #2458 from fmease/followup-type-rustdoc-test-suite | León Orell Valerian Liehr | -3/+4 |
| 2025-06-07 | Fix typo | León Orell Valerian Liehr | -3/+4 |
| 2025-06-07 | Merge pull request #2298 from fmease/rustdoc-testing-addendum | León Orell Valerian Liehr | -127/+200 |
| 2025-06-07 | rustdoc: Further improve chapters and sections on testing | León Orell Valerian Liehr | -127/+200 |
| 2025-06-07 | Fix usage of `bootstrap` in core | Urgau | -4/+1 |