| Age | Commit message (Expand) | Author | Lines |
| 2023-12-18 | Add minimal support for the 2024 edition | Laurențiu Nicola | -0/+9 |
| 2023-12-15 | Auto merge of #16131 - HKalbasi:rustc-tests-fixup, r=HKalbasi | bors | -46/+97 |
| 2023-12-15 | Use depth 1 in git clone | hkalbasi | -1/+1 |
| 2023-12-15 | Fix false positive type mismatch in const reference patterns | hkalbasi | -45/+96 |
| 2023-12-15 | Auto merge of #16123 - Veykril:simplify, r=Veykril | bors | -45/+112 |
| 2023-12-15 | Auto merge of #16130 - Veykril:syntax-fixup, r=Veykril | bors | -14/+54 |
| 2023-12-15 | fix: Syntax fixup now removes subtrees with fake spans | Lukas Wirth | -14/+54 |
| 2023-12-14 | Auto merge of #16125 - HKalbasi:rustc-tests, r=HKalbasi | bors | -5/+288 |
| 2023-12-15 | Run rust-analyzer on rustc tests in metrics | hkalbasi | -5/+288 |
| 2023-12-14 | Remove `ModuleId` from `TypeOwnerId` | Lukas Wirth | -45/+112 |
| 2023-12-14 | Auto merge of #16121 - Veykril:assert-messages, r=Veykril | bors | -2/+2 |
| 2023-12-14 | minor: Add messages to some asserts for better debugging | Lukas Wirth | -2/+2 |
| 2023-12-13 | Auto merge of #15887 - jinohkang-theori:fix/ide-assists/convert_tuple_struct_... | bors | -1/+1 |
| 2023-12-13 | Auto merge of #16115 - HKalbasi:rustc-tests-fixup, r=lnicola | bors | -5/+29 |
| 2023-12-13 | Update builtin attrs from rustc | hkalbasi | -5/+29 |
| 2023-12-13 | Auto merge of #16061 - Veykril:vec-completion, r=Veykril | bors | -25/+82 |
| 2023-12-12 | Auto merge of #16107 - Veykril:rev-16101, r=Veykril | bors | -15/+47 |
| 2023-12-12 | Partially revert #16101 | Lukas Wirth | -15/+47 |
| 2023-12-12 | Auto merge of #16106 - Veykril:fix-lifetime-span-split, r=Veykril | bors | -28/+22 |
| 2023-12-12 | fix: Fix syntax bridge assigning invalid span to lifetime tokens | Lukas Wirth | -28/+22 |
| 2023-12-12 | Auto merge of #16104 - lnicola:bump-line-index, r=lnicola | bors | -5/+5 |
| 2023-12-12 | Bump line-index | Laurențiu Nicola | -5/+5 |
| 2023-12-12 | Auto merge of #16102 - lnicola:publish-libs, r=lnicola | bors | -2/+2 |
| 2023-12-12 | Publish line-index | Laurențiu Nicola | -2/+2 |
| 2023-12-12 | Auto merge of #16101 - Veykril:search-depedencies-fix, r=Veykril | bors | -35/+65 |
| 2023-12-12 | fix: Fix `import_map::search_dependencies` getting confused by assoc and non ... | Lukas Wirth | -35/+65 |
| 2023-12-12 | Auto merge of #16099 - Veykril:flyimport, r=Veykril | bors | -191/+196 |
| 2023-12-12 | Bump DEFAULT_QUERY_SEARCH_LIMIT from 40 to 100 | Lukas Wirth | -24/+66 |
| 2023-12-12 | Simplify and improve perf of import_assets::import_for_item | Lukas Wirth | -116/+99 |
| 2023-12-12 | Auto merge of #16098 - lnicola:sync-from-rust, r=lnicola | bors | -17/+22 |
| 2023-12-12 | Merge remote-tracking branch 'upstream/master' into sync-from-rust | Laurențiu Nicola | -75/+95 |
| 2023-12-12 | Fix formatting | Laurențiu Nicola | -1/+1 |
| 2023-12-12 | Merge branch 'master' into sync-from-rust | Laurențiu Nicola | -1/+5 |
| 2023-12-12 | Auto merge of #118817 - lnicola:sync-from-ra, r=lnicola | bors | -6213/+9743 |
| 2023-12-12 | Rollup merge of #118445 - ferrocene:jp-support-reuse-in-submodules, r=Mark-Si... | Matthias Krüger | -1/+2 |
| 2023-12-11 | Auto merge of #16094 - HKalbasi:rustc-tests-fixup, r=HKalbasi | bors | -55/+57 |
| 2023-12-11 | Replace `doc_comments_and_attrs` with `collect_attrs`, 2nd round | hkalbasi | -55/+57 |
| 2023-12-11 | Always render the path to be imported in the completion detail | Lukas Wirth | -51/+31 |
| 2023-12-11 | Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkin | bors | -13/+18 |
| 2023-12-11 | Auto merge of #16089 - SomeoneToIgnore:fix-parameter-inlay-hints-resolution, ... | bors | -20/+38 |
| 2023-12-11 | Search for parent blocks and items when resolving inlay hints | Kirill Bulatov | -9/+17 |
| 2023-12-11 | Query for nearest parent block around the hint to resolve | Kirill Bulatov | -20/+30 |
| 2023-12-11 | Fix typo in cfg | Laurențiu Nicola | -1/+1 |
| 2023-12-11 | Merge commit '457b966b171b09a7e57acb710fbca29a4b3526f0' into sync-from-ra | Laurențiu Nicola | -6213/+9743 |
| 2023-12-10 | Apply suggestions from code review | Ben Kimock | -7/+7 |
| 2023-12-10 | Auto merge of #16039 - WaffleLapkin:don't-emit-missing-assoc-items-diagnostic... | bors | -1/+16 |
| 2023-12-10 | fix: Don't emit "missing items" diagnostic for negative impls | Maybe Waffle | -1/+16 |
| 2023-12-10 | Auto merge of #16078 - Veykril:fix-view-ir, r=Veykril | bors | -8/+10 |
| 2023-12-10 | fix: Fix view mir, hir and eval function not working when cursor is inside ma... | Lukas Wirth | -8/+10 |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 |