| Age | Commit message (Expand) | Author | Lines |
| 2022-10-12 | Rollup merge of #102940 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2022-10-12 | Rollup merge of #102239 - joshtriplett:style-guide, r=calebcartwright | Dylan DPC | -0/+2001 |
| 2022-10-11 | Update books | Eric Huss | -0/+0 |
| 2022-10-10 | Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillot | Yuki Okushi | -27/+30 |
| 2022-10-08 | Rollup merge of #102807 - aDotInTheVoid:rdj-rustup-docs, r=jyn514 | Michael Howell | -0/+10 |
| 2022-10-08 | Rollup merge of #102661 - chrysn-pull-requests:rustdoc-effect-of-fundamental,... | Michael Howell | -0/+29 |
| 2022-10-08 | Document `rust-docs-json` component | Nixon Enraght-Moony | -0/+10 |
| 2022-10-08 | Stabilize half_open_range_patterns | Urgau | -27/+0 |
| 2022-10-08 | Split slice part of feature(half_open_range_patterns) to [...]_in_slices | Urgau | -0/+30 |
| 2022-10-07 | Update rustc-dev-guide | Josh Triplett | -0/+0 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+1 |
| 2022-10-05 | rustdoc: Document effect of fundamental types | chrysn | -0/+29 |
| 2022-09-30 | Upgrade dist-i586-gnu-i586-i686-musl to ubuntu:22.04 | Josh Stone | -1/+1 |
| 2022-09-25 | Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic | fee1-dead | -1/+1 |
| 2022-09-24 | style-guide: Fix broken links | Josh Triplett | -2/+2 |
| 2022-09-24 | style-guide: Remove trailing space | Josh Triplett | -6/+6 |
| 2022-09-24 | Move style guide to rust-lang/rust | Josh Triplett | -0/+2001 |
| 2022-09-24 | Rollup merge of #102218 - ehuss:rustc-flags, r=JohnTitor | Matthias Krüger | -0/+11 |
| 2022-09-24 | Rollup merge of #101780 - chriswailes:android-platform, r=joshtriplett | Matthias Krüger | -6/+52 |
| 2022-09-23 | Document some missing command-line arguments | Eric Huss | -0/+11 |
| 2022-09-23 | Respond to document review feedback | Chris Wailes | -3/+3 |
| 2022-09-22 | Rollup merge of #102079 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2022-09-21 | Auto merge of #101329 - QuinnPainter:armv5te-targets, r=nagisa | bors | -0/+69 |
| 2022-09-20 | Update books | Eric Huss | -0/+0 |
| 2022-09-20 | Add links to the Android platform support doc | Chris Wailes | -6/+7 |
| 2022-09-20 | Add a platform support document for Android | Chris Wailes | -0/+45 |
| 2022-09-18 | Update the reason llvm tracing is disabled by default | Josh Stone | -1/+1 |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -1/+1 |
| 2022-09-18 | Rollup merge of #101151 - jethrogb:jb/sgx-platform, r=JohnTitor | Matthias Krüger | -1/+74 |
| 2022-09-17 | Rollup merge of #101915 - notriddle:notriddle/redirect, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2022-09-16 | Rollup merge of #101340 - andrewpollack:fuchsia-zxdb-docs, r=tmandry | Michael Howell | -2/+135 |
| 2022-09-16 | doc: fix redirected link in `/index.html` | Michael Howell | -1/+1 |
| 2022-09-16 | Adding Fuchsia zxdb debugging walkthrough to docs | Andrew Pollack | -2/+135 |
| 2022-09-14 | Changes to rename target and update docs | Your Name | -13/+14 |
| 2022-09-13 | Added platform docs | Your Name | -0/+75 |
| 2022-09-10 | Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser | bors | -5/+5 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -5/+5 |
| 2022-09-09 | remove DS stuff from docs + change to use thumb_base | Quinn Painter | -11/+2 |
| 2022-09-08 | Link UEFI target documentation from target list | Seo Sanghyeon | -3/+3 |
| 2022-09-07 | Rollup merge of #101343 - diminishedprime:patch-3, r=tmandry | Matthias Krüger | -0/+1 |
| 2022-09-06 | Update src/doc/rustc/src/platform-support/fuchsia.md | Matt Hamrick | -1/+1 |
| 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 | Add -api-level to pm command | Matt Hamrick | -0/+1 |
| 2022-09-02 | Fix unsupported syntax in .manifest file | Matt Hamrick | -3/+11 |
| 2022-09-02 | Add {thumb,arm}v5te-none-eabi targets | Quinn Painter | -0/+78 |
| 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 |