| Age | Commit message (Expand) | Author | Lines |
| 2023-07-02 | cronjob auto-PR: make sure we are on a branch | Ralf Jung | -2/+6 |
| 2023-07-02 | Rollup merge of #113249 - tgross35:patch-2, r=jyn514 | Matthias Krüger | -0/+2 |
| 2023-07-02 | Rollup merge of #113244 - Kobzol:bootstrap-rust-analyzer-tests, r=jyn514 | Matthias Krüger | -1/+3 |
| 2023-07-02 | Rollup merge of #113234 - jyn514:revert-python-test-args, r=clubby789 | Matthias Krüger | -5/+15 |
| 2023-07-02 | Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot | bors | -14/+62 |
| 2023-07-02 | Auto merge of #112756 - hi-rustin:rustin-patch-bootstrap, r=clubby789 | bors | -9/+65 |
| 2023-07-02 | Fix broken tests | hi-rustin | -5/+1 |
| 2023-07-02 | test-various: run codegen and assembly tests | Jan-Mirko Otter | -0/+2 |
| 2023-07-01 | Document tracking issue for rustdoc `show-type-layout` | Trevor Gross | -0/+2 |
| 2023-07-01 | fix compiletest crash | Jan-Mirko Otter | -1/+1 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -2/+2 |
| 2023-07-01 | Make Rust Analyzer tests faster by compiling less code | Jakub Beránek | -1/+3 |
| 2023-07-01 | test-various: update nodejs to 18.12 (LTS) | Jan-Mirko Otter | -2/+2 |
| 2023-07-01 | Don't pass --test-args to `python -m unitest` | jyn | -5/+15 |
| 2023-07-01 | Auto merge of #113225 - calebcartwright:sync-rustfmt, r=calebcartwright | bors | -49/+1081 |
| 2023-07-01 | Rollup merge of #113227 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-07-01 | Update cargo | Weihang Lo | -0/+0 |
| 2023-07-01 | Add tests for RustOptimize | hi-rustin | -1/+20 |
| 2023-07-01 | Use RustOptimize to set optimize | hi-rustin | -9/+50 |
| 2023-07-01 | msvc dist extended: rust-analyzer is optional | Rémy Rakic | -19/+20 |
| 2023-07-01 | msvc dist extended: clippy is optional | Rémy Rakic | -22/+29 |
| 2023-07-01 | Merge commit 'dca1cf90ad6b8e45afbed2061803befbb2d159e9' into sync-rustfmt | Caleb Cartwright | -49/+1081 |
| 2023-07-01 | Implement `become` expression formatting in rustfmt | Maybe Waffle | -0/+2 |
| 2023-07-01 | wrap `else` to next line if `let-else` pattern is multi-lined | Yacin Tmimi | -2/+2 |
| 2023-07-01 | update `else_block_exceeds_width` calculation in `let-else` rewrite | Yacin Tmimi | -1/+2 |
| 2023-07-01 | implement single_line_let_else_max_width | Yacin Tmimi | -7/+43 |
| 2023-07-01 | Rollup merge of #113206 - chenyukang:yukang-trivial-fix-113135, r=Kobzol | Matthias Krüger | -1/+5 |
| 2023-07-01 | Rollup merge of #113191 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-07-01 | Rollup merge of #113189 - Zalathar:trim-end, r=ozkanonur | Matthias Krüger | -1/+1 |
| 2023-07-01 | Rollup merge of #113186 - jyn514:intra-doc-panic, r=petrochenkov | Matthias Krüger | -0/+4 |
| 2023-07-01 | Rollup merge of #113185 - jyn514:dist-channel, r=ozkanonur | Matthias Krüger | -0/+3 |
| 2023-06-30 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -4/+6 |
| 2023-06-30 | fix loading target specs in compiletest not working with custom targets | Pietro Albini | -1/+13 |
| 2023-06-30 | Update browser-ui-test version to 0.16.8 | Guillaume Gomez | -1/+1 |
| 2023-06-30 | compiletest: Only trim the end of process output | Zalathar | -1/+1 |
| 2023-06-30 | User may want to skip tidy check sometimes | yukang | -1/+5 |
| 2023-06-29 | document that the panic in collect_intra_doc_links is load-bearing | jyn | -0/+4 |
| 2023-06-29 | Set `channel = nightly` in dist profile | jyn | -0/+3 |
| 2023-06-30 | Auto merge of #113162 - matthiaskrgr:rollup-fct3wj7, r=matthiaskrgr | bors | -39/+435 |
| 2023-06-30 | CI: include workflow name in concurrency group | Jakub Beránek | -1/+1 |
| 2023-06-29 | Auto merge of #113059 - Kobzol:ci-concurrency-fix, r=pietroalbini | bors | -3/+4 |
| 2023-06-29 | Rollup merge of #112300 - Zalathar:run-coverage, r=wesleywiser | Matthias Krüger | -30/+394 |
| 2023-06-29 | Rollup merge of #112234 - ozkanonur:hotfix, r=jyn514 | Matthias Krüger | -9/+41 |
| 2023-06-29 | CI: do not cancel concurrent builds on the same branch | Jakub Beránek | -3/+4 |
| 2023-06-29 | Auto merge of #113151 - RalfJung:miri, r=RalfJung,oli-obk | bors | -464/+3204 |
| 2023-06-29 | Use a valid `target` directory in miri ui tests | Oli Scherer | -0/+1 |
| 2023-06-29 | Auto merge of #2947 - oli-obk:gha_mk_pr, r=RalfJung | bors | -0/+3 |
| 2023-06-29 | refactor `tool_doc!` so that it can accept additional arguments. | ozkanonur | -9/+41 |
| 2023-06-29 | Checking for a cached value without having a cache is useless | Oli Scherer | -4/+1 |
| 2023-06-29 | Bashy Mc Bashface | Oli Scherer | -0/+6 |