about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-03-16Mark chaining hints as types, since that's what they areLaurențiu Nicola-2/+1
2022-03-15Merge #11718bors[bot]-3/+37
2022-03-15fix const generic panichkalbasi-3/+37
2022-03-15Merge #11714bors[bot]-17/+63
2022-03-15fix: Fix completions not always working in for-loop patternsLukas Wirth-17/+63
2022-03-14Merge #11707bors[bot]-35/+38
2022-03-14SimplifyLukas Wirth-35/+38
2022-03-14Merge #11700bors[bot]-32/+49
2022-03-14:arrow_up: xshellAleksey Kladov-32/+49
2022-03-14Add const genericshkalbasi-519/+1264
2022-03-13test: Make imported_external test that the full path is replacedSteven Joruk-6/+4
2022-03-12broke a test trying to make the diff look better...Morgan Thomas-1/+1
2022-03-12fix: "Extract to function" assist preserves `break` and `continue` labelsMorgan Thomas-26/+146
2022-03-12chore: Remove unused importSteven Joruk-1/+1
2022-03-12refactor: Veykril's code review suggestionsSteven Joruk-91/+126
2022-03-12fix clippy::needless_late_initMatthias Krüger-47/+31
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-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]-13/+51
2022-03-12minor: add missing definitions of lsp_ext::InlayHintLabelLukas Wirth-3/+21
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