aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move SymbolKind to ide_dbLukas Wirth2021-01-2011-37/+40
* Add LifetimeParam and ConstParam to CompletionItemKindLukas Wirth2021-01-194-24/+34
* Merge #7351bors[bot]2021-01-194-12/+41
|\
| * Show const params in completionsLukas Wirth2021-01-194-12/+41
* | Merge #7347bors[bot]2021-01-191-10/+16
|\ \
| * | Reduce TokenMap sizeEdwin Cheng2021-01-191-10/+16
|/ /
* | Merge #7321bors[bot]2021-01-192-73/+136
|\ \
| * | Support runnables in macrosEdwin Cheng2021-01-192-73/+136
* | | Merge #7346bors[bot]2021-01-191-10/+4
|\ \ \
| * | | :arrow_up: rowanAleksey Kladov2021-01-191-10/+4
|/ / /
* | | Merge #7342bors[bot]2021-01-198-36/+78
|\ \ \
| * | | Show deprecated completions for deprecated traitsKirill Bulatov2021-01-188-28/+69
| * | | Consider rustc_deprecated attr when checking for deprecationKirill Bulatov2021-01-181-8/+9
| | |/ | |/|
* | | Merge #7341bors[bot]2021-01-183-2/+7
|\ \ \ | |/ / |/| |
| * | Fix warnings when running `cargo doc --document-private-items`Joshua Nelson2021-01-183-2/+7
* | | Merge #7340bors[bot]2021-01-183-38/+20
|\ \ \
| * | | Remove obsolete RangeInfo usage in referencesLukas Wirth2021-01-183-38/+20
* | | | Merge #7336bors[bot]2021-01-1810-39/+35
|\ \ \ \
| * | | | Rename `CrateDefMap` to `DefMap`Jonas Schievink2021-01-1810-39/+35
* | | | | Merge #7339bors[bot]2021-01-181-3/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Delete optional arg for inline attr and add doc alias attr completion #7167Benjamin Coenen2021-01-181-3/+6
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge #7297 #7338bors[bot]2021-01-1822-287/+884
|\ \ \ \ \ \
| | * | | | | Parse `impl const Trait`Lukas Wirth2021-01-184-2/+31
| * | | | | | Small token fixKirill Bulatov2021-01-181-1/+1
| * | | | | | Properly resolve completion edits for empty inputKirill Bulatov2021-01-172-35/+46
| * | | | | | Do trait solving in batchKirill Bulatov2021-01-171-95/+97
| * | | | | | Draft the working completionKirill Bulatov2021-01-173-27/+168
| * | | | | | Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-1618-248/+662
* | | | | | | Merge #7337bors[bot]2021-01-184-169/+151
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Remove obsolete RangeInfo usage in renameLukas Wirth2021-01-184-169/+151
|/ / / / / /
* | | | | | Merge #7332bors[bot]2021-01-182-164/+210
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Make rename reference search use ide_db::search directlyLukas Wirth2021-01-182-164/+210
| | |/ / / | |/| | |
* | | | | Merge #7334bors[bot]2021-01-187-4/+94
|\ \ \ \ \
| * | | | | Add back jemalloc supportJonas Schievink2021-01-187-4/+94
|/ / / / /
* | | | | Merge #7333bors[bot]2021-01-182-38/+38
|\ \ \ \ \
| * | | | | cargo updatekjeremy2021-01-182-38/+38
|/ / / / /
* | | | | Merge #7331bors[bot]2021-01-182-1/+5
|\ \ \ \ \
| * | | | | shrink_to_fit `TokenMap`'s backing storageJonas Schievink2021-01-182-1/+5
* | | | | | Merge #7326bors[bot]2021-01-181-1/+1
|\ \ \ \ \ \
| * | | | | | cargo fmtKevaundray Wedderburn2021-01-181-1/+1
| * | | | | | use `is_ident` methodKevaundray Wedderburn2021-01-181-2/+2
* | | | | | | Merge #7329bors[bot]2021-01-181-0/+20
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Add test for reference search on self declaration paramLukas Wirth2021-01-181-0/+20
* | | | | | | Merge #7327bors[bot]2021-01-181-9/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove `item_tree::Expr`Jonas Schievink2021-01-181-9/+1
| | |/ / / / | |/| | | |
* | | | | | Merge #7324bors[bot]2021-01-185-4/+37
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add `MacroType` syntaxJonas Schievink2021-01-185-4/+37
|/ / / / /
* | | | | Merge #7291bors[bot]2021-01-1828-168/+236
|\ \ \ \ \
| * | | | | Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-1528-168/+236
* | | | | | Merge #7323bors[bot]2021-01-181-8/+5
|\ \ \ \ \ \