| 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-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) | -2/+2 |
| 2024-06-16 | Rollup merge of #126192 - bjorn3:redox_patches, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-06-16 | Add i686-unknown-redox target | bjorn3 | -0/+1 |
| 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-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-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 | -1/+1 |
| 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 | -160/+68 |
| 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 | 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 | -3/+0 |
| 2024-06-14 | Add `f16` and `f128` support to Miri | Trevor Gross | -101/+56 |
| 2024-06-14 | Migrate `run-make/codegen-options-parsing` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 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 | 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 #126270 - GuillaumeGomez:migrate-run-make-const_fn_mir, r=jie... | Matthias Krüger | -7/+16 |
| 2024-06-14 | Remove `//@ ignore-windows-gnu` from tests that need the profiler | Zalathar | -3/+0 |
| 2024-06-13 | Rollup merge of #126371 - estebank:suggest-core, r=fmease | Matthias Krüger | -3/+1 |
| 2024-06-13 | Rollup merge of #126088 - onur-ozkan:brooming, r=albertlarsan68 | Matthias Krüger | -159/+138 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -3/+1 |
| 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 | Auto merge of #126398 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1667/+3098 |
| 2024-06-13 | tidy: apply considerable clippy suggestions | onur-ozkan | -58/+52 |
| 2024-06-13 | opt-dist: apply considerable clippy suggestions | onur-ozkan | -5/+3 |
| 2024-06-13 | lint-docs: apply considerable clippy suggestions | onur-ozkan | -10/+10 |
| 2024-06-13 | remote-test-client: apply considerable clippy suggestions | onur-ozkan | -6/+4 |
| 2024-06-13 | remote-test-server: apply considerable clippy suggestions | onur-ozkan | -1/+1 |
| 2024-06-13 | jsondoclint: apply considerable clippy suggestions | onur-ozkan | -7/+5 |