| Age | Commit message (Expand) | Author | Lines |
| 2023-10-24 | Augment `stringify.rs` test. | Nicholas Nethercote | -2/+54 |
| 2023-10-24 | Redo `stringify.rs` test. | Nicholas Nethercote | -539/+412 |
| 2023-10-22 | Auto merge of #117007 - notriddle:notriddle/format-links-with-display, r=fmease | bors | -26/+51 |
| 2023-10-22 | Auto merge of #117018 - Kobzol:opt-dist-cargo-stage0, r=lqd | bors | -6/+3 |
| 2023-10-22 | Auto merge of #116256 - apekros:issue-114912, r=cjgillot | bors | -0/+33 |
| 2023-10-22 | Pass host triple when running tests in `opt-dist` | Jakub Beránek | -0/+2 |
| 2023-10-22 | Use beta cargo in opt-dist | Jakub Beránek | -6/+1 |
| 2023-10-22 | Auto merge of #117041 - matthiaskrgr:rollup-b18h0ln, r=matthiaskrgr | bors | -152/+180 |
| 2023-10-22 | Rollup merge of #117037 - csditchfield:fix_doc_writing_result_example, r=notr... | Matthias Krüger | -1/+1 |
| 2023-10-22 | Rollup merge of #117034 - Nadrieril:fix-117033, r=cjgillot | Matthias Krüger | -0/+10 |
| 2023-10-22 | Rollup merge of #116989 - ChrisDenton:skip-unsupported, r=Mark-Simulacrum | Matthias Krüger | -2/+11 |
| 2023-10-22 | Rollup merge of #116985 - tromey:rust-printers-14, r=Mark-Simulacrum | Matthias Krüger | -149/+158 |
| 2023-10-22 | Auto merge of #116950 - cuviper:ci-llvm-17, r=Mark-Simulacrum | bors | -0/+63 |
| 2023-10-22 | Auto merge of #116956 - Amanieu:hashbrown-0.14.2, r=Mark-Simulacrum | bors | -6/+6 |
| 2023-10-22 | Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrum | bors | -30/+32 |
| 2023-10-21 | fix what-to-include doc example | Cameron Ditchfield | -1/+1 |
| 2023-10-22 | Auto merge of #117031 - bjorn3:sync_cg_clif-2023-10-21, r=bjorn3 | bors | -493/+163 |
| 2023-10-21 | Fix #117033 | Nadrieril | -0/+10 |
| 2023-10-21 | Auto merge of #117030 - matthiaskrgr:rollup-vdjfx4q, r=matthiaskrgr | bors | -77/+108 |
| 2023-10-21 | Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-202... | bjorn3 | -493/+163 |
| 2023-10-21 | Rollup merge of #117028 - gimbles:patch-1, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2023-10-21 | Rollup merge of #117026 - rmehri01:fix_ayu_theme_link, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-10-21 | Rollup merge of #116992 - estebank:issue-69492, r=oli-obk | Matthias Krüger | -0/+13 |
| 2023-10-21 | Rollup merge of #116981 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | Matthias Krüger | -3/+3 |
| 2023-10-21 | Rollup merge of #116955 - claesgill:upd_readme_toc, r=Mark-Simulacrum | Matthias Krüger | -0/+14 |
| 2023-10-21 | Rollup merge of #116928 - onur-ozkan:update-triagebot, r=Mark-Simulacrum | Matthias Krüger | -8/+10 |
| 2023-10-21 | Rollup merge of #116312 - c410-f3r:try, r=Mark-Simulacrum | Matthias Krüger | -64/+66 |
| 2023-10-21 | Use same --remap-path-prefix as bootstrap for testing the rustc test suite | bjorn3 | -17/+13 |
| 2023-10-21 | Auto merge of #116368 - shepmaster:github-actions-m1, r=Mark-Simulacrum | bors | -18/+52 |
| 2023-10-21 | Merge pull request #1398 from bjorn3/riscv_support | bjorn3 | -28/+79 |
| 2023-10-21 | Update boxed.rs | Gimbles | -1/+1 |
| 2023-10-21 | fix broken link to ayu theme in the rustdoc book | Ryan Mehri | -1/+1 |
| 2023-10-21 | Add shim for core::hint::spin_loop() on riscv64 | bjorn3 | -0/+10 |
| 2023-10-21 | Auto merge of #116922 - Zalathar:unused, r=cjgillot | bors | -150/+103 |
| 2023-10-21 | Give better error for unsupported asm!() | bjorn3 | -0/+10 |
| 2023-10-21 | Fix epilogue_noreturn for AArch64 | bjorn3 | -1/+1 |
| 2023-10-21 | Introduce asm_supported() helper | bjorn3 | -6/+13 |
| 2023-10-21 | Re-enable all inline asm usage for the rustc tests | bjorn3 | -20/+0 |
| 2023-10-21 | Support inline asm on riscv64 | bjorn3 | -0/+26 |
| 2023-10-21 | Run tests for riscv64 | bjorn3 | -1/+19 |
| 2023-10-21 | Mention the syntax for `use` on `mod foo;` if `foo` doesn't exist | Esteban Küber | -0/+13 |
| 2023-10-21 | update the registers of csky | dirreke | -3/+3 |
| 2023-10-21 | Auto merge of #117021 - flip1995:clippyup, r=matthiaskrgr | bors | -874/+2319 |
| 2023-10-21 | rustdoc: avoid allocating strings primitive link printing | Michael Howell | -26/+51 |
| 2023-10-21 | Auto merge of #117020 - matthiaskrgr:rollup-cg62m4h, r=matthiaskrgr | bors | -6/+50 |
| 2023-10-21 | Update Cargo.lock (ui_test update) | Philipp Krones | -29/+3 |
| 2023-10-21 | Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup | Philipp Krones | -845/+2316 |
| 2023-10-21 | Rollup merge of #117019 - lukas-code:for-await, r=compiler-errors | Matthias Krüger | -2/+20 |
| 2023-10-21 | Rollup merge of #116975 - ojeda:move-invalid-test, r=Nilstrieb | Matthias Krüger | -0/+0 |
| 2023-10-21 | Rollup merge of #106601 - estebank:match-semi, r=cjgillot | Matthias Krüger | -4/+30 |