| Age | Commit message (Expand) | Author | Lines |
| 2024-05-09 | Auto merge of #124743 - Kobzol:arbitrary-try-build, r=pietroalbini | bors | -25/+80 |
| 2024-05-09 | Auto merge of #124157 - wutchzone:partial_eq, r=estebank | bors | -17/+54 |
| 2024-05-09 | Auto merge of #124916 - matthiaskrgr:rollup-vmpmt4u, r=matthiaskrgr | bors | -117/+417 |
| 2024-05-09 | Rollup merge of #124908 - saethlin:ref-casting_bigger_place_projection, r=fee... | Matthias Krüger | -1/+8 |
| 2024-05-09 | Rollup merge of #124875 - compiler-errors:more-diagnostics-ices, r=estebank | Matthias Krüger | -86/+259 |
| 2024-05-09 | Rollup merge of #124837 - GuillaumeGomez:migrate-rustdoc-map-file, r=jieyouxu | Matthias Krüger | -6/+15 |
| 2024-05-09 | Rollup merge of #124777 - veera-sivarajan:bugfix-124495-identify-gen-block, r... | Matthias Krüger | -24/+135 |
| 2024-05-09 | Auto merge of #124831 - nnethercote:rustc_data_structures-cleanups, r=michael... | bors | -411/+99 |
| 2024-05-09 | Auto merge of #124793 - scottmcm:simplify-as-chunks, r=Nilstrieb | bors | -4/+8 |
| 2024-05-09 | Remove `enum_from_u32`. | Nicholas Nethercote | -51/+19 |
| 2024-05-09 | Remove `vec_linked_list`. | Nicholas Nethercote | -81/+32 |
| 2024-05-09 | Remove `TinyList`. | Nicholas Nethercote | -245/+8 |
| 2024-05-09 | Document `Pu128`. | Nicholas Nethercote | -1/+3 |
| 2024-05-08 | Auto merge of #124910 - matthiaskrgr:rollup-lo1uvdn, r=matthiaskrgr | bors | -579/+850 |
| 2024-05-08 | Rollup merge of #124909 - compiler-errors:struct-tail-leftovers, r=compiler-e... | Matthias Krüger | -7/+8 |
| 2024-05-08 | Rollup merge of #124903 - Skepfyr:rustc-wrapper, r=clubby789 | Matthias Krüger | -6/+7 |
| 2024-05-08 | Rollup merge of #124892 - jfgoog:update-cc, r=workingjubilee | Matthias Krüger | -6/+6 |
| 2024-05-08 | Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errors | Matthias Krüger | -26/+18 |
| 2024-05-08 | Rollup merge of #124869 - compiler-errors:keyword, r=Nilstrieb | Matthias Krüger | -34/+70 |
| 2024-05-08 | Rollup merge of #124775 - matthiaskrgr:boom, r=jieyouxu | Matthias Krüger | -0/+148 |
| 2024-05-08 | Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnay | Matthias Krüger | -440/+399 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -60/+194 |
| 2024-05-08 | Fix Error Messages for `break` Inside Coroutines | Veera | -18/+34 |
| 2024-05-08 | Handle normalization failure in `struct_tail_erasing_lifetimes` | Gurinder Singh | -7/+8 |
| 2024-05-08 | Handle field projections like slice indexing in invalid_reference_casting | Ben Kimock | -1/+8 |
| 2024-05-08 | Auto merge of #124795 - scottmcm:simplify-slice-from-raw-parts, r=joboet | bors | -78/+130 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -82/+83 |
| 2024-05-08 | Simplify suggestion. | Markus Reiter | -39/+22 |
| 2024-05-08 | Simplify `clippy` lint. | Markus Reiter | -136/+113 |
| 2024-05-08 | Use generic `NonZero` in examples. | Markus Reiter | -183/+181 |
| 2024-05-08 | Ignore empty RUSTC_WRAPPER in bootstrap | Jack Rickard | -6/+7 |
| 2024-05-08 | Auto merge of #124890 - matthiaskrgr:rollup-25iq88h, r=matthiaskrgr | bors | -36/+94 |
| 2024-05-08 | Update cc crate to v1.0.97 | James Farrell | -6/+6 |
| 2024-05-08 | Rollup merge of #124864 - notriddle:notriddle/feature-flags-are-not-stability... | Matthias Krüger | -34/+42 |
| 2024-05-08 | Rollup merge of #124761 - Urgau:ref-casting_bigger_slice_index, r=jieyouxu | Matthias Krüger | -0/+15 |
| 2024-05-08 | Rollup merge of #124548 - gurry:113272-ice-failed-to-normalize, r=compiler-er... | Matthias Krüger | -2/+37 |
| 2024-05-08 | Migrate `run-make/rustdoc-map-file` to rmake | Guillaume Gomez | -6/+15 |
| 2024-05-08 | Auto merge of #124858 - alexcrichton:some-wasi-changes, r=michaelwoerister | bors | -3/+14 |
| 2024-05-08 | Auto merge of #124879 - workingjubilee:rollup-1k77hyz, r=workingjubilee | bors | -22/+50 |
| 2024-05-08 | Rollup merge of #124838 - RalfJung:next_power_of_two, r=scottmcm | Jubilee | -0/+1 |
| 2024-05-08 | Rollup merge of #124788 - madsmtm:reduce-target_os-macos, r=workingjubilee | Jubilee | -21/+32 |
| 2024-05-08 | Rollup merge of #124782 - anatawa12:docs-create-new-already-exists, r=working... | Jubilee | -0/+9 |
| 2024-05-08 | Rollup merge of #124470 - devnexen:no_sigpipe_fbsd, r=workingjubilee | Jubilee | -1/+8 |
| 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 | -26/+18 |
| 2024-05-08 | Auto merge of #124779 - workingjubilee:debug-formatting-my-beloved, r=compile... | bors | -10/+55 |
| 2024-05-07 | rustdoc: use stability, instead of features, to decide what to show | Michael Howell | -34/+42 |
| 2024-05-07 | Fix ICEs in diagnostic::on_unimplemented | Michael Goulet | -51/+203 |
| 2024-05-07 | Add more ICEs due to malformed diagnostic::on_unimplemented | Michael Goulet | -35/+56 |
| 2024-05-08 | Auto merge of #124873 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |