| Age | Commit message (Expand) | Author | Lines |
| 2024-12-21 | on pair → on par | Tobias Bucher | -2/+2 |
| 2024-12-20 | Add test to ensure passing `--doctest_compilation_args` multiple times work | Guillaume Gomez | -1/+1 |
| 2024-12-20 | Add explanations on how arguments are split | Guillaume Gomez | -0/+19 |
| 2024-12-20 | Add explanations about `--doctest-compilation-args` in rustdoc book | Guillaume Gomez | -18/+76 |
| 2024-12-18 | Rollup merge of #134388 - rustbot:docs-update, r=ehuss | Jacob Pratt | -0/+0 |
| 2024-12-18 | Update books | rustbot | -0/+0 |
| 2024-12-17 | Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=... | Matthias Krüger | -1/+50 |
| 2024-12-17 | Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser | bors | -30/+0 |
| 2024-12-17 | Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomez | Jacob Pratt | -1/+1 |
| 2024-12-17 | Remove `rustc::existing_doc_keyword` lint. | Nicholas Nethercote | -1/+1 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -30/+0 |
| 2024-12-16 | Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomez | Matthias Krüger | -7/+18 |
| 2024-12-14 | Rollup merge of #133293 - psumbera:solaris-maintainer, r=workingjubilee,jieyo... | Matthias Krüger | -2/+36 |
| 2024-12-13 | rustdoc-search: update documentation with notes about unboxing | Michael Howell | -7/+18 |
| 2024-12-13 | Fix powerpc64 big-endian FreeBSD ABI | Taiki Endo | -1/+1 |
| 2024-12-06 | Rollup merge of #133930 - chriskrycho:mdbook-trpl-package, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -0/+15 |
| 2024-12-06 | Update src/doc/rustc/src/platform-support/powerpc64le-unknown-linux-musl.md | Jens Reidel | -1/+1 |
| 2024-12-06 | Fix markdown link | Jens Reidel | -1/+1 |
| 2024-12-06 | Promote powerpc64le-unknown-linux-musl to tier 2 with host tools | Jens Reidel | -1/+50 |
| 2024-12-05 | rustbook: update to use new mdbook-trpl package from The Book | Chris Krycho | -0/+0 |
| 2024-12-05 | Rollup merge of #133867 - taiki-e:platform-support, r=Noratrieb | Jacob Pratt | -8/+8 |
| 2024-12-05 | Rollup merge of #133761 - rustbot:docs-update, r=ehuss | León Orell Valerian Liehr | -0/+0 |
| 2024-12-04 | Update edition-guide and reference | Eric Huss | -0/+0 |
| 2024-12-05 | Fix "std" support status of some tier 3 targets | Taiki Endo | -8/+8 |
| 2024-12-03 | Rollup merge of #133777 - the8472:document-randomize-layout, r=jieyouxu | Matthias Krüger | -0/+23 |
| 2024-12-03 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -0/+7 |
| 2024-12-03 | document -Zrandomize-layout in the unstable book | The 8472 | -0/+23 |
| 2024-12-02 | Update books | rustbot | -0/+0 |
| 2024-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -0/+15 |
| 2024-12-01 | Rollup merge of #133595 - GuillaumeGomez:missing_doc_code_examples, r=notriddle | Matthias Krüger | -0/+4 |
| 2024-11-30 | Extend documentation for `missing_doc_code_examples` rustdoc lint in the rust... | Guillaume Gomez | -0/+4 |
| 2024-11-30 | Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxu | bors | -2/+4 |
| 2024-11-30 | Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -2/+4 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -10/+0 |
| 2024-11-29 | Rollup merge of #133577 - uweigand:s390x-doc-cloudaccess, r=jieyouxu | Matthias Krüger | -0/+16 |
| 2024-11-29 | Rollup merge of #133565 - longxiangqiao:master, r=ehuss | Matthias Krüger | -1/+1 |
| 2024-11-29 | Support floats in input/output in vector registers of PowerPC inline assembly | Taiki Endo | -1/+1 |
| 2024-11-28 | Document s390x machine access via community cloud | Ulrich Weigand | -0/+16 |
| 2024-11-29 | Support #[repr(simd)] types in input/output of PowerPC inline assembly | Taiki Endo | -2/+4 |
| 2024-11-28 | Rollup merge of #133452 - taiki-e:hexagon-asm-pred, r=Amanieu | Guillaume Gomez | -0/+2 |
| 2024-11-28 | chore: fix 404 status URL | longxiangqiao | -1/+1 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -10/+0 |
| 2024-11-25 | Update books | Eric Huss | -0/+0 |
| 2024-11-25 | Support predicate registers (clobber-only) in Hexagon inline assembly | Taiki Endo | -0/+2 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -0/+40 |
| 2024-11-25 | Rollup merge of #133297 - DianQK:embed-bitcode-ios, r=nikic | 许杰友 Jieyou Xu (Joe) | -8/+5 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -0/+40 |
| 2024-11-24 | embed-bitcode is no longer used in iOS | DianQK | -8/+5 |
| 2024-11-23 | Update TRPL to latest, including new Chapter 17: Async and Await | Chris Krycho | -0/+0 |