| Age | Commit message (Expand) | Author | Lines |
| 2024-05-09 | Auto merge of #124743 - Kobzol:arbitrary-try-build, r=pietroalbini | bors | -17/+78 |
| 2024-05-09 | Rollup merge of #124837 - GuillaumeGomez:migrate-rustdoc-map-file, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-05-08 | Rollup merge of #124903 - Skepfyr:rustc-wrapper, r=clubby789 | Matthias Krüger | -6/+7 |
| 2024-05-08 | Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errors | Matthias Krüger | -13/+10 |
| 2024-05-08 | Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnay | Matthias Krüger | -201/+178 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -10/+12 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -65/+65 |
| 2024-05-08 | Simplify `clippy` lint. | Markus Reiter | -136/+113 |
| 2024-05-08 | Ignore empty RUSTC_WRAPPER in bootstrap | Jack Rickard | -6/+7 |
| 2024-05-08 | Rollup merge of #124864 - notriddle:notriddle/feature-flags-are-not-stability... | Matthias Krüger | -32/+19 |
| 2024-05-08 | Migrate `run-make/rustdoc-map-file` to rmake | Guillaume Gomez | -1/+0 |
| 2024-05-08 | Auto merge of #124695 - erickt:bump-fuchsia, r=tmandry | bors | -93/+111 |
| 2024-05-08 | Simplify `use crate::rustc_foo::bar` occurrences. | Nicholas Nethercote | -13/+10 |
| 2024-05-07 | rustdoc: use stability, instead of features, to decide what to show | Michael Howell | -32/+19 |
| 2024-05-07 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-07 | Fuchsia test runner: fixup script | Marc Khouri | -93/+111 |
| 2024-05-07 | Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomez | Matthias Krüger | -24/+48 |
| 2024-05-07 | Auto merge of #124781 - VladimirMakaev:lldb-enum-formatter, r=dtolnay | bors | -2/+60 |
| 2024-05-07 | Auto merge of #122504 - jfgoog:update-cc-crate-version-2, r=onur-ozkan | bors | -72/+116 |
| 2024-05-06 | rustdoc: allow custom element rustdoc-search | Michael Howell | -0/+2 |
| 2024-05-06 | Auto merge of #124822 - matthiaskrgr:rollup-h7fc52t, r=matthiaskrgr | bors | -0/+0 |
| 2024-05-06 | Update version of cc crate to v1.0.97 | James Farrell | -72/+116 |
| 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 | Auto merge of #124753 - GuillaumeGomez:migrate-rustdoc-determinism, r=jieyouxu | bors | -12/+31 |
| 2024-05-06 | Auto merge of #124497 - rytheo:move-std-tests-to-library, r=workingjubilee | bors | -1/+0 |
| 2024-05-06 | Migrate `run-make/rustdoc-error-lines` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-06 | Add new `output` method to `Rustc` and `Rustdoc` types | Guillaume Gomez | -0/+14 |
| 2024-05-06 | Rollup merge of #124765 - GuillaumeGomez:fix-wrong-cog-colotr, r=notriddle | Matthias Krüger | -0/+5 |
| 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 | Implement lldb formattter for "clang encoded" enums (LLDB 18.1+) | Vladimir Makayev | -2/+60 |
| 2024-05-05 | Fix bad color for setting cog in ayu theme | Guillaume Gomez | -0/+5 |
| 2024-05-05 | Auto merge of #124754 - RalfJung:miri-sync, r=RalfJung | bors | -1622/+1828 |
| 2024-05-05 | rustdoc: dedup search form HTML | Michael Howell | -24/+46 |
| 2024-05-05 | Rename `run-make-support` library `output` method to `command_output` | Guillaume Gomez | -10/+10 |
| 2024-05-05 | Migrate `run-make/doctests-runtool` to rmake | Guillaume Gomez | -1/+0 |
| 2024-05-05 | Implement `edition` method on `Rustdoc` type as well | Guillaume Gomez | -0/+7 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -100/+67 |
| 2024-05-05 | Rollup merge of #124668 - 12101111:fix-bootstrap-tarball, r=onur-ozkan | Guillaume Gomez | -6/+1 |
| 2024-05-05 | Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomez | Guillaume Gomez | -24/+79 |
| 2024-05-05 | Auto merge of #3565 - RalfJung:libc, r=RalfJung | bors | -451/+418 |
| 2024-05-05 | hello: also ensure stderr works | Ralf Jung | -0/+2 |
| 2024-05-05 | move randomness tests into a single file and share the getrandom implementati... | Ralf Jung | -88/+55 |
| 2024-05-05 | move things out of libc-misc that have a better home; make libc-misc work on ... | Ralf Jung | -364/+362 |
| 2024-05-05 | Auto merge of #3569 - RalfJung:cargo-update, r=RalfJung | bors | -335/+309 |
| 2024-05-05 | housekeeping: update dependencies | Ralf Jung | -335/+309 |
| 2024-05-05 | unix/thread: properly use pthread_t for thread IDs | Ralf Jung | -5/+7 |
| 2024-05-05 | Add `rustfmt` cfg to well known cfgs list | Urgau | -1/+2 |