about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-05-05internal: Remove unqualified_path completions moduleLukas Wirth-732/+769
2022-05-05Check const referenceWang Ruochen-1/+52
2022-05-05Avoid allocationsWang Ruochen-32/+37
2022-05-05Fix rebase falloutJonas Schievink-2/+2
2022-05-05Maybe everything else *should* have to deal with itJonas Schievink-40/+35
2022-05-05Indicate the number of float tokens in the first tokenJonas Schievink-44/+194
2022-05-05Wrap floats in token trees in `FLOAT_LITERAL` nodeJonas Schievink-22/+33
2022-05-05Add completion testJonas Schievink-0/+20
2022-05-05Add testsJonas Schievink-0/+48
2022-05-05Split float literal tokens at the `.`Jonas Schievink-72/+157
2022-05-05Wrap float literals in their own nodeJonas Schievink-49/+113
2022-05-05Remove `ast::Literal::token`Jonas Schievink-11/+19
2022-05-05internal: Remove unqualified_path completions moduleLukas Wirth-421/+464
2022-05-05internal: Lift out item list path completions from (un)qualified_pathLukas Wirth-68/+97
2022-05-05Auto merge of #12160 - Veykril:completions-rev, r=Veykrilbors-945/+946
2022-05-05minor: Sort ide-completions test outputs for less disruptive diffsLukas Wirth-945/+946
2022-05-05Auto merge of #12159 - Veykril:completions-rev, r=Veykrilbors-11/+41
2022-05-05internal: Lift out macro bang property from PathKind enumLukas Wirth-11/+41
2022-05-05Lower values of char and byte literalsLaurențiu Nicola-11/+178
2022-05-05Auto merge of #12150 - rainy-me:feat/fix-doc-url-links, r=rainy-mebors-33/+84
2022-05-05fix: add docs and remove unnecessary checkrainy-me-6/+8
2022-05-04Remove handling of `#[rustc_deprecated]`Jacob Pratt-19/+6
2022-05-05fix: doc url link typerainy-me-33/+82
2022-05-04Implement old to new config patchingLukas Wirth-0/+118
2022-05-04Auto merge of #12143 - bnjjj:master, r=Veykrilbors-5/+19
2022-05-04Auto merge of #12142 - WaffleLapkin:sort-items-by-trait-def, r=lnicolabors-60/+123
2022-05-04improve the default constructor mode when filling fieldsBenjamin Coenen-5/+19
2022-05-04Remove "Sort methods by trait definition" assistMaybe Waffle-267/+24
2022-05-03Add "Sort items by trait definition"Maybe Waffle-0/+307
2022-05-03Fix some typos in `ide-assists/src/lib.rs`Maybe Waffle-2/+1
2022-05-03'inference': collect RPIT obligationsiDawer-13/+75
2022-05-02Trigger only when cursor is on elseWang Ruochen-18/+33
2022-05-02Add a `Converter` type for token conversionJonas Schievink-143/+168
2022-05-02Auto merge of #12123 - rainy-me:feat/impl-self-completion, r=Veykrilbors-0/+61
2022-05-02Auto merge of #12093 - nico-abram:uwu, r=Veykrilbors-1/+6
2022-05-02Auto merge of #12120 - iDawer:ide.sig_help, r=Veykrilbors-10/+46
2022-05-02minor: Add a test for display rendering record variantsLukas Wirth-0/+22
2022-05-02fix: Fix uncorrect use of double braces in HirDisplay implementationsLukas Wirth-5/+5
2022-05-01Fix up config docsLukas Wirth-23/+44
2022-05-01Fix untagged enum deserializationLukas Wirth-2/+32
2022-05-01Final fixupsLukas Wirth-10/+11
2022-05-01Update config usage in slow testsLukas Wirth-6/+12
2022-05-01Adjust signature info and enum variant lensesLukas Wirth-5/+20
2022-05-01Implement boolean aliasesLukas Wirth-21/+100
2022-05-01Sort config definitionLukas Wirth-107/+102
2022-05-01Initial config revampLukas Wirth-144/+196
2022-05-01Turn let-else statements into let and matchWang Ruochen-0/+448
2022-05-01feat: provide self in record literal completionrainy-me-0/+61
2022-05-01delete another swap filePeh-0/+0
2022-05-01update crates names in slow-tests/tidy.rsPeh-16/+16