| Age | Commit message (Expand) | Author | Lines |
| 2024-06-21 | Move out addition logic | Tobias Decking | -39/+29 |
| 2024-06-21 | Implement LLVM x86 adx intrinsics | Tobias Decking | -38/+123 |
| 2024-06-20 | Auto merge of #3674 - TDecking:bmi, r=RalfJung | bors | -0/+330 |
| 2024-06-20 | Implement LLVM x86 bmi intrinsics | Tobias Decking | -0/+330 |
| 2024-06-19 | Merge from rustc | The Miri Cronjob Bot | -41/+86 |
| 2024-06-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-18 | Auto merge of #126607 - Oneirical:the-testern-world, r=jieyouxu | bors | -3/+0 |
| 2024-06-18 | rewrite allocator-shim-circular-deps to ui test | Oneirical | -1/+0 |
| 2024-06-18 | Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco | bors | -13/+15 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -1/+1 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -12/+14 |
| 2024-06-18 | Auto merge of #126630 - GuillaumeGomez:rollup-hlwbpa2, r=GuillaumeGomez | bors | -6/+0 |
| 2024-06-18 | Rollup merge of #126500 - Oneirical:test-for-the-holy-grail, r=jieyouxu | Guillaume Gomez | -5/+0 |
| 2024-06-18 | Rollup merge of #125988 - GuillaumeGomez:migrate-run-make-used, r=jieyouxu | Guillaume Gomez | -1/+0 |
| 2024-06-18 | Auto merge of #126437 - Oneirical:test-we-forget, r=jieyouxu | bors | -4/+32 |
| 2024-06-18 | Auto merge of #126049 - compiler-errors:rework-use, r=oli-obk | bors | -12/+11 |
| 2024-06-18 | Merge from rustc | The Miri Cronjob Bot | -22/+83 |
| 2024-06-18 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-18 | Auto merge of #126490 - Oneirical:testicide, r=jieyouxu | bors | -3/+28 |
| 2024-06-17 | Fix other tools | Michael Goulet | -4/+1 |
| 2024-06-17 | Fix rustfmt | Michael Goulet | -7/+9 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -1/+1 |
| 2024-06-18 | Auto merge of #126279 - Oneirical:you-can-run-make-but-cannot-hide, r=jieyouxu | bors | -3/+32 |
| 2024-06-17 | Auto merge of #125500 - Oneirical:bundle-them-up-why-not, r=jieyouxu | bors | -18/+50 |
| 2024-06-17 | rewrite separate-link-fail to rmake.rs | Oneirical | -1/+0 |
| 2024-06-17 | rewrite no-builtins-lto to rmake | Oneirical | -1/+0 |
| 2024-06-17 | rewrite separate-link to rmake.rs | Oneirical | -1/+0 |
| 2024-06-17 | rewrite native-link-modifier-linker to rmake | Oneirical | -1/+0 |
| 2024-06-17 | Add new test_while_readonly helper function to run-make-support | Oneirical | -0/+32 |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -1/+1 |
| 2024-06-17 | Rewrite and rename `issue-26092` to rmake | Oneirical | -16/+50 |
| 2024-06-17 | rewrite incremental-session-fail to rmake | Oneirical | -13/+18 |
| 2024-06-17 | rewrite `link-dedup` to rmake | Oneirical | -1/+0 |
| 2024-06-17 | Rewrite `link-arg` in rmake.rs | Oneirical | -1/+0 |
| 2024-06-17 | Auto merge of #3683 - RalfJung:MIRIFLAGS, r=RalfJung | bors | -81/+52 |
| 2024-06-17 | tell people how to set miri flags | Ralf Jung | -81/+52 |
| 2024-06-17 | Auto merge of #3681 - rust-lang:rustup-2024-06-17, r=RalfJung | bors | -2148/+3530 |
| 2024-06-17 | show proper UB when making a too large allocation request | Ralf Jung | -26/+59 |
| 2024-06-17 | Merge from rustc | The Miri Cronjob Bot | -2147/+3529 |
| 2024-06-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -1/+1 |
| 2024-06-17 | Migrate `run-make/used` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 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 |