about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-12fix: Fix `import_map::search_dependencies` getting confused by assoc and non ...Lukas Wirth-35/+65
2023-12-11Auto merge of #16089 - SomeoneToIgnore:fix-parameter-inlay-hints-resolution, ...bors-20/+38
2023-12-11Search for parent blocks and items when resolving inlay hintsKirill Bulatov-9/+17
2023-12-11Query for nearest parent block around the hint to resolveKirill Bulatov-20/+30
2023-12-10Auto merge of #16039 - WaffleLapkin:don't-emit-missing-assoc-items-diagnostic...bors-1/+16
2023-12-10fix: Don't emit "missing items" diagnostic for negative implsMaybe Waffle-1/+16
2023-12-10Auto merge of #16078 - Veykril:fix-view-ir, r=Veykrilbors-8/+10
2023-12-10fix: Fix view mir, hir and eval function not working when cursor is inside ma...Lukas Wirth-8/+10
2023-12-09Auto merge of #16073 - HKalbasi:rustc-tests-fixup, r=HKalbasibors-8/+21
2023-12-09Replace `doc_comments_and_attrs` with `collect_attrs`hkalbasi-8/+21
2023-12-08Auto merge of #16060 - Veykril:format-args-orphans, r=Veykrilbors-8/+187
2023-12-08fix: Fix completion failing in format_args! with invalid templateLukas Wirth-8/+187
2023-12-08Auto merge of #16058 - Veykril:macro-diagnostics, r=Veykrilbors-18/+99
2023-12-08fix: Smaller spans for unresolved field and method diagnosticsLukas Wirth-18/+99
2023-12-08Auto merge of #16055 - Veykril:field-fallback-method, r=Veykrilbors-72/+140
2023-12-08Fallback to method resolution on unresolved field access with matching method...Lukas Wirth-72/+140
2023-12-08Auto merge of #16054 - Veykril:fix-downmapping, r=Veykrilbors-131/+164
2023-12-08fix: Fix token downmapping being quadraticLukas Wirth-131/+164
2023-12-08Auto merge of #15627 - jmintb:sort_imports, r=Veykrilbors-477/+845
2023-12-08CleanupLukas Wirth-550/+516
2023-12-08Auto merge of #16048 - Veykril:concat-bytes-fix, r=Veykrilbors-49/+107
2023-12-08Implement function type matchingJessie Chatham Spencer-101/+95
2023-12-08WIP - Sort suggested imports by type for data typesJessie Chatham Spencer-10/+418
2023-12-08Auto merge of #15705 - rmehri01:14485_fix_delegate_self_references, r=Veykrilbors-5/+263
2023-12-08fix: prefer keeping Self if it is in the same impl defRyan Mehri-11/+28
2023-12-08fix: preserve where clause in delegate methodRyan Mehri-1/+48
2023-12-08fix: resolve Self type references in delegate method assistRyan Mehri-3/+197
2023-12-08Auto merge of #15486 - petr-tik:n15134_hide_private_from_autocomplete_2, r=Ve...bors-2/+38
2023-12-08fix: Fix item tree lowering pub(self) to pub()Lukas Wirth-31/+28
2023-12-08Stop offering private functions in completionspetr-tik-14/+53
2023-12-08Auto merge of #15515 - cardoso:flip-binexpr/lhs-binexpr, r=Veykrilbors-1/+30
2023-12-08flip binexpr works for lhs cmpMatheus Cardoso-11/+22
2023-12-08Flip binexpr works for lhs binexprMatheus Cardoso-0/+18
2023-12-08fix: Fix `concat_bytes!` expansionLukas Wirth-7/+61
2023-12-08Auto merge of #15896 - minestarks:run-quickpick, r=Veykrilbors-57/+94
2023-12-08Make TraitEnvironment's constructor privateLukas Wirth-42/+46
2023-12-07Auto merge of #16028 - Young-Flash:fix-issue-16012, r=HKalbasibors-4/+18
2023-12-07Auto merge of #16045 - HKalbasi:rustc-tests-fixup, r=HKalbasibors-3/+27
2023-12-08Fix panic with closure inside array lenhkalbasi-3/+27
2023-12-07Auto merge of #16009 - werifu:fix-extract-function, r=Veykrilbors-1/+27
2023-12-07Auto merge of #16041 - roife:fix-line-index-widechar, r=Veykrilbors-3/+30
2023-12-07Auto merge of #15990 - Young-Flash:trait_impl_reduntant_assoc_item, r=Veykrilbors-1/+111
2023-12-07fix: change default diagnostic range into impl bodyYoung-Flash-6/+15
2023-12-07Auto merge of #16043 - Veykril:dep-bump, r=Veykrilbors-55/+33
2023-12-07Bump and unlock some dependenciesLukas Wirth-55/+33
2023-12-07Auto merge of #16042 - Veykril:salsa-bump, r=Veykrilbors-32/+35
2023-12-07internal: Bump salsaLukas Wirth-32/+35
2023-12-07fix: correct existing tests for WideChar in lib 'line-index' and add more testsroife-2/+26
2023-12-07fix: correct calculation for fields in WideChar for line-specific positionsroife-1/+4
2023-12-06Auto merge of #16038 - Veykril:lsp-server-bump, r=Veykrilbors-7/+7