| Age | Commit message (Expand) | Author | Lines |
| 2025-01-26 | Auto merge of #136070 - matthiaskrgr:rollup-b5enbuz, r=matthiaskrgr | bors | -0/+2 |
| 2025-01-25 | Rollup merge of #136016 - Urgau:check-cfg-allow-test-improv, r=jieyouxu | Matthias Krüger | -0/+2 |
| 2025-01-25 | Shorten linker output even more when `--verbose` is not present | jyn | -1/+10 |
| 2025-01-25 | Auto merge of #119286 - jyn514:linker-output, r=bjorn3 | bors | -4/+20 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -3/+5 |
| 2025-01-25 | Refer to the well known names from Cargo check-cfg specifics doc | Urgau | -0/+2 |
| 2025-01-25 | Rollup merge of #136034 - weihanglo:null-as-f64-nan, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2025-01-25 | Rollup merge of #136029 - ChrisDenton:py-job, r=jieyouxu | Matthias Krüger | -50/+4 |
| 2025-01-25 | Rollup merge of #136009 - clubby789:pidfile-race, r=jieyouxu | Matthias Krüger | -1/+3 |
| 2025-01-25 | Rollup merge of #135985 - Zalathar:whats-upvar, r=lqd | Matthias Krüger | -1/+0 |
| 2025-01-25 | Auto merge of #136023 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-01-24 | fix(bootstrap): deserialize null as `f64::NAN` | Weihang Lo | -0/+8 |
| 2025-01-24 | Rollup merge of #135998 - GuillaumeGomez:fix-trait-items-mobile-indent, r=not... | Matthias Krüger | -3/+7 |
| 2025-01-24 | Rollup merge of #135976 - WaffleLapkin:tailcall-nodrop, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-01-24 | Rollup merge of #135829 - Kobzol:rustc-push, r=jieyouxu | Matthias Krüger | -106/+184 |
| 2025-01-24 | Don't move ownership of job object | Chris Denton | -50/+4 |
| 2025-01-24 | Update cargo | Weihang Lo | -0/+0 |
| 2025-01-24 | bless miri test | Waffle Lapkin | -2/+2 |
| 2025-01-24 | bootstrap: Handle bootstrap lockfile race condition better | clubby789 | -1/+3 |
| 2025-01-24 | Ignore linker warnings on macOS for ui-fulldeps | jyn | -3/+10 |
| 2025-01-24 | Rollup merge of #135950 - Kobzol:tidy-python-improvements, r=onur-ozkan | Matthias Krüger | -59/+110 |
| 2025-01-24 | Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obk | Matthias Krüger | -3/+23 |
| 2025-01-24 | Fix indent of trait items on mobile | Guillaume Gomez | -3/+7 |
| 2025-01-24 | Rename test to `unresolvable-upvar-issue-87987.rs` | Zalathar | -1/+0 |
| 2025-01-24 | Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e... | bors | -182/+189 |
| 2025-01-24 | Update Python 3 versions in tidy | Jakub Beránek | -2/+10 |
| 2025-01-24 | Make virtualenv creation in tidy more robust | Jakub Beránek | -6/+24 |
| 2025-01-24 | Document Python formatting and linting in the rustc-dev-guide | Jakub Beránek | -3/+25 |
| 2025-01-24 | Refactor Python linting and formatting in tidy | Jakub Beránek | -48/+51 |
| 2025-01-24 | Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgr | bors | -15/+29 |
| 2025-01-24 | Rollup merge of #135865 - zachs18:maybe_report_similar_assoc_fn_more, r=compi... | Matthias Krüger | -1/+0 |
| 2025-01-24 | Rollup merge of #135799 - aDotInTheVoid:skrrt-skrrt-revrrt, r=GuillaumeGomez | Matthias Krüger | -11/+15 |
| 2025-01-24 | Rollup merge of #135757 - no1wudi:master, r=compiler-errors | Matthias Krüger | -2/+12 |
| 2025-01-24 | Rollup merge of #135489 - RalfJung:TryFromSliceError, r=tgross35 | Matthias Krüger | -1/+2 |
| 2025-01-24 | Auto merge of #135959 - matthiaskrgr:rollup-0jenyfw, r=matthiaskrgr | bors | -5/+202 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -3/+5 |
| 2025-01-24 | Rollup merge of #135878 - marcoieni:dist-aarch64-linux-8c, r=Kobzol | Matthias Krüger | -1/+3 |
| 2025-01-24 | Rollup merge of #135827 - marcoieni:free-space-script, r=Kobzol | Matthias Krüger | -0/+142 |
| 2025-01-24 | Rollup merge of #135638 - Kobzol:gcc-ci, r=onur-ozkan | Matthias Krüger | -4/+57 |
| 2025-01-23 | Give E0223 similar-item suggestion test more descriptive name. | Zachary S | -1/+0 |
| 2025-01-23 | Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obk | Matthias Krüger | -62/+35 |
| 2025-01-23 | Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi | Matthias Krüger | -0/+23 |
| 2025-01-23 | tests: move `tests/ui/issues/issue-39175.rs` under `suggestions/` and rename | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2025-01-23 | rustc-dev-guide: document `needs-subprocess` directive | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2025-01-23 | compiletest: implement `needs-subprocess` directive | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2025-01-23 | Auto merge of #135921 - matthiaskrgr:rollup-5mzn76m, r=matthiaskrgr | bors | -68/+41 |
| 2025-01-23 | Remove RunCompiler | bjorn3 | -10/+10 |
| 2025-01-23 | Remove set_make_codegen_backend and set_file_loader | bjorn3 | -14/+12 |
| 2025-01-23 | Remove the need to manually call set_using_internal_features | bjorn3 | -43/+18 |
| 2025-01-23 | Auto merge of #135494 - yotamofek:rustdoc-fmt-from_fn, r=fmease | bors | -172/+127 |