| Age | Commit message (Expand) | Author | Lines |
| 2025-01-24 | Merge pull request #19016 from Veykril/push-moqnsytyrupu | Lukas Wirth | -208/+234 |
| 2025-01-24 | Fix `ItemScope` not recording glob imports | Lukas Wirth | -208/+234 |
| 2025-01-23 | Check cfg when collecting macro defs | David Richey | -0/+6 |
| 2025-01-23 | Rephrase comment | Laurențiu Nicola | -3/+3 |
| 2025-01-22 | increase `AUTODEREF_RECURSION_LIMIT` to 20 | Teodor Tanasoaia | -2/+2 |
| 2025-01-21 | manual: Document all rust-project.json fields | Wilfred Hughes | -8/+84 |
| 2025-01-21 | Sort completion items that skip `await` and `iter()` behind those that don't | Chayim Refael Friedman | -0/+26 |
| 2025-01-21 | Merge pull request #18986 from Veykril/push-zlwvwlowpzqm | Lukas Wirth | -0/+49 |
| 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 | 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 | 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 |
| 2025-01-20 | Preserve impl assoc names in ImplData | Lukas Wirth | -89/+78 |
| 2025-01-20 | Vec -> Box<[_]> | Lukas Wirth | -9/+6 |
| 2025-01-20 | Properly record meaningful imports as re-exports in symbol index | Lukas Wirth | -143/+213 |
| 2025-01-20 | Add a test case | 1hakusai1 | -0/+24 |
| 2025-01-20 | Use Semantics::resolve_method_call_as_callable to find implementation | 1hakusai1 | -59/+89 |
| 2025-01-20 | Merge pull request #18981 from Fabian-Gruenbichler/proc-macro-srv-portability | Laurențiu Nicola | -3/+10 |
| 2025-01-20 | proc-macro-srv: make usage of RTLD_DEEPBIND portable | Fabian Grünbichler | -3/+10 |
| 2025-01-20 | Bump rustc crates | Laurențiu Nicola | -17/+17 |
| 2025-01-20 | Merge from rust-lang/rust | Laurențiu Nicola | -3205/+6416 |
| 2025-01-20 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-01-19 | Auto merge of #135742 - RalfJung:miri-sync, r=RalfJung | bors | -765/+982 |
| 2025-01-19 | fix location of pipe module | Ralf Jung | -2/+3 |
| 2025-01-19 | Auto merge of #135714 - rust-lang:cargo_update, r=clubby789 | bors | -27/+38 |
| 2025-01-19 | Rollup merge of #135723 - Noratrieb:error-pattern-my-a-, r=jieyouxu | Guillaume Gomez | -1/+2 |
| 2025-01-19 | Remove unused `item-row` CSS class | Guillaume Gomez | -1/+1 |
| 2025-01-19 | Fix missing upmapping in trait impls completion | Chayim Refael Friedman | -3/+33 |
| 2025-01-19 | Fix dev guide docs for error-pattern | Noratrieb | -1/+2 |
| 2025-01-19 | Auto merge of #135709 - lqd:bring-back-len, r=compiler-errors | bors | -1/+1 |
| 2025-01-19 | Merge from rustc | The Miri Cronjob Bot | -566/+766 |
| 2025-01-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-19 | Fix a bug where enum variants were not considered properly in type ns resolution | Chayim Refael Friedman | -29/+81 |
| 2025-01-19 | Auto merge of #135715 - matthiaskrgr:rollup-9a18sxj, r=matthiaskrgr | bors | -59/+44 |
| 2025-01-19 | Rollup merge of #135641 - GuillaumeGomez:items-list, r=notriddle | Matthias Krüger | -59/+44 |
| 2025-01-19 | cargo update | github-actions | -27/+38 |
| 2025-01-19 | Rollup merge of #135640 - Gelbpunkt:drop-mips-glibc-patches, r=Kobzol | Matthias Krüger | -127/+0 |
| 2025-01-19 | Rollup merge of #135623 - marcoieni:mingw-check-tidy-dockerfile, r=Kobzol | Matthias Krüger | -1/+3 |
| 2025-01-19 | Rollup merge of #135616 - marcoieni:split-i686-msvc-job, r=Kobzol | Matthias Krüger | -5/+21 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -1/+1 |