| Age | Commit message (Expand) | Author | Lines |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -1/+1 |
| 2024-06-17 | fix checking git submodules during a commit hook | Ralf Jung | -20/+27 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -1/+1 |
| 2024-06-16 | Rollup merge of #126546 - joboet:move_pal_backtrace, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -17/+17 |
| 2024-06-16 | Rollup merge of #126536 - Rejyr:remove-unused-run-make-file, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -45/+6 |
| 2024-06-16 | Rollup merge of #126524 - klensy:bump-15-06-24, r=onur-ozkan | 许杰友 Jieyou Xu (Joe) | -23/+11 |
| 2024-06-16 | Rollup merge of #126192 - bjorn3:redox_patches, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -2/+58 |
| 2024-06-16 | Add dedicated platform support page for Redox OS | bjorn3 | -3/+57 |
| 2024-06-16 | Add i686-unknown-redox target | bjorn3 | -0/+2 |
| 2024-06-16 | Auto merge of #126542 - GuillaumeGomez:migrate-run-make-duplicate-output-flav... | bors | -1/+0 |
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -17/+17 |
| 2024-06-16 | Migrate `run-make/duplicate-output-flavors` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-16 | Rollup merge of #126309 - onur-ozkan:unify-git-utilization, r=Kobzol | Jacob Pratt | -95/+84 |
| 2024-06-15 | Add drop bombs to `llvm.rs` | Jerry Wang | -0/+6 |
| 2024-06-15 | Remove `run-make-support/src/llvm_readobj.rs` | Jerry Wang | -45/+0 |
| 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 | fix build with html5ever bump | klensy | -1/+1 |
| 2024-06-15 | tests/ui/lint: Move 19 tests to new `non-snake-case` subdir | Martin Nordholts | -3/+0 |
| 2024-06-15 | bump few deps | klensy | -22/+10 |
| 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 |