| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-05-13 | Migrate fuchsia docs from `pm` to `ffx` | Erick Tryzelaar | -14/+11 |
| 2024-05-12 | docs: fix typo in platform-support docs | Federico Maria Morrone | -1/+1 |
| 2024-05-11 | docs: Document x86_64-unknown-linux-none target | Federico Maria Morrone | -0/+42 |
| 2024-05-11 | Update linker-plugin-lto.md to include LLVM 18 | Samson | -1/+2 |
| 2024-05-07 | Fuchsia test runner: fixup script | Marc Khouri | -6/+18 |
| 2024-05-06 | Auto merge of #124209 - Urgau:check-cfg-more-friendly-docs, r=ehuss | bors | -62/+97 |
| 2024-05-06 | Make check-cfg docs more user-friendly | Urgau | -62/+97 |
| 2024-05-05 | Document all Apple targets in rustc's platform support | Mads Marquart | -177/+371 |
| 2024-05-05 | Add `rustfmt` cfg to well known cfgs list | Urgau | -1/+2 |
| 2024-05-04 | docs(hermit): Explain Hermit's template link | barrett | -1/+1 |
| 2024-05-04 | fix(docs): Correct Hermit links to loader + 'rusty-demo' | Barrett | -3/+3 |
| 2024-05-04 | docs(fix): incorrect Hermit links in the rustc book | Barrett | -4/+4 |
| 2024-05-01 | Auto merge of #124404 - jonathanpallant:arm-target-changes-new, r=chrisnc | bors | -99/+577 |
| 2024-05-01 | Auto merge of #121564 - ojeda:rustc-jobserver, r=ehuss | bors | -0/+87 |
| 2024-04-30 | arm target docs: clarify A32/T32/Arm ISA/Thumb ISA/Thumb-2 ISA | Jonathan Pallant | -15/+36 |
| 2024-04-30 | Recapitalise ARMvX{-Y} to ArmvX{-Y} | Jonathan Pallant | -81/+81 |
| 2024-04-30 | rustc: document the jobserver | Miguel Ojeda | -0/+87 |
| 2024-04-29 | arm target docs: small wording fixes | Jonathan Pallant | -2/+2 |
| 2024-04-29 | Recommend to never display zero disambiguators when demangling v0 symbol names | Michael Woerister | -0/+13 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -5/+1 |
| 2024-04-29 | arm target docs: collapsed eabi and eabihf into one | Jonathan Pallant | -223/+56 |
| 2024-04-29 | Arm target doc wording tweaks based on review comments. | Jonathan Pallant | -27/+37 |
| 2024-04-29 | Adding new arm target docs to SUMMARY.md | Jonathan Pallant | -0/+7 |
| 2024-04-26 | Fixed some typographical errors in arm-none-eabi.md. | Jonathan Pallant | -3/+3 |
| 2024-04-26 | Add pages for every Cortex-M target | Jonathan Pallant | -39/+646 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -0/+12 |
| 2024-04-24 | chore: fix some typos in comments | whosehang | -2/+2 |
| 2024-04-22 | Auto merge of #115120 - icedrocket:ignore-strip-on-msvc, r=michaelwoerister | bors | -15/+16 |
| 2024-04-20 | Auto merge of #121712 - mati865:provide-prebuilt-std-for-gnullvm, r=Mark-Simu... | bors | -14/+28 |
| 2024-04-19 | Show files produced by --emit foo in json artifact notifications | Michael Baikov | -1/+7 |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -2/+2 |
| 2024-04-18 | Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w... | bors | -17/+38 |
| 2024-04-17 | Auto merge of #123978 - alexcrichton:update-wasi-toolchain, r=Mark-Simulacrum | bors | -20/+49 |
| 2024-04-16 | Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkov | Matthias Krüger | -0/+226 |
| 2024-04-16 | Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-Simulacrum | Guillaume Gomez | -0/+20 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -17/+38 |
| 2024-04-15 | Update how WASI toolchains are used in CI and bootstrap | Alex Crichton | -20/+49 |
| 2024-04-15 | Move --check-cfg documentation to stable books | Urgau | -0/+226 |
| 2024-04-15 | Provide prebuilt std for gnullvm targets | Mateusz Mikuła | -14/+28 |
| 2024-04-14 | Add documentation for unused-externs(-silent) | Jeremy Fitzhardinge | -0/+30 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -0/+56 |