| Age | Commit message (Expand) | Author | Lines |
| 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-14 | Wording improvement | Josh Triplett | -1/+1 |
| 2024-05-14 | Fix missing word | Josh Triplett | -1/+1 |
| 2024-05-14 | style-guide: When breaking binops handle multi-line first operand better | Josh Triplett | -0/+33 |
| 2024-05-13 | Rollup merge of #125090 - erickt:bump-fuchsia, r=tmandry | Jacob Pratt | -14/+11 |
| 2024-05-13 | Migrate fuchsia docs from `pm` to `ffx` | Erick Tryzelaar | -14/+11 |
| 2024-05-13 | Link to lint L-* labels | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-05-13 | Reword formatting for where clauses | Josh Triplett | -1/+1 |
| 2024-05-13 | style-guide: Also format where clauses on one line for short function decls | Josh Triplett | -5/+15 |
| 2024-05-13 | style-guide: Not all where clauses can be written as inline bounds | Josh Triplett | -1/+1 |
| 2024-05-13 | style-guide: Give a second example for associated type formatting | Josh Triplett | -0/+1 |
| 2024-05-13 | style-guide: Format single associated type `where` clauses on the same line | Josh Triplett | -1/+13 |
| 2024-05-12 | docs: fix typo in platform-support docs | Federico Maria Morrone | -1/+1 |
| 2024-05-12 | fix hidden title in command-line-arguments docs | ickk | -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-11 | Update the rustc_interface examples for current rustc (#1974) | Matthew Woodcraft | -14/+14 |
| 2024-05-09 | Edit `Parameter Environments`'s url as it has been edited in #1953 | surechen | -4/+4 |
| 2024-05-07 | Fuchsia test runner: fixup script | Marc Khouri | -6/+18 |
| 2024-05-06 | Auto merge of #124822 - matthiaskrgr:rollup-h7fc52t, r=matthiaskrgr | bors | -0/+0 |
| 2024-05-06 | Auto merge of #124209 - Urgau:check-cfg-more-friendly-docs, r=ehuss | bors | -62/+97 |
| 2024-05-06 | Update books | rustbot | -0/+0 |
| 2024-05-06 | Make check-cfg docs more user-friendly | Urgau | -62/+97 |
| 2024-05-06 | Improve FALSE sentence | Urgau | -1/+1 |
| 2024-05-06 | Add documentation for check-cfg by-default in UI tests | Urgau | -0/+4 |
| 2024-05-06 | Rollup merge of #124742 - Urgau:check-cfg-rustfmt, r=fmease | Matthias Krüger | -1/+2 |
| 2024-05-06 | Auto merge of #124747 - MasterAwesome:master, r=davidtwco | bors | -0/+14 |
| 2024-05-05 | Document all Apple targets in rustc's platform support | Mads Marquart | -177/+371 |
| 2024-05-05 | Add Apple notification group (#1964) | Mads Marquart | -0/+57 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -28/+1 |
| 2024-05-05 | Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomez | Guillaume Gomez | -1/+9 |
| 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-04 | Add `-` (stdin) support to rustdoc | Urgau | -0/+6 |
| 2024-05-04 | Add an example how to add a job to PR CI | Jakub Beránek | -1/+15 |
| 2024-05-04 | Update CI documentation to avoid mentioning `expand-yaml-anchors` | Jakub Beránek | -29/+25 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -62/+84 |
| 2024-05-03 | Add -Zfixed-x18 | Alice Ryhl | -0/+32 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -28/+1 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -62/+84 |
| 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-05-01 | Stabilize `custom_code_classes_in_docs` feature | Guillaume Gomez | -44/+38 |
| 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 | Rename `-Z verbose` to `-Z verbose-internals` | Yutaro Ohno | -3/+3 |