| Age | Commit message (Expand) | Author | Lines |
| 2022-09-03 | Rollup merge of #101347 - diminishedprime:patch-4, r=tmandry | Matthias Krüger | -0/+2 |
| 2022-09-03 | Rollup merge of #101338 - diminishedprime:patch-2, r=tmandry | Dylan DPC | -3/+11 |
| 2022-09-02 | ffx component run should provide a collection | Matt Hamrick | -0/+2 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -0/+54 |
| 2022-09-02 | Fix unsupported syntax in .manifest file | Matt Hamrick | -3/+11 |
| 2022-09-01 | Rollup merge of #101271 - QuinnPainter:patch-1, r=Dylan-DPC | Matthias Krüger | -0/+0 |
| 2022-09-01 | Rollup merge of #101256 - andrewpollack:fuchsia-docs-adding, r=tmandry | Matthias Krüger | -10/+18 |
| 2022-09-01 | Rollup merge of #101251 - diminishedprime:patch-1, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-09-01 | Fix filename of armv4t-none-eabi.md | Quinn Painter | -0/+0 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -5/+5 |
| 2022-09-01 | Tweaks to fuchsia doc walkthrough | Andrew Pollack | -10/+18 |
| 2022-08-31 | Fix bad target name in Walkthrough | Matt Hamrick | -1/+1 |
| 2022-08-31 | Rollup merge of #101240 - JohnTitor:JohnTitor-patch-1, r=ehuss | Matthias Krüger | -1/+1 |
| 2022-08-31 | Fix a typo on `wasm64-unknown-unknown` doc | Yuki Okushi | -1/+1 |
| 2022-08-31 | Rollup merge of #101216 - ehuss:sanitizer-links, r=JohnTitor | Ralf Jung | -10/+26 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -6/+6 |
| 2022-08-31 | Rollup merge of #101025 - semarie:openbsd-archs, r=petrochenkov | Matthias Krüger | -0/+4 |
| 2022-08-31 | Rollup merge of #101219 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2022-08-31 | Rollup merge of #100927 - andrewpollack:fuchsia-docs-rustup, r=tmandry | Yuki Okushi | -97/+426 |
| 2022-08-30 | Update books | Eric Huss | -0/+0 |
| 2022-08-30 | Update src/doc/rustc/src/platform-support/fuchsia.md | andrewpollack | -1/+1 |
| 2022-08-30 | Update src/doc/rustc/src/platform-support/fuchsia.md | andrewpollack | -1/+1 |
| 2022-08-30 | Use in-page links for sanitizer docs. | Eric Huss | -10/+26 |
| 2022-08-30 | Adding new Fuchsia rustup docs... reworking walkthrough | Andrew Pollack | -96/+425 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -0/+54 |
| 2022-08-28 | add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on Open... | Sébastien Marie | -0/+2 |
| 2022-08-28 | add powerpc64-unknown-openbsd support | Sébastien Marie | -0/+2 |
| 2022-08-23 | Rollup merge of #100641 - corwinkuiper:add-armv4t-target, r=oli-obk | Matthias Krüger | -0/+1 |
| 2022-08-18 | Rollup merge of #100637 - andrewpollack:fuchsia-docs-adjustments, r=tmandry | Matthias Krüger | -3/+17 |
| 2022-08-16 | Update books | Eric Huss | -0/+0 |
| 2022-08-16 | add target armv4t-none-eabi | Corwin | -0/+1 |
| 2022-08-16 | Improving Fuchsia rustc support documentation | Andrew Pollack | -3/+17 |
| 2022-08-16 | Rollup merge of #100384 - ridwanabdillahi:instr_profile_output, r=wesleywiser | Matthias Krüger | -8/+20 |
| 2022-08-13 | Auto merge of #100341 - andrewpollack:fuchsia-llvm-libunwind, r=tmandry | bors | -6/+0 |
| 2022-08-12 | Respond to PR comments. Cleanup documentation. | ridwanabdillahi | -13/+17 |
| 2022-08-12 | Respond to RFC comments. | ridwanabdillahi | -16/+24 |
| 2022-08-10 | Rollup merge of #100072 - oToToT:patch-1, r=michaelwoerister | Matthias Krüger | -2/+2 |
| 2022-08-09 | LLVM lib unwind fuchsia config | Andrew Pollack | -6/+0 |
| 2022-08-07 | Update SUMMARY.md | Lokathor | -0/+1 |
| 2022-08-07 | Create armv4t_none_eabi.md | Lokathor | -0/+70 |
| 2022-08-03 | doc: s390x also requires glibc 2.17 | Josh Stone | -1/+1 |
| 2022-08-03 | Increase the minimum linux-gnu versions | Josh Stone | -7/+7 |
| 2022-08-02 | rustc-docs: Be less specific about the representation of `+bundle` | Vadim Petrochenkov | -3/+3 |
| 2022-08-03 | linker-plugin-lto.md: Correct the name of example c file | Tommy Chiang | -2/+2 |
| 2022-08-02 | Rollup merge of #100042 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-08-01 | Update books | Eric Huss | -0/+0 |
| 2022-08-01 | Update rustc man page to match `rustc --help` | Frances Wingerter | -3/+3 |
| 2022-07-31 | Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwco | Matthias Krüger | -2/+3 |
| 2022-07-31 | Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov | Matthias Krüger | -26/+9 |
| 2022-07-30 | Rollup merge of #99831 - djkoloski:add_fuchsia_target_documentation, r=tmandry | Yuki Okushi | -0/+296 |