aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | | | | 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
| | |/ / / | |/| | |
* | | | | Add back jemalloc supportJonas Schievink2021-01-184-1/+18
* | | | | cargo updatekjeremy2021-01-181-4/+4
* | | | | 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
| | |/ / / / | |/| | | |
* / | | | | Add `MacroType` syntaxJonas Schievink2021-01-183-2/+34
|/ / / / /
* | | | | Merge #7291bors[bot]2021-01-1826-165/+233
|\ \ \ \ \
| * | | | | Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-1526-165/+233
* | | | | | Merge #7323bors[bot]2021-01-181-8/+5
|\ \ \ \ \ \
| * | | | | | MinorAleksey Kladov2021-01-181-8/+5
* | | | | | | Use assert_never properlyAleksey Kladov2021-01-181-1/+3
|/ / / / / /
* | | | | | Merge #7320bors[bot]2021-01-181-1/+1
|\ \ \ \ \ \
| * | | | | | Enable serde_json unbounded_depth featureLaurențiu Nicola2021-01-181-1/+1
* | | | | | | Avoid blocking the main loop when editing Cargo.tomlAleksey Kladov2021-01-185-71/+100
|/ / / / / /
* | | | | | Add profile callAleksey Kladov2021-01-181-0/+1
* | | | | | Merge #7317bors[bot]2021-01-183-0/+5
|\ \ \ \ \ \
| * | | | | | Add profile callAleksey Kladov2021-01-183-0/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge #7292bors[bot]2021-01-186-27/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Swap assert_eq_text\!(expected, actual)yugo-horie2021-01-166-27/+27
* | | | | | Add missing inlinesAleksey Kladov2021-01-171-0/+3
| |_|_|_|/ |/| | | |
* | | | | Less annoying `mod` completionAleksey Kladov2021-01-171-1/+1
* | | | | :arrow_up: arenaAleksey Kladov2021-01-175-5/+5
* | | | | Use ‘index’ terminology for arena consistentlyAramis Razzaghipour2021-01-174-7/+7
* | | | | Merge #7276bors[bot]2021-01-1710-10/+10
|\ \ \ \ \
| * | | | | Remove map module from la-arena public APIAramis Razzaghipour2021-01-1510-10/+10
* | | | | | Merge #7304bors[bot]2021-01-175-5/+5
|\ \ \ \ \ \
| * | | | | | Depend on local copy of la-arena instead of crates.io’sAramis Razzaghipour2021-01-175-5/+5
* | | | | | | When building an item-tree, keep fewer nodes in memoryAleksey Kladov2021-01-162-7/+25
| |_|_|_|_|/ |/| | | | |
* | | | | | Unindent the testKirill Bulatov2021-01-161-22/+22
* | | | | | Use specific kind for the flyimport completionsKirill Bulatov2021-01-161-5/+10
* | | | | | Share import_assets and related entitiesKirill Bulatov2021-01-1620-332/+411
| |_|/ / / |/| | | |
* | | | | Add test mark for skipping single use itemunexge2021-01-151-0/+3
* | | | | Create new nodes only when applying changesunexge2021-01-151-16/+31
* | | | | Add Unmerge Use assistunexge2021-01-155-3/+236
| |_|/ / |/| | |
* | | | Merge #7288bors[bot]2021-01-1539-250/+254
|\ \ \ \
| * | | | Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-1539-250/+254
* | | | | Merge #7287bors[bot]2021-01-151-1/+1
|\ \ \ \ \