| Age | Commit message (Expand) | Author | Lines |
| 2024-03-10 | doc/rustc: Move loongarch64-unknown-linux-musl to Tier 3 | WANG Rui | -1/+1 |
| 2024-03-08 | Rollup merge of #121832 - heiher:loongarch64-musl, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+30 |
| 2024-03-07 | Auto merge of #122151 - GuillaumeGomez:rollup-hfxr9kv, r=GuillaumeGomez | bors | -86/+2 |
| 2024-03-07 | Auto merge of #119199 - dpaoliello:arm64ec, r=petrochenkov | bors | -0/+71 |
| 2024-03-07 | Rollup merge of #122087 - GuillaumeGomez:fix-rust-index-page, r=notriddle | Guillaume Gomez | -2/+2 |
| 2024-03-07 | Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-... | Guillaume Gomez | -84/+0 |
| 2024-03-06 | Add arm64ec-pc-windows-msvc target | Daniel Paoliello | -0/+71 |
| 2024-03-07 | Rollup merge of #122094 - slanterns:arm-stack-probe-footnote, r=workingjubilee | Matthias Krüger | -5/+1 |
| 2024-03-07 | Remove outdated footnote "missing-stack-probe" | Slanterns | -5/+1 |
| 2024-03-06 | Add missing background color for top-level rust documentation page and increa... | Guillaume Gomez | -2/+2 |
| 2024-03-06 | Change the documented implicit value of `-C instrument-coverage` to `=yes` | Zalathar | -4/+23 |
| 2024-03-06 | Update src/doc/rustc/src/platform-support.md | Wesley Wiser | -1/+1 |
| 2024-03-06 | Add new Tier-3 target: `loongarch64-unknown-linux-musl` | WANG Rui | -0/+1 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -1/+12 |
| 2024-03-04 | Auto merge of #121998 - matthiaskrgr:rollup-l7lzwpb, r=matthiaskrgr | bors | -23/+23 |
| 2024-03-04 | Update platform-support.md with supported musl version | Wesley Wiser | -23/+23 |
| 2024-03-04 | Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser | bors | -1/+123 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -1/+12 |
| 2024-03-04 | Auto merge of #120585 - Amanieu:ohos-tier2, r=Kobzol | bors | -4/+5 |
| 2024-03-02 | Promote OpenHarmony targets to tier 2 | Amanieu d'Antras | -4/+5 |
| 2024-03-02 | Add a new `wasm32-wasip1` target to rustc | Alex Crichton | -1/+123 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -4/+30 |
| 2024-02-29 | Rollup merge of #121798 - AaronChen0:master, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-02-29 | Rollup merge of #121412 - androm3da:bcain/update_hex_docs_03, r=Amanieu | Guillaume Gomez | -5/+121 |
| 2024-02-29 | Fix links in rustc doc | Aaron Chen | -2/+2 |
| 2024-02-28 | Add a platform doc for hexagon-unknown-linux-musl | Brian Cain | -1/+104 |
| 2024-02-28 | Clarify the usage example for hexagon-unknown-none-elf | Brian Cain | -4/+17 |
| 2024-02-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -5/+5 |
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+32 |
| 2024-02-27 | Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`... | Georg Semmler | -84/+0 |
| 2024-02-26 | Update books | rustbot | -0/+0 |
| 2024-02-24 | Add assertions and clarify asm-goto with noreturn | Gary Guo | -1/+7 |
| 2024-02-24 | Add asm-goto to unstable book | Gary Guo | -0/+24 |
| 2024-02-23 | remove repetitive words | cui fliter | -1/+1 |
| 2024-02-22 | Rollup merge of #121452 - jonathanpallant:patch-1, r=Amanieu | Matthias Krüger | -0/+2 |
| 2024-02-22 | Add new maintainers to nto-qnx.md | Jonathan Pallant | -0/+2 |
| 2024-02-22 | Auto merge of #121309 - Nilstrieb:inline-all-the-fallbacks, r=oli-obk | bors | -0/+2 |
| 2024-02-19 | Separate testing and production sanitizers | Oli Iliffe | -15/+29 |
| 2024-02-19 | Make intrinsic fallback bodies cross-crate inlineable | Nilstrieb | -0/+2 |
| 2024-02-16 | Rollup merge of #121137 - GuillaumeGomez:add-clippy-cfg, r=Urgau,Nilstrieb | Guillaume Gomez | -1/+2 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -2/+50 |
| 2024-02-15 | Update rust book cfg chapter | Guillaume Gomez | -1/+2 |
| 2024-02-13 | Rollup merge of #121021 - GuillaumeGomez:extend-intra-doc-link-chapter, r=not... | Matthias Krüger | -0/+18 |
| 2024-02-13 | Rollup merge of #120548 - GuillaumeGomez:glob-reexport-cfg-merge, r=Guillaume... | Matthias Krüger | -0/+29 |
| 2024-02-13 | Rollup merge of #114877 - tshepang:patch-1, r=Dylan-DPC | Matthias Krüger | -0/+1 |
| 2024-02-13 | Extend intra-doc link chapter in the rustdoc book | Guillaume Gomez | -0/+18 |
| 2024-02-12 | Update books | rustbot | -0/+0 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -2/+50 |
| 2024-02-11 | Rollup merge of #120937 - ian-h-chamberlain:docs/update-3ds-links-and-info, r... | Matthias Krüger | -14/+12 |