| Age | Commit message (Expand) | Author | Lines |
| 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 | -27/+10 |
| 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 | compiletest: implement `needs-subprocess` directive | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2025-01-23 | Rephrase comment | Laurențiu Nicola | -3/+3 |
| 2025-01-23 | Remove RunCompiler | bjorn3 | -4/+4 |
| 2025-01-23 | Remove the need to manually call set_using_internal_features | bjorn3 | -26/+9 |
| 2025-01-23 | make `hir::Ty/ConstArg` methods generic where applicable | Boxy | -2/+2 |
| 2025-01-23 | `visit_x_unambig` | Boxy | -12/+12 |
| 2025-01-23 | The clipper :3c | Boxy | -168/+165 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -5/+5 |
| 2025-01-22 | fix no-std-smoke test | Ralf Jung | -0/+1 |
| 2025-01-23 | Auto merge of #135461 - jieyouxu:migrate-jobserver-errors, r=Noratrieb | bors | -1/+66 |
| 2025-01-23 | fmt | The Miri Cronjob Bot | -4/+2 |
| 2025-01-23 | Merge from rustc | The Miri Cronjob Bot | -3310/+9388 |
| 2025-01-23 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-23 | Auto merge of #135164 - Kobzol:run-make-test-glibc-symbols, r=jieyouxu | bors | -1/+15 |
| 2025-01-22 | Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgr | bors | -1/+3 |
| 2025-01-22 | increase `AUTODEREF_RECURSION_LIMIT` to 20 | Teodor Tanasoaia | -2/+2 |
| 2025-01-22 | Rollup merge of #135557 - estebank:wtf8, r=fee1-dead | Matthias Krüger | -1/+3 |
| 2025-01-22 | rustdoc-json: Rename `Path::name` to `path`, and give it path (again). | Alona Enraght-Moony | -2/+2 |
| 2025-01-22 | Rollup merge of #135850 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-01-22 | Run the glibc run-make test in opt-dist | Jakub Beránek | -1/+2 |
| 2025-01-22 | Use `structurally_normalize` instead of manual `normalizes-to` goals | Boxy | -1/+1 |
| 2025-01-22 | tests: port `jobserver-error.rs` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-01-22 | run-make-support: add `set_aux_fd` helper | 许杰友 Jieyou Xu (Joe) | -0/+66 |
| 2025-01-22 | Auto merge of #135848 - matthiaskrgr:rollup-sftciqm, r=matthiaskrgr | bors | -2/+2 |
| 2025-01-22 | Point at invalid utf-8 span on user's source code | Esteban Küber | -1/+3 |
| 2025-01-21 | Update the `wasm-component-ld` tool | Alex Crichton | -1/+1 |
| 2025-01-21 | Rollup merge of #135824 - jieyouxu:delete-bintools-check, r=Noratrieb | Matthias Krüger | -1/+0 |
| 2025-01-21 | Rollup merge of #135706 - compiler-errors:elaborate, r=lcnr | Matthias Krüger | -1/+2 |
| 2025-01-21 | Auto merge of #135487 - klensy:windows-0.59, r=Mark-Simulacrum | bors | -3/+3 |
| 2025-01-21 | manual: Document all rust-project.json fields | Wilfred Hughes | -8/+84 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -267/+91 |
| 2025-01-21 | internal: Treat cfg fetching failures as a warning | Wilfred Hughes | -1/+1 |
| 2025-01-21 | Move supertrait_def_ids into the elaborate module like all other fns | Michael Goulet | -1/+2 |
| 2025-01-21 | Provide a config to control auto-insertion of `await` and `iter()` | Chayim Refael Friedman | -56/+111 |
| 2025-01-21 | Keep already computed inlay hint properties instead of late resolving them | Lukas Wirth | -92/+99 |
| 2025-01-21 | Make `InlayHint::linked_location` computation lazy | Lukas Wirth | -204/+285 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -267/+91 |
| 2025-01-21 | tidy | klensy | -0/+1 |
| 2025-01-21 | bumpt compiler and tools to windows 0.59 | klensy | -3/+2 |
| 2025-01-21 | remove is_pwr2 | Luuk Wester | -17/+3 |
| 2025-01-21 | switch from using leading zeros to trailing zeros | Luuk Wester | -1/+4 |
| 2025-01-21 | tests: delete `cat-and-grep-sanity-check` | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-01-21 | Fix Param::as_local treating closures wrong | Lukas Wirth | -53/+67 |
| 2025-01-21 | Sort completion items that skip `await` and `iter()` behind those that don't | Chayim Refael Friedman | -0/+26 |
| 2025-01-21 | make large niche description more terse, switch to using u128::is_power_of_two | Luuk Wester | -5/+5 |
| 2025-01-21 | Merge pull request #18986 from Veykril/push-zlwvwlowpzqm | Lukas Wirth | -0/+49 |