| Age | Commit message (Expand) | Author | Lines |
| 2023-12-12 | fix: Fix `import_map::search_dependencies` getting confused by assoc and non ... | Lukas Wirth | -35/+65 |
| 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-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-09 | Auto merge of #16073 - HKalbasi:rustc-tests-fixup, r=HKalbasi | bors | -8/+21 |
| 2023-12-09 | Replace `doc_comments_and_attrs` with `collect_attrs` | hkalbasi | -8/+21 |
| 2023-12-08 | Auto merge of #16060 - Veykril:format-args-orphans, r=Veykril | bors | -8/+187 |
| 2023-12-08 | fix: Fix completion failing in format_args! with invalid template | Lukas Wirth | -8/+187 |
| 2023-12-08 | Auto merge of #16058 - Veykril:macro-diagnostics, r=Veykril | bors | -18/+99 |
| 2023-12-08 | fix: Smaller spans for unresolved field and method diagnostics | Lukas Wirth | -18/+99 |
| 2023-12-08 | Auto merge of #16055 - Veykril:field-fallback-method, r=Veykril | bors | -72/+140 |
| 2023-12-08 | Fallback to method resolution on unresolved field access with matching method... | Lukas Wirth | -72/+140 |
| 2023-12-08 | Auto merge of #16054 - Veykril:fix-downmapping, r=Veykril | bors | -131/+164 |
| 2023-12-08 | fix: Fix token downmapping being quadratic | Lukas Wirth | -131/+164 |
| 2023-12-08 | Auto merge of #15627 - jmintb:sort_imports, r=Veykril | bors | -477/+845 |
| 2023-12-08 | Cleanup | Lukas Wirth | -550/+516 |
| 2023-12-08 | Auto merge of #16048 - Veykril:concat-bytes-fix, r=Veykril | bors | -49/+107 |
| 2023-12-08 | Implement function type matching | Jessie Chatham Spencer | -101/+95 |
| 2023-12-08 | WIP - Sort suggested imports by type for data types | Jessie Chatham Spencer | -10/+418 |
| 2023-12-08 | Auto merge of #15705 - rmehri01:14485_fix_delegate_self_references, r=Veykril | bors | -5/+263 |
| 2023-12-08 | fix: prefer keeping Self if it is in the same impl def | Ryan Mehri | -11/+28 |
| 2023-12-08 | fix: preserve where clause in delegate method | Ryan Mehri | -1/+48 |
| 2023-12-08 | fix: resolve Self type references in delegate method assist | Ryan Mehri | -3/+197 |
| 2023-12-08 | Auto merge of #15486 - petr-tik:n15134_hide_private_from_autocomplete_2, r=Ve... | bors | -2/+38 |
| 2023-12-08 | fix: Fix item tree lowering pub(self) to pub() | Lukas Wirth | -31/+28 |
| 2023-12-08 | Stop offering private functions in completions | petr-tik | -14/+53 |
| 2023-12-08 | Auto merge of #15515 - cardoso:flip-binexpr/lhs-binexpr, r=Veykril | bors | -1/+30 |
| 2023-12-08 | flip binexpr works for lhs cmp | Matheus Cardoso | -11/+22 |
| 2023-12-08 | Flip binexpr works for lhs binexpr | Matheus Cardoso | -0/+18 |
| 2023-12-08 | fix: Fix `concat_bytes!` expansion | Lukas Wirth | -7/+61 |
| 2023-12-08 | Auto merge of #15896 - minestarks:run-quickpick, r=Veykril | bors | -57/+94 |
| 2023-12-08 | Make TraitEnvironment's constructor private | Lukas Wirth | -42/+46 |
| 2023-12-07 | Auto merge of #16028 - Young-Flash:fix-issue-16012, r=HKalbasi | bors | -4/+18 |
| 2023-12-07 | Auto merge of #16045 - HKalbasi:rustc-tests-fixup, r=HKalbasi | bors | -3/+27 |
| 2023-12-08 | Fix panic with closure inside array len | hkalbasi | -3/+27 |
| 2023-12-07 | Auto merge of #16009 - werifu:fix-extract-function, r=Veykril | bors | -1/+27 |
| 2023-12-07 | Auto merge of #16041 - roife:fix-line-index-widechar, r=Veykril | bors | -3/+30 |
| 2023-12-07 | Auto merge of #15990 - Young-Flash:trait_impl_reduntant_assoc_item, r=Veykril | bors | -1/+111 |
| 2023-12-07 | fix: change default diagnostic range into impl body | Young-Flash | -6/+15 |
| 2023-12-07 | Auto merge of #16043 - Veykril:dep-bump, r=Veykril | bors | -55/+33 |
| 2023-12-07 | Bump and unlock some dependencies | Lukas Wirth | -55/+33 |
| 2023-12-07 | Auto merge of #16042 - Veykril:salsa-bump, r=Veykril | bors | -32/+35 |
| 2023-12-07 | internal: Bump salsa | Lukas Wirth | -32/+35 |
| 2023-12-07 | fix: correct existing tests for WideChar in lib 'line-index' and add more tests | roife | -2/+26 |
| 2023-12-07 | fix: correct calculation for fields in WideChar for line-specific positions | roife | -1/+4 |
| 2023-12-06 | Auto merge of #16038 - Veykril:lsp-server-bump, r=Veykril | bors | -7/+7 |