| Age | Commit message (Expand) | Author | Lines |
| 2024-06-27 | Merge from rustc | The Miri Cronjob Bot | -2691/+5868 |
| 2024-06-27 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-27 | Auto merge of #123918 - DianQK:clang-format, r=Kobzol | bors | -834/+909 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -861/+908 |
| 2024-06-26 | Clarify comment on changing to warn future breakage items
| Urgau | -5/+5 |
| 2024-06-26 | Auto merge of #126844 - scottmcm:more-ptr-cast-gvn, r=saethlin | bors | -160/+1573 |
| 2024-06-26 | Add `cpp:fmt` to mingw-check-tidy | DianQK | -1/+1 |
| 2024-06-26 | Format C++ files in `llvm-wrapper` | DianQK | -821/+764 |
| 2024-06-26 | Add clang-format to the external tool check | DianQK | -12/+124 |
| 2024-06-26 | Auto merge of #126608 - tgross35:f16-f128-library, r=Mark-Simulacrum | bors | -148/+2638 |
| 2024-06-26 | Auto merge of #126934 - onur-ozkan:broken-build-cache, r=Kobzol | bors | -6/+9 |
| 2024-06-26 | Auto merge of #126979 - matthiaskrgr:rollup-fdqledz, r=matthiaskrgr | bors | -605/+904 |
| 2024-06-26 | Rollup merge of #126973 - chenyukang:yukang-fix-126756-unsafe-suggestion-erro... | Matthias Krüger | -26/+75 |
| 2024-06-26 | Rollup merge of #126971 - DianQK:bump, r=Kobzol | Matthias Krüger | -61/+60 |
| 2024-06-26 | Rollup merge of #126968 - lqd:issue-126670, r=compiler-errors | Matthias Krüger | -4/+43 |
| 2024-06-26 | Rollup merge of #126964 - Oneirical:total-catestrophe, r=Kobzol | Matthias Krüger | -32/+50 |
| 2024-06-26 | Rollup merge of #126954 - petrochenkov:globamb, r=compiler-errors | Matthias Krüger | -50/+42 |
| 2024-06-26 | Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors | Matthias Krüger | -10/+19 |
| 2024-06-26 | Rollup merge of #126925 - surechen:fix_125631, r=compiler-errors | Matthias Krüger | -26/+219 |
| 2024-06-26 | Rollup merge of #126879 - the8472:next-chunk-filter-drop, r=cuviper | Matthias Krüger | -45/+58 |
| 2024-06-26 | Rollup merge of #126812 - compiler-errors:tcx-cx, r=lcnr | Matthias Krüger | -347/+333 |
| 2024-06-26 | Rollup merge of #126724 - nnethercote:fix-parse_ty_bare_fn-span, r=compiler-e... | Matthias Krüger | -4/+5 |
| 2024-06-26 | set `on-broken-pipe` in `prepare_cargo_tool` | onur-ozkan | -6/+9 |
| 2024-06-26 | Auto merge of #126955 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-06-26 | Fix bad replacement for unsafe extern block suggestion | yukang | -26/+75 |
| 2024-06-25 | Auto merge of #126951 - matthiaskrgr:rollup-xg0o4mc, r=matthiaskrgr | bors | -148/+495 |
| 2024-06-25 | Auto merge of #3711 - saethlin:rustup, r=saethlin | bors | -7017/+8244 |
| 2024-06-26 | Fix a span in `parse_ty_bare_fn`. | Nicholas Nethercote | -4/+5 |
| 2024-06-25 | Merge from rustc | Ben Kimock | -7016/+8243 |
| 2024-06-25 | Preparing for merge from rustc | Ben Kimock | -1/+1 |
| 2024-06-26 | Add clang-format to requirements.txt in tidy | DianQK | -0/+18 |
| 2024-06-26 | Add `.clang-format` | DianQK | -0/+2 |
| 2024-06-26 | Bump black, ruff and platformdirs | DianQK | -61/+60 |
| 2024-06-25 | Rename tcx to cx | Michael Goulet | -347/+333 |
| 2024-06-25 | regression test for leaks in the the Filter::next_chunk implementation | The 8472 | -0/+13 |
| 2024-06-25 | add comments explaining optimizations for Filter::next_chunk | The 8472 | -1/+3 |
| 2024-06-25 | fix Drop items getting leaked in Filter::next_chunk | The 8472 | -45/+43 |
| 2024-06-25 | Auto merge of #126965 - matthiaskrgr:rollup-x3kamn8, r=matthiaskrgr | bors | -116/+227 |
| 2024-06-25 | delay bug in RPITIT refinement checking with resolution errors | Rémy Rakic | -4/+43 |
| 2024-06-25 | Simplify `str::clone_into` | DaniPopes | -3/+4 |
| 2024-06-25 | Prevent ICE from expected future breakage | xFrednet | -20/+69 |
| 2024-06-25 | Rollup merge of #126947 - Bryanskiy:delegation-lowering-refactoring, r=petroc... | Matthias Krüger | -62/+53 |
| 2024-06-25 | Rollup merge of #126946 - cyrgani:patch-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-06-25 | Rollup merge of #126932 - Zalathar:flat-pat, r=Nadrieril | Matthias Krüger | -11/+24 |
| 2024-06-25 | Rollup merge of #126927 - workingjubilee:vaargsafe-is-unsafe, r=joboet | Matthias Krüger | -4/+5 |
| 2024-06-25 | Rollup merge of #126926 - Zalathar:candidate-per-arm, r=Nadrieril | Matthias Krüger | -2/+5 |
| 2024-06-25 | Rollup merge of #126916 - ferrocene:hoverbear/riscv64gc-gnu-specify-linker, r... | Matthias Krüger | -1/+3 |
| 2024-06-25 | Rollup merge of #126885 - Borgerr:rm_internal_pathbuf_asmutvec, r=workingjubilee | Matthias Krüger | -33/+58 |
| 2024-06-25 | Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoerister | Matthias Krüger | -2/+78 |
| 2024-06-25 | rewrite and rename issue-20626 to rmake | Oneirical | -10/+16 |