| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-01-21 | Enable verbose tests in opt-dist tests | Jakub Beránek | -0/+1 |
| 2025-01-21 | Add test for checking used glibc symbols | Jakub Beránek | -2/+14 |
| 2025-01-21 | Cleanup `Name` string rendering | Lukas Wirth | -249/+145 |
| 2025-01-21 | Merge pull request #18977 from ChayimFriedman2/fix-upmapping | Lukas Wirth | -13/+68 |
| 2025-01-20 | Rollup merge of #135775 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -2920/+9088 |
| 2025-01-20 | Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJung | Matthias Krüger | -85/+60 |
| 2025-01-20 | Fix another bug with completion of trait items inside macros | Chayim Refael Friedman | -11/+36 |
| 2025-01-20 | fix: Only refresh syntax tree view when the active document changes | Giga Bowser | -1/+8 |
| 2025-01-20 | Goto `Display::fmt` when invoked on `to_string` | Lukas Wirth | -0/+49 |
| 2025-01-20 | Bring back goto def redirect for parse -> FromStr | Lukas Wirth | -4/+59 |
| 2025-01-20 | Move dual blanket impl logic from source analyzer to goto_def | Lukas Wirth | -114/+93 |
| 2025-01-20 | fix: upmap ranges in convert_tuple_struct_to_named_struct assist | Vishruth-Thimmaiah | -1/+101 |
| 2025-01-20 | Updated several files to use rust intrinsic macros instead of the legacy exte... | vayunbiyani | -85/+60 |
| 2025-01-20 | Merge pull request #18967 from Veykril/push-pwonkmwqmmol | Lukas Wirth | -265/+368 |
| 2025-01-20 | Merge pull request #18934 from 1hakusai1/goto_definition_from_into | Lukas Wirth | -2/+278 |
| 2025-01-20 | Merge pull request #18982 from Veykril/push-lstmvzsowxyt | Lukas Wirth | -7/+15 |
| 2025-01-20 | Merge pull request #18972 from osiewicz/drop-outgoing-messages-on-background-... | Lukas Wirth | -12/+42 |
| 2025-01-20 | Merge pull request #18976 from ChayimFriedman2/non-module-generic-args | Lukas Wirth | -29/+81 |
| 2025-01-20 | Fix import search not discarding rawness | Lukas Wirth | -29/+65 |
| 2025-01-20 | Less allocs | Lukas Wirth | -19/+30 |