| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-06-12 | Rollup merge of #124514 - michaelwoerister:zero-disambiguator-demangling-reco... | Jubilee | -0/+13 |
| 2024-06-09 | Remove empty test suite `tests/run-make-fulldeps` | Zalathar | -2/+1 |
| 2024-06-07 | Improve docs for using custom paths with `--emit` | Zalathar | -11/+29 |
| 2024-06-06 | Rollup merge of #126034 - ChrisDenton:winsupport, r=ehuss | Jubilee | -4/+4 |
| 2024-06-05 | Fix some wording in cargo-specifics.md | Eric Huss | -5/+5 |
| 2024-06-05 | Fix typos in cargo-specifics.md | Daniel Hofstetter | -3/+3 |
| 2024-06-05 | Promote `arm64ec-pc-windows-msvc` to tier 2 | Daniel Paoliello | -6/+7 |
| 2024-06-05 | Clarify our tier 1 Windows Server support | Chris Denton | -4/+4 |
| 2024-06-05 | Rollup merge of #126003 - Lokathor:new-co-maintainer, r=compiler-errors | Jubilee | -0/+1 |
| 2024-06-04 | Add a co-maintainer for the two ARMv4T targets | Lokathor | -0/+1 |
| 2024-06-04 | Rollup merge of #125944 - P1n3appl3:fuchsia, r=lqd | Guillaume Gomez | -2/+2 |
| 2024-06-04 | Rollup merge of #125690 - Lokathor:arm-maintainer-reorg, r=ehuss | 许杰友 Jieyou Xu (Joe) | -32/+35 |
| 2024-06-04 | Auto merge of #122597 - pacak:master, r=bjorn3 | bors | -1/+7 |
| 2024-06-03 | Update fuchsia maintainers | Julia Ryan | -2/+2 |
| 2024-06-02 | Fix testing examples in documentation | Alex Crichton | -3/+3 |
| 2024-06-01 | Add `target_env = "p1"` to the `wasm32-wasip1` target | Alex Crichton | -0/+31 |
| 2024-06-01 | Update `platform-support.md` to reflect improvements in returning floats on 3... | beetrees | -2/+4 |
| 2024-05-30 | The modern styling is apparently to use Title Case for the chip/company, "Arm". | Lokathor | -22/+22 |
| 2024-05-29 | Add no_std Xtensa targets support | Sergio Gasquez | -0/+28 |
| 2024-05-29 | tier 3 target policy: clarify the point about producing assembly | Ralf Jung | -1/+2 |
| 2024-05-28 | delete the offending single space. | Lokathor | -1/+1 |
| 2024-05-28 | It's spelled "ARM", in all caps. | Lokathor | -22/+22 |
| 2024-05-28 | update armv4t docs | Lokathor | -12/+9 |
| 2024-05-28 | make the fact that arm-none-eabi is a group of targets the first thing you se... | Lokathor | -10/+16 |
| 2024-05-28 | Reorder the TOC so that targets are put under their meta-group | Lokathor | -9/+9 |
| 2024-05-22 | Remove unnecessary `.md` from the documentation sidebar | Mads Marquart | -2/+2 |
| 2024-05-21 | Rollup merge of #124772 - madsmtm:apple-platform-support-docs, r=oli-obk | Matthias Krüger | -177/+371 |
| 2024-05-19 | Add Cargo specific doc regarding his interaction with `--check-cfg` | Urgau | -1/+75 |
| 2024-05-16 | Rollup merge of #125018 - sagudev:patch-2, r=Amanieu | Matthias Krüger | -1/+2 |
| 2024-05-14 | Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoerister | bors | -0/+2 |
| 2024-05-14 | Add v0 symbol mangling for `f16` and `f128` | Trevor Gross | -0/+2 |
| 2024-05-14 | Auto merge of #125023 - morr0ne:linux-none-target, r=Nilstrieb | bors | -0/+42 |
| 2024-05-14 | fix typo in x86_64-unknown-linux-none docs | Federico Maria Morrone | -1/+1 |