about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-12more clippy fixes:Matthias Krüger-24/+15
2022-03-12more clippy fixes:Matthias Krüger-25/+18
2022-03-12fix clippy::needless_returnMatthias Krüger-17/+14
2022-03-12fix clippy::redundant_cloneMatthias Krüger-10/+6
2022-03-12fix clippy::map_flattenMatthias Krüger-8/+6
2022-03-12fix clippy::useless_conversionMatthias Krüger-29/+25
2022-03-12fix clippy::redundant_closureMatthias Krüger-25/+17
2022-03-12fix clippy::single_char_patternMatthias Krüger-22/+22
2022-03-12fix clippy::needless_borrowMatthias Krüger-77/+74
2022-03-12Merge #11691bors[bot]-28/+179
2022-03-12- clean up match in ide_completion::completions::record::complete_record_literalMorgan Thomas-55/+50
2022-03-12Merge #11693bors[bot]-170/+166
2022-03-12internal: Remove ide_completion::render::build_ext moduleLukas Wirth-170/+166
2022-03-12Suggest union literals, suggest union fields within an empty union literalMorgan Thomas-10/+166
2022-03-12feat: Add an assist for inlining type aliasesSteven Joruk-0/+746
2022-03-12chore: fill_match_arms was renamed - update its usage in a commentSteven Joruk-1/+1
2022-03-12Merge #11687 #11689bors[bot]-28/+54
2022-03-12minor: Pad type inlay hints if no colons are requestedLukas Wirth-1/+2
2022-03-12Optimize importsyipinliu-7/+3
2022-03-12Merge #11686bors[bot]-160/+186
2022-03-12Reduce intermediate string allocations in render::compound::render_record and...Morgan Thomas-32/+24
2022-03-12Extract the code for formatting struct and enum-variant literal labels out in...Morgan Thomas-12/+17
2022-03-12Fixed code style issuesyipinliu-71/+21
2022-03-12Fixed tidy testyipinliu-1/+1
2022-03-12Highlight escape sequences in byte stringsyipinliu-18/+97
2022-03-11make the doc comment on render::compound::visible_fields a little betterMorgan Thomas-2/+2
2022-03-11visibility tweak for CIMorgan Thomas-2/+2
2022-03-11Complete enum variants identically to structures.Morgan Thomas-90/+69
2022-03-11- Break out functionality related to rendering struct completions into `crate...Morgan Thomas-70/+120
2022-03-12Merge #11685bors[bot]-94/+52
2022-03-12Remove no_completions_required from CompletionContextLukas Wirth-94/+52
2022-03-12Merge #11684bors[bot]-14/+62
2022-03-12minor: add missing definitions of lsp_ext::InlayHintLabelLukas Wirth-4/+22
2022-03-11Merge #11683bors[bot]-29/+69
2022-03-11refactor: Rename and move const_arg_pathSteven Joruk-33/+41
2022-03-11refactor: Rename const_arg_content to const_arg_exprSteven Joruk-3/+3
2022-03-11fix: Allow configuration of colons in inlay-hintsLukas Wirth-10/+40
2022-03-11fix: Stop wrapping ConstParam's default values in ConstArgSteven Joruk-50/+82
2022-03-11Merge #11680bors[bot]-59/+133
2022-03-11fix: Show what file paths were expected for unresolved modulesLukas Wirth-59/+133
2022-03-10Merge #11676bors[bot]-384/+478
2022-03-10Don't parse source files to generate macro completion detailsLukas Wirth-204/+157
2022-03-10Enable qualifier completions for derivesLukas Wirth-83/+123
2022-03-10Don't offer qualified path completions for buitlin derivesLukas Wirth-82/+42
2022-03-10Expand into pseudo-derive attribute expansions in completionsLukas Wirth-56/+197
2022-03-10Merge #11672bors[bot]-8/+47
2022-03-10Add support for new `where` clause location in associated types.Dario Nieuwenhuis-8/+47
2022-03-10Merge #11671bors[bot]-5/+6
2022-03-10minor: Access parser internals through ide_db for ide cratesLukas Wirth-5/+6
2022-03-10Merge #11662bors[bot]-14/+167