| Age | Commit message (Expand) | Author | Lines |
| 2023-05-14 | Auto merge of #111388 - clubby789:clap-complete, r=jyn514 | bors | -0/+6 |
| 2023-05-13 | Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-dead | bors | -2/+34 |
| 2023-05-13 | Auto merge of #2895 - RalfJung:simd_bitmask, r=RalfJung | bors | -2/+42 |
| 2023-05-13 | support array return types in simd_bitmask | Ralf Jung | -2/+42 |
| 2023-05-13 | cargo-miri: fix forwarding arguments to cargo | Ralf Jung | -30/+33 |
| 2023-05-13 | implement SIMD ptr casts | Ralf Jung | -5/+33 |
| 2023-05-13 | fmt and fix lint | Ralf Jung | -2/+1 |
| 2023-05-13 | Merge from rustc | Ralf Jung | -767/+106 |
| 2023-05-13 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-05-12 | Auto merge of #111506 - RalfJung:miri, r=oli-obk | bors | -4/+7 |
| 2023-05-12 | Auto merge of #2890 - oli-obk:ui_test, r=RalfJung | bors | -21/+58 |
| 2023-05-12 | Document arguments and interesting flags | Oli Scherer | -1/+3 |
| 2023-05-12 | opt-level 4 should work again now | Ralf Jung | -2/+1 |
| 2023-05-12 | bump rustc (no josh changes) | Ralf Jung | -1/+1 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -767/+106 |
| 2023-05-12 | Pass arguments to the interpreted program via `run-dep` | Oli Scherer | -47/+42 |
| 2023-05-12 | fmt | Ralf Jung | -1/+3 |
| 2023-05-12 | Merge from rustc | Ralf Jung | -69/+76 |
| 2023-05-12 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-05-12 | Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgr | bors | -31/+50 |
| 2023-05-12 | Rollup merge of #111456 - loongarch-rs:bump-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-05-12 | Rollup merge of #111393 - klensy:win-0.48, r=oli-obk | Matthias Krüger | -31/+50 |
| 2023-05-12 | Auto merge of #111489 - compiler-errors:rollup-g3vgzss, r=compiler-errors | bors | -1/+2 |
| 2023-05-11 | Rollup merge of #111459 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Michael Goulet | -1/+2 |
| 2023-05-11 | miri: Move patterns for simd tests | Jubilee Young | -35/+17 |
| 2023-05-11 | Get current target config from` --print=cfg` | David Koloski | -5/+84 |
| 2023-05-11 | Remove a misleading part of a function name | Oli Scherer | -3/+3 |
| 2023-05-11 | Stop ignoring the `--manifest-path` | Oli Scherer | -3/+3 |
| 2023-05-11 | Bless miri tests | bjorn3 | -6/+6 |
| 2023-05-11 | Fix review comments | bjorn3 | -7/+6 |
| 2023-05-11 | Improve miri comments | bjorn3 | -1/+14 |
| 2023-05-11 | Fix fs miri test on AArch64 | bjorn3 | -1/+1 |
| 2023-05-11 | Fix allocator shim handling in miri | bjorn3 | -31/+32 |
| 2023-05-11 | Add `./miri run-dep` for running a file with test dependencies available | Oli Scherer | -4/+44 |
| 2023-05-11 | Migrate to 0.16.0 browser-ui-test version | Guillaume Gomez | -1/+2 |
| 2023-05-11 | Emit the compiler flags again | Oli Scherer | -0/+2 |
| 2023-05-11 | fix deny_lint test | Ralf Jung | -2/+7 |
| 2023-05-11 | Update cargo | WANG Rui | -0/+0 |
| 2023-05-10 | Bump object and thorin-dwp | Jubilee Young | -0/+2 |
| 2023-05-10 | Generate shell completions for bootstrap with Clap | clubby789 | -0/+6 |
| 2023-05-10 | Auto merge of #2879 - saethlin:measureme, r=RalfJung | bors | -2/+18 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -0/+9 |
| 2023-05-10 | Drop uplifted clippy::forget_copy | Urgau | -280/+61 |
| 2023-05-10 | Drop uplifted clippy::forget_ref | Urgau | -236/+60 |
| 2023-05-10 | Drop uplifted clippy::drop_copy | Urgau | -117/+102 |
| 2023-05-10 | Drop uplifted clippy::drop_ref | Urgau | -318/+58 |
| 2023-05-10 | Explain the padding | Ben Kimock | -0/+4 |
| 2023-05-10 | Auto merge of #2885 - RalfJung:rustup, r=RalfJung | bors | -9/+57 |
| 2023-05-10 | disable opt-level 4 tests for now | Ralf Jung | -1/+2 |
| 2023-05-10 | fmt | Ralf Jung | -1/+0 |