| Age | Commit message (Expand) | Author | Lines |
| 2025-05-14 | wire up startupinfo methods | Federico Terzi | -0/+72 |
| 2025-05-13 | Auto merge of #140921 - Berrysoft:update-rustc-lock, r=jieyouxu | bors | -7/+7 |
| 2025-05-13 | Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errors | bors | -1016/+780 |
| 2025-05-13 | Format and skip formatting for pin | Michael Goulet | -2/+3 |
| 2025-05-13 | bump compiler_builtins | Pietro Albini | -4/+4 |
| 2025-05-13 | Auto merge of #140951 - compiler-errors:super-fmt, r=ytmimi | bors | -0/+5 |
| 2025-05-13 | Auto merge of #140935 - omahs:patch-5, r=jieyouxu | bors | -23/+23 |
| 2025-05-13 | Auto merge of #140927 - mejrs:test5, r=jieyouxu | bors | -36/+36 |
| 2025-05-12 | Auto merge of #140909 - fmease:modern-notif-backport-rustdoc, r=apiraino | bors | -4/+4 |
| 2025-05-12 | Auto merge of #140914 - Zalathar:asm-bindings, r=compiler-errors | bors | -109/+89 |
| 2025-05-12 | Fix typos | omahs | -23/+23 |
| 2025-05-12 | Do not remove super keyword from super-let | Michael Goulet | -0/+5 |
| 2025-05-12 | Move more tests/ui tests | mejrs | -36/+36 |
| 2025-05-12 | Auto merge of #140941 - ferrocene:ja/gh140939-fix-async-drop-test, r=petroche... | bors | -1/+4 |
| 2025-05-12 | manual clippy fixes | Pietro Albini | -0/+1 |
| 2025-05-12 | ./x clippy ci --fix | Pietro Albini | -40/+39 |
| 2025-05-12 | x86_64-lynx-lynxos178 is now present in the stage0 | Pietro Albini | -1/+0 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -452/+216 |
| 2025-05-12 | update stage0 compiler | Pietro Albini | -460/+460 |
| 2025-05-12 | update version placeholders | Pietro Albini | -58/+58 |
| 2025-05-12 | ui/async-drop-initial: factor in panic strategy in destructor size check | Jorge Aparicio | -1/+4 |
| 2025-05-12 | Use new form for T-rustdoc's {beta,stable}-{nominated,accepted} notify-Zulip ... | León Orell Valerian Liehr | -4/+4 |
| 2025-05-12 | Auto merge of #140934 - yotamofek:pr/fix-default-compiler-bootstrap-settings,... | bors | -2/+0 |
| 2025-05-12 | Silence warning in default compiler bootstrap settings | Yotam Ofek | -2/+0 |
| 2025-05-12 | Auto merge of #140925 - the8472:test-140207, r=compiler-errors | bors | -0/+13 |
| 2025-05-12 | Auto merge of #140923 - Zalathar:operand-bundle, r=lcnr | bors | -17/+18 |
| 2025-05-11 | Auto merge of #140842 - tmiasko:print-mono-items, r=saethlin | bors | -111/+74 |
| 2025-05-11 | Auto merge of #140899 - oyvindln:update_coverage_dump_deps, r=Zalathar | bors | -19/+4 |
| 2025-05-11 | Auto merge of #140915 - matthiaskrgr:rollup-lxce4zr, r=matthiaskrgr | bors | -25/+523 |
| 2025-05-11 | add regression test for 140207 | The 8472 | -0/+13 |
| 2025-05-11 | Rename `OperandBundleOwned` to `OperandBundleBox` | Zalathar | -17/+18 |
| 2025-05-11 | Update ctrlc & libloading for rustc | 王宇逸 | -7/+7 |
| 2025-05-11 | Auto merge of #140902 - azhogin:azhogin/async-drop-open-drop-for-adt-fix, r=o... | bors | -0/+24 |
| 2025-05-11 | Rollup merge of #140862 - dpaoliello:arm64ecfp, r=wesleywiser | Matthias Krüger | -3/+11 |
| 2025-05-11 | Rollup merge of #140851 - mu001999-contrib:new-lint, r=bjorn3 | Matthias Krüger | -10/+477 |
| 2025-05-11 | Rollup merge of #140397 - apiraino:t-compiler-backports-zulip-notifications, ... | Matthias Krüger | -12/+35 |
| 2025-05-11 | Auto merge of #135015 - heiher:stabilize-loongarch-target-features, r=Amanieu | bors | -13/+9 |
| 2025-05-11 | Flatten control-flow in `inline_asm_call` after verification | Zalathar | -52/+53 |
| 2025-05-11 | Make `LLVMRustInlineAsmVerify` take `*const c_uchar` | Zalathar | -4/+3 |
| 2025-05-11 | Add a safe wrapper for `LLVMAppendModuleInlineAsm` | Zalathar | -11/+17 |
| 2025-05-11 | Use `LLVMGetInlineAsm` | Zalathar | -43/+17 |
| 2025-05-11 | Add a searchable tag `PTR_LEN_STR` to explain `*const c_uchar` bindings | Zalathar | -2/+2 |
| 2025-05-11 | Auto merge of #140912 - fmease:rollup-rwtn31e, r=fmease | bors | -216/+580 |
| 2025-05-11 | Rollup merge of #140903 - RalfJung:fallback-body-tests, r=WaffleLapkin | León Orell Valerian Liehr | -11/+46 |
| 2025-05-11 | Rollup merge of #140886 - Berrysoft:update-bootstrap-lock, r=jieyouxu | León Orell Valerian Liehr | -33/+13 |
| 2025-05-11 | Rollup merge of #140882 - Dietr1ch:dev/duration_constructors_lite, r=BurntSushi | León Orell Valerian Liehr | -7/+29 |
| 2025-05-11 | Rollup merge of #140878 - nnethercote:two-expand-cleanups, r=compiler-errors | León Orell Valerian Liehr | -71/+45 |
| 2025-05-11 | Rollup merge of #140865 - Kivooeo:9th, r=Noratrieb | León Orell Valerian Liehr | -4/+4 |
| 2025-05-11 | Rollup merge of #140795 - mu001999-contrib:sugg-stable-import-first, r=petroc... | León Orell Valerian Liehr | -6/+94 |
| 2025-05-11 | Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis... | León Orell Valerian Liehr | -84/+349 |