| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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-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 | 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 | 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-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -62/+84 |
| 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-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 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -6/+11 |
| 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-25 | Rollup merge of #124322 - whosehang:master, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -34/+0 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -13/+14 |
| 2024-04-24 | chore: fix some typos in comments | whosehang | -4/+4 |
| 2024-04-23 | Put the RFC behind a feature gate `result_ffi_guarantees` | Arvind Mukund | -0/+14 |
| 2024-04-22 | Update books | rustbot | -0/+0 |
| 2024-04-22 | Auto merge of #115120 - icedrocket:ignore-strip-on-msvc, r=michaelwoerister | bors | -15/+16 |