| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,... | Matthias Krüger | -0/+5 |
| 2024-08-15 | Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser | Matthias Krüger | -0/+34 |
| 2024-08-11 | Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-Simulacrum | Matthias Krüger | -4/+1 |
| 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 | -0/+5 |
| 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-27 | rustc book: document how the RUST_TARGET_PATH variable is used | binarycat | -0/+13 |
| 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-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-08 | Add target page for riscv64gc-unknown-linux-gnu | Ana Hobden | -1/+128 |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 |
| 2024-07-02 | doc: update config file path in platform-support/wasm32-wasip1-threads.md | Xinzhao Xu | -1/+1 |
| 2024-06-30 | Rollup merge of #127053 - xen0n:update-loong-docs, r=Nilstrieb,heiher | Matthias Krüger | -70/+125 |
| 2024-06-28 | Update the LoongArch target documentation | WANG Xuerui | -70/+125 |
| 2024-06-27 | Fix Markdown tables in platform-support.md | WANG Xuerui | -4/+4 |
| 2024-06-25 | `sudo CI=green` && Review changes <3 | xFrednet | -4/+4 |
| 2024-06-25 | RFC 2383: Update documentation | xFrednet | -5/+55 |
| 2024-06-24 | Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelix | Michael Goulet | -14/+3 |
| 2024-06-24 | Rollup merge of #126414 - ChrisDenton:target-known, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-06-23 | Promote loongarch64-unknown-linux-musl to Tier 2 with host tools | WANG Rui | -1/+1 |
| 2024-06-21 | Rollup merge of #126481 - ChrisDenton:powerpc-unkown-openbsd, r=ehuss | Matthias Krüger | -1/+5 |
| 2024-06-20 | Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwco | Matthias Krüger | -14/+24 |
| 2024-06-19 | Remove `src/tools/rust-demangler` | Zalathar | -7/+1 |
| 2024-06-19 | Rollup merge of #126586 - madsmtm:mac-catalyst-maintainers, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-06-17 | Add badboy and BlackHoleFox as Mac Catalyst maintainers | Mads Marquart | -0/+2 |
| 2024-06-16 | Add dedicated platform support page for Redox OS | bjorn3 | -3/+57 |
| 2024-06-16 | Add i686-unknown-redox target | bjorn3 | -0/+1 |
| 2024-06-14 | Deprecate no-op codegen option `-Cinline-threshold=...` | Martin Nordholts | -14/+3 |
| 2024-06-14 | Add powerpc-unknown-openbsd maintaince status | Chris Denton | -1/+5 |
| 2024-06-14 | docs: Update platform support | Sergio Gasquez | -25/+22 |
| 2024-06-14 | Fill out missing Windows support information | Chris Denton | -4/+4 |
| 2024-06-13 | Tier 2 std support must always be known | Chris Denton | -1/+1 |
| 2024-06-13 | feat: Add std Xtensa targets support | Sergio Gasquez | -1/+14 |
| 2024-06-12 | Rollup merge of #126356 - epage:check-cfg, r=Urgau | Jubilee | -2/+5 |
| 2024-06-12 | docs(rustc): De-emphasize --cfg/--check-cfg note | Ed Page | -3/+3 |
| 2024-06-12 | docs(rustc): Help users to check-cfg Cargo docs | Ed Page | -0/+3 |
| 2024-06-12 | Rollup merge of #125869 - alexcrichton:add-p1-to-wasi-targets, r=wesleywiser | Michael Goulet | -0/+31 |
| 2024-06-12 | Auto merge of #126332 - GuillaumeGomez:rollup-bu1q4pz, r=GuillaumeGomez | bors | -6/+7 |
| 2024-06-12 | Rollup merge of #126039 - dpaoliello:arm64ecbuild, r=davidtwco | Guillaume Gomez | -6/+7 |
| 2024-06-12 | Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwco | bors | -0/+28 |