| Age | Commit message (Expand) | Author | Lines |
| 2023-05-14 | comment feedback | yukang | -1/+2 |
| 2023-05-14 | Rollup merge of #111549 - GuillaumeGomez:update-gui-format, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-05-14 | fix | yukang | -2/+2 |
| 2023-05-14 | skip rustc version check in dry_run | yukang | -0/+4 |
| 2023-05-14 | Make sure the build.rustc version is either the same or 1 apart | yukang | -0/+42 |
| 2023-05-14 | Auto merge of #111388 - clubby789:clap-complete, r=jyn514 | bors | -15/+2833 |
| 2023-05-14 | Update browser-ui-test version to 0.16.3 | Guillaume Gomez | -1/+1 |
| 2023-05-13 | refactor: add chunks method to TokenStream to obviate rustdoc clones | Caleb Cartwright | -2/+1 |
| 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 | Auto merge of #111535 - RalfJung:miri, r=RalfJung | bors | -29/+93 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -0/+3 |
| 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 | -768/+108 |
| 2023-05-13 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-05-13 | Rollup merge of #110454 - oli-obk:limited_impl_trait_in_assoc_type, r=compile... | Dylan DPC | -1/+2 |
| 2023-05-12 | Auto merge of #111506 - RalfJung:miri, r=oli-obk | bors | -6/+26 |
| 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 | run miri tests with MIR opts in rustc CI | Ralf Jung | -2/+19 |
| 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 | ci: Add support for dist-loongarch64-linux | WANG Rui | -0/+81 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -1/+2 |
| 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 | -125/+239 |
| 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 | -2/+3 |
| 2023-05-11 | Rollup merge of #111459 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Michael Goulet | -2/+3 |
| 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 | Auto merge of #111454 - RalfJung:miri, r=RalfJung | bors | -409/+1120 |
| 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 | Update browser-ui-test version to 0.16.0 | Guillaume Gomez | -1/+1 |