| Age | Commit message (Expand) | Author | Lines |
| 2024-06-16 | Rollup merge of #126309 - onur-ozkan:unify-git-utilization, r=Kobzol | Jacob Pratt | -95/+84 |
| 2024-06-16 | Auto merge of #126479 - Kobzol:disable-llvm-linker-by-default, r=onur-ozkan | bors | -7/+1 |
| 2024-06-15 | Auto merge of #126352 - cuviper:centos7-vault, r=Kobzol | bors | -2/+10 |
| 2024-06-15 | Rollup merge of #126526 - Enselic:non-snake-case, r=jieyouxu | Guillaume Gomez | -3/+0 |
| 2024-06-15 | Rollup merge of #126517 - GuillaumeGomez:migrate-run-make-dep-graph, r=Kobzol | Guillaume Gomez | -1/+0 |
| 2024-06-15 | Rollup merge of #126478 - GuillaumeGomez:migrate-run-make-codegen-options-par... | Guillaume Gomez | -1/+0 |
| 2024-06-15 | Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2024-06-15 | tests/ui/lint: Move 19 tests to new `non-snake-case` subdir | Martin Nordholts | -3/+0 |
| 2024-06-15 | Migrate `run-make/dep-graph` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-15 | Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgr | bors | -292/+70 |
| 2024-06-15 | Rollup merge of #126488 - ChrisDenton:absolute, r=albertlarsan68 | Matthias Krüger | -132/+2 |
| 2024-06-15 | Rollup merge of #126448 - DianQK:tidy-python, r=onur-ozkan | Matthias Krüger | -59/+12 |
| 2024-06-15 | Rollup merge of #126429 - tgross35:f16-f128-const-eval, r=RalfJung | Matthias Krüger | -101/+56 |
| 2024-06-15 | Rollup merge of #126512 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -152/+1522 |
| 2024-06-15 | Rollup merge of #126472 - onur-ozkan:improve-libcxx-build, r=Kobzol | Matthias Krüger | -9/+22 |
| 2024-06-15 | Auto merge of #3672 - RalfJung:cargo-many-seeds, r=RalfJung | bors | -107/+174 |
| 2024-06-14 | Update cargo | Weihang Lo | -0/+0 |
| 2024-06-15 | Auto merge of #122613 - Zalathar:profiler, r=nnethercote | bors | -8/+1 |
| 2024-06-14 | Use `std::path::absolute` in bootstrap | Chris Denton | -132/+2 |
| 2024-06-14 | Add `f16` and `f128` support to Miri | Trevor Gross | -101/+56 |
| 2024-06-14 | Do not enable `llvm-bitcode-linker` in most default bootstrap profiles | Jakub Beránek | -7/+1 |
| 2024-06-14 | Migrate `run-make/codegen-options-parsing` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-14 | Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgr | bors | -13/+14 |
| 2024-06-14 | End support for Python 3.8 in tidy | DianQK | -14/+4 |
| 2024-06-14 | Regenerate `requirements.txt` by Python 3.9 | DianQK | -45/+8 |
| 2024-06-14 | update libstdc++ compatibility error log | onur-ozkan | -0/+3 |
| 2024-06-14 | build `libcxx-version` only when it doesn't exist | onur-ozkan | -9/+19 |
| 2024-06-14 | Rollup merge of #126399 - onur-ozkan:126156, r=albertlarsan68 | Matthias Krüger | -13/+14 |
| 2024-06-14 | Auto merge of #126463 - matthiaskrgr:rollup-lnkfibf, r=matthiaskrgr | bors | -3/+20 |
| 2024-06-14 | Rollup merge of #126386 - GuillaumeGomez:migrate-run-make-allow-non-lint-warn... | Matthias Krüger | -3/+20 |
| 2024-06-14 | Rollup merge of #126449 - ChrisDenton:windows-std-support, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2024-06-14 | Rollup merge of #126270 - GuillaumeGomez:migrate-run-make-const_fn_mir, r=jie... | Matthias Krüger | -7/+16 |
| 2024-06-14 | Rollup merge of #126244 - erickt:bump, r=Kobzol | Matthias Krüger | -20/+20 |
| 2024-06-14 | Remove broken/untested `--enable-profiler` from mingw dist builds | Zalathar | -2/+0 |
| 2024-06-14 | Remove `//@ ignore-windows-gnu` from tests that need the profiler | Zalathar | -3/+0 |
| 2024-06-14 | Don't build a known-broken profiler runtime in `x86_64-mingw` | Zalathar | -3/+1 |
| 2024-06-14 | Fill out missing Windows support information | Chris Denton | -4/+4 |
| 2024-06-13 | Rollup merge of #126371 - estebank:suggest-core, r=fmease | Matthias Krüger | -3/+1 |
| 2024-06-13 | Rollup merge of #126238 - Nilstrieb:run,miri,run, r=RalfJung | Matthias Krüger | -3/+5 |
| 2024-06-13 | Rollup merge of #126088 - onur-ozkan:brooming, r=albertlarsan68 | Matthias Krüger | -160/+139 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -3/+1 |
| 2024-06-13 | Update fuchsia commit, and SDK to 21.20240610.2.1 | Erick Tryzelaar | -20/+20 |
| 2024-06-13 | Auto merge of #3622 - TDecking:sse4_2, r=RalfJung | bors | -0/+949 |
| 2024-06-13 | document --many-seeds; set the default range to 0..64 | Ralf Jung | -20/+20 |
| 2024-06-13 | cargo miri: add support for '--many-seeds' to run the program / tests many ti... | Ralf Jung | -88/+155 |
| 2024-06-13 | add some more CRC tests | Ralf Jung | -0/+20 |
| 2024-06-13 | Implement LLVM x86 SSE4.2 intrinsics | Tobias Decking | -0/+929 |
| 2024-06-13 | Fix Miri sysroot for `x run` | Nilstrieb | -3/+5 |
| 2024-06-13 | Auto merge of #126398 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1667/+3098 |
| 2024-06-13 | fix bootstrap CI failure | onur-ozkan | -1/+1 |