| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,... | Matthias Krüger | -1/+15 |
| 2024-08-15 | Rollup merge of #129015 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-08-15 | Rollup merge of #128963 - GuillaumeGomez:output-to-stdout, r=aDotInTheVoid | Matthias Krüger | -0/+3 |
| 2024-08-15 | Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser | Matthias Krüger | -0/+34 |
| 2024-08-14 | Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -11/+0 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -11/+0 |
| 2024-08-13 | Add documentation for the doctest `standalone` attribute | Guillaume Gomez | -0/+51 |
| 2024-08-12 | Update books | rustbot | -0/+0 |
| 2024-08-12 | Add documentation for `-o -` | Guillaume Gomez | -0/+3 |
| 2024-08-11 | Auto merge of #122362 - Zoxc:rustc_driver_static_std, r=oli-obk,lqd,bjorn3,Ko... | bors | -0/+11 |
| 2024-08-11 | Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-Simulacrum | Matthias Krüger | -4/+1 |
| 2024-08-11 | Update the unstable book | John Kåre Alsaker | -0/+11 |
| 2024-08-10 | Auto merge of #128400 - petrochenkov:nowhole3, r=bjorn3 | bors | -3/+1 |
| 2024-08-09 | unconditionally allow shadow call-stack for AArch64 whenever fixed-x18 is app... | Ding Xiang Fei | -1/+15 |
| 2024-08-08 | Update platform support docs for VxWorks target | B I Mohammed Abbas | -6/+8 |
| 2024-08-07 | Specify a minimum supported version for VxWorks | David Carlier | -0/+6 |
| 2024-08-03 | Add platform support document for riscv64gc-unknown-linux-musl | Amanieu d'Antras | -1/+49 |
| 2024-08-03 | Promote aarch64-apple-darwin to Tier 1 | Evelyn Harthbrooke | -4/+1 |
| 2024-08-01 | Rollup merge of #127490 - ferrocene:hoverbear/add-riscv64gc-unknown-linux-tar... | Matthias Krüger | -1/+131 |
| 2024-07-31 | Add VxWorks platfrom support documents | B I Mohammed Abbas | -6/+58 |
| 2024-07-30 | linker: Remove the "`--whole-archive` in test mode" backcompat hack | Vadim Petrochenkov | -3/+1 |
| 2024-07-28 | Rollup merge of #128215 - ehuss:update-reference, r=Kobzol | Matthias Krüger | -0/+0 |
| 2024-07-28 | Rollup merge of #128285 - lolbinarycat:rustc-custom-targets, r=jieyouxu | Matthias Krüger | -0/+13 |
| 2024-07-27 | rustc book: document how the RUST_TARGET_PATH variable is used | binarycat | -0/+13 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -11/+0 |
| 2024-07-25 | Integrate mdbook-spec for the reference. | Eric Huss | -0/+0 |
| 2024-07-23 | Auto merge of #127755 - no1wudi:master, r=michaelwoerister | bors | -0/+73 |
| 2024-07-22 | Rollup merge of #117932 - GuillaumeGomez:update-rustdoc-book, r=notriddle | Trevor Gross | -25/+2 |
| 2024-07-19 | Add NuttX based targets for RISC-V and ARM | Huang Qi | -0/+73 |
| 2024-07-18 | Add powerpc-unknown-linux-muslspe compile target | Josef Schlehofer | -0/+34 |
| 2024-07-18 | Add new maintainers | Ana Hobden | -2/+5 |
| 2024-07-18 | Update extern linking documentation | Amos Wenger | -6/+9 |
| 2024-07-17 | style-guide: Clarify version-sorting | Josh Triplett | -21/+23 |
| 2024-07-15 | Update reference to fix toolstate | Eric Huss | -0/+0 |
| 2024-07-15 | Update books | rustbot | -0/+0 |
| 2024-07-13 | Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma... | Jubilee | -1/+1 |
| 2024-07-12 | Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubilee | bors | -2/+4 |
| 2024-07-09 | `#[doc(alias)]`'s doc: say that ASCII spaces are allowed | Lieselotte | -1/+2 |
| 2024-07-08 | Add target page for riscv64gc-unknown-linux-gnu | Ana Hobden | -1/+128 |
| 2024-07-07 | Rollup merge of #127236 - iawia002:wasip1-threads-doc, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 |
| 2024-07-02 | Add documentation for -Zverbose-asm | Trevor Gross | -0/+70 |
| 2024-07-02 | Rollup merge of #127212 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-07-02 | doc: update config file path in platform-support/wasm32-wasip1-threads.md | Xinzhao Xu | -1/+1 |
| 2024-07-01 | Rollup merge of #126753 - compiler-errors:use-style-guide, r=joshtriplett,cal... | Guillaume Gomez | -0/+12 |
| 2024-07-01 | Update books | rustbot | -0/+0 |
| 2024-06-30 | Rollup merge of #127053 - xen0n:update-loong-docs, r=Nilstrieb,heiher | Matthias Krüger | -70/+125 |
| 2024-06-28 | Rollup merge of #127029 - xen0n:fix-platform-support-table, r=lqd | Matthias Krüger | -4/+4 |
| 2024-06-28 | Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,... | Matthias Krüger | -0/+24 |
| 2024-06-28 | Update the LoongArch target documentation | WANG Xuerui | -70/+125 |