| Age | Commit message (Expand) | Author | Lines |
| 2023-08-05 | Rollup merge of #114498 - chenyukang:yukang-fix-tidy-tip, r=ozkanonur | Matthias Krüger | -1/+1 |
| 2023-08-05 | Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkov | bors | -4/+4 |
| 2023-08-05 | Print tidy command with bless tidy check failure | yukang | -1/+1 |
| 2023-08-04 | Rollup merge of #114482 - compiler-errors:sigh, r=pnkfelix | Michael Goulet | -2/+7 |
| 2023-08-04 | Rollup merge of #114475 - GuillaumeGomez:migrate-gui-test-color-27, r=notriddle | Michael Goulet | -2/+2 |
| 2023-08-04 | Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgr | bors | -54/+52 |
| 2023-08-04 | Fix ui-fulldeps missing the internal_features lint on stage 0 | Michael Goulet | -2/+7 |
| 2023-08-04 | Rollup merge of #114462 - RalfJung:mplace_to_ref, r=oli-obk | Matthias Krüger | -6/+4 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -48/+48 |
| 2023-08-04 | Auto merge of #114104 - oli-obk:syn2, r=compiler-errors | bors | -76/+23 |
| 2023-08-04 | Use similar color scheme to make it obvious they are linked | Guillaume Gomez | -2/+2 |
| 2023-08-04 | Add comment for rustdoc overrides. | Camille GILLOT | -0/+1 |
| 2023-08-04 | Make MissingDoc a module lint. | Camille GILLOT | -4/+3 |
| 2023-08-04 | interpret: add mplace_to_ref helper method | Ralf Jung | -6/+4 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -48/+48 |
| 2023-08-04 | Rollup merge of #114440 - kaniini:fix/bootstrap-version-compare, r=ozkanonur | Matthias Krüger | -1/+2 |
| 2023-08-04 | Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot | Matthias Krüger | -0/+2 |
| 2023-08-04 | Rollup merge of #114429 - Enselic:compiletest-fix, r=est31 | Matthias Krüger | -10/+14 |
| 2023-08-04 | Auto merge of #114305 - lqd:bootstrap-strip, r=ozkanonur | bors | -11/+63 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -1/+18 |
| 2023-08-03 | bootstrap: config: fix version comparison bug | Ariadne Conill | -1/+2 |
| 2023-08-03 | Auto merge of #114424 - matthiaskrgr:rollup-cegblvo, r=matthiaskrgr | bors | -12/+20 |
| 2023-08-03 | compiletest: Handle non-utf8 paths (fix FIXME) | Martin Nordholts | -10/+14 |
| 2023-08-03 | Rollup merge of #114415 - Kobzol:bootstrap-check-vendor-gcc, r=ozkanonur | Matthias Krüger | -0/+6 |
| 2023-08-03 | Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obk | Matthias Krüger | -5/+7 |
| 2023-08-03 | Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank | Matthias Krüger | -1/+1 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -6/+6 |
| 2023-08-03 | strip librustc_driver.so even at stage 1 | Rémy Rakic | -4/+2 |
| 2023-08-03 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-03 | Skip checking of `rustc_codegen_gcc` with vendoring enabled | Jakub Beránek | -0/+6 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -1/+18 |
| 2023-08-03 | Auto merge of #114353 - nnethercote:parser-ast-cleanups, r=petrochenkov | bors | -15/+7 |
| 2023-08-02 | Auto merge of #107254 - chenyukang:yukang/fix-107113-wrong-sugg-in-macro, r=e... | bors | -3/+13 |
| 2023-08-03 | Remove `MacDelimiter`. | Nicholas Nethercote | -6/+2 |
| 2023-08-02 | Auto merge of #114364 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-08-02 | Auto merge of #114345 - lqd:revert-113588, r=RalfJung | bors | -28/+19 |
| 2023-08-02 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-02 | const validation: point at where we found a pointer but expected an integer | Ralf Jung | -5/+7 |
| 2023-08-03 | Fix rustfmt dep | Mu001999 | -1/+1 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -11/+8 |
| 2023-08-02 | Auto merge of #114368 - Nilstrieb:rollup-pgvm9cf, r=Nilstrieb | bors | -13/+24 |
| 2023-08-02 | Rollup merge of #114347 - chenyukang:yukang-fix-114245-fmt-count, r=albertlar... | Nilstrieb | -7/+24 |
| 2023-08-02 | Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obk | Nilstrieb | -6/+0 |
| 2023-08-02 | Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstrieb | bors | -0/+4 |
| 2023-08-02 | Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obk | bors | -175/+175 |
| 2023-08-02 | fix RedundantLocals clippy caused by async and await | yukang | -3/+13 |
| 2023-08-02 | get auto traits for parallel rustc | SparrowLii | -6/+0 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -7/+183 |
| 2023-08-02 | Only call `parse_token_tree` once. | Nicholas Nethercote | -5/+4 |
| 2023-08-02 | Inline and remove `parse_all_token_trees`. | Nicholas Nethercote | -1/+4 |