| Age | Commit message (Expand) | Author | Lines |
| 2023-03-31 | More in-depth documentation for the new debuginfo options | Julia Tatz | -2/+2 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -3/+5 |
| 2023-03-30 | Fix title for openharmony.md | Amanieu d'Antras | -1/+1 |
| 2023-03-29 | Add QNX 7.0 x86 target | Sam Kearney | -3/+13 |
| 2023-03-29 | Switch to LLD as default linker for {arm,thumb}v4t-none-eabi | Quinn Painter | -7/+0 |
| 2023-03-28 | Add OpenHarmony targets | Amanieu d'Antras | -0/+131 |
| 2023-03-14 | Rollup merge of #108722 - petrhosek:fuchsia-riscv, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2023-03-11 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -1/+1 |
| 2023-03-05 | Add platform support documentation for x86_64h-apple-darwin | Thom Chiovoloni | -0/+59 |
| 2023-03-05 | Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2023-03-04 | Support for Fuchsia RISC-V target | Petr Hosek | -0/+1 |
| 2023-03-03 | Rollup merge of #108634 - SUPERCILEX:patch-1, r=JohnTitor | Matthias Krüger | -0/+2 |
| 2023-03-02 | Rollup merge of #108585 - djkoloski:parallel_fuchsia_test_runner, r=tmandry | Matthias Krüger | -5/+2 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -27/+152 |
| 2023-03-01 | Add link to component dashboard | Alex Saveau | -0/+2 |
| 2023-03-01 | Run compiler test suite in parallel on Fuchsia | David Koloski | -5/+2 |
| 2023-03-01 | Remove `llvm.skip-rebuild` option | Joshua Nelson | -1/+0 |
| 2023-02-28 | Update Fuchsia platform team members | David Koloski | -1/+0 |
| 2023-02-28 | Mark stdlib for QNX as fully available | Florian Bartels | -2/+2 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -25/+150 |
| 2023-02-24 | Update `fuchsia-test-runner.py` and docs | David Koloski | -14/+80 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -1/+0 |
| 2023-02-10 | Rollup merge of #107043 - Nilstrieb:true-and-false-is-false, r=wesleywiser | Matthias Krüger | -32/+32 |
| 2023-02-07 | Rollup merge of #107750 - tshepang:readability, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2023-02-07 | make more readable | Tshepang Mbambo | -1/+1 |
| 2023-02-07 | allow quick-edit convenience | Tshepang Mbambo | -0/+1 |
| 2023-02-02 | Use triple rather than arch for fuchsia test runner | Joseph Ryan | -1/+1 |
| 2023-01-19 | Change codegen documentation | Nilstrieb | -32/+32 |
| 2023-01-16 | Update instrument-coverage.md | gftea | -0/+2 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -2/+2 |
| 2023-01-09 | Accept old spelling of Fuchsia target triples | David Koloski | -0/+2 |
| 2023-01-05 | Add vendor to Fuchsia's target triple | David Koloski | -50/+50 |
| 2023-01-04 | Rollup merge of #106464 - djkoloski:update_fuchsia_platform_support_docs, r=t... | Michael Goulet | -0/+3 |
| 2023-01-04 | Update Fuchsia walkthrough with new configs | David Koloski | -0/+3 |
| 2023-01-03 | Auto merge of #105712 - amg98:feat/vita-support, r=wesleywiser | bors | -0/+129 |
| 2022-12-30 | Added link from Targets to Platform Support in the book | Trevor Gross | -1/+4 |
| 2022-12-16 | remove relative links from `rustc-book` and `unstable-book` | Ezra Shaw | -12/+12 |
| 2022-12-14 | Added PlayStation Vita support | Andrés Martínez | -0/+129 |
| 2022-12-10 | doc: document remap matching behaviour in rustc flags | Alexis (Poliorcetics) Bourget | -0/+3 |
| 2022-11-29 | Rollup merge of #104523 - flba-eb:fix_nto_target_name, r=wesleywiser | Matthias Krüger | -11/+13 |
| 2022-11-29 | Rollup merge of #104465 - djkoloski:improve_fuchsia_testing_docs, r=tmandry | Matthias Krüger | -23/+60 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -0/+27 |
| 2022-11-17 | Remove periods from QNX/nto target names | Florian Bartels | -11/+11 |
| 2022-11-17 | Encourage developers not to use periods in target names | Florian Bartels | -0/+2 |
| 2022-11-17 | Add powerpc64-ibm-aix as Tier-3 target | Qiu Chaofan | -0/+1 |
| 2022-11-16 | [fuchsia] Document more settings for building Rust | David Koloski | -23/+60 |
| 2022-11-16 | Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3 | Matthias Krüger | -2/+2 |
| 2022-11-15 | Fuchsia test suite script fix | Andrew Pollack | -6/+12 |
| 2022-11-14 | Issue error when `-C link-self-contained` option is used on unsupported platf... | StackDoubleFlow | -2/+2 |
| 2022-11-15 | Rollup merge of #103842 - andrewpollack:add-fuchsia-test-script, r=tmandry | Matthias Krüger | -2/+54 |