aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db
Commit message (Expand)AuthorAgeFilesLines
* Make `ModPath`'s representation privateJonas Schievink2021-02-041-1/+1
* Make always-assert crate reusableAleksey Kladov2021-01-261-5/+2
* Merge #7406bors[bot]2021-01-261-0/+15
|\
| * replace_if_let_with_match: don't assume sad patternDániel Buga2021-01-221-0/+15
* | Support unions in symbol searchLukas Wirth2021-01-241-5/+9
|/
* Merge #7353bors[bot]2021-01-221-0/+24
|\
| * Partially unify SymbolKind and CompletionItemKindLukas Wirth2021-01-201-14/+14
| * Move SymbolKind to ide_dbLukas Wirth2021-01-201-0/+24
* | Add name resolution query for block expressionsJonas Schievink2021-01-211-0/+1
* | Treat BlockExpr as a potential module originJonas Schievink2021-01-201-0/+10
* | Make public DefMap fields privateJonas Schievink2021-01-201-1/+1
* | .Aleksey Kladov2021-01-193-4/+4
|/
* Merge #7297 #7338bors[bot]2021-01-182-158/+274
|\
| * Do trait solving in batchKirill Bulatov2021-01-171-95/+97
| * Draft the working completionKirill Bulatov2021-01-172-16/+30
| * Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-162-130/+230
* | Merge #7291bors[bot]2021-01-181-7/+4
|\ \
| * | Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-151-7/+4
* | | Merge #7292bors[bot]2021-01-181-1/+1
|\ \ \ | |_|/ |/| |
| * | Swap assert_eq_text\!(expected, actual)yugo-horie2021-01-161-1/+1
* | | Share import_assets and related entitiesKirill Bulatov2021-01-164-2/+278
|/ /
* / Add Unmerge Use assistunexge2021-01-151-1/+1
|/
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-153-21/+36
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-141-25/+25
* Group file source edits by FileIdLukas Wirth2021-01-141-12/+42
* Merge #7260bors[bot]2021-01-142-88/+121
|\
| * Render Fn* trait objects and impl types as rust doesLukas Wirth2021-01-131-0/+1
| * Move FamousDefs fixture out into its own fileLukas Wirth2021-01-122-88/+120
* | Rename FileReferences -> UsageSearchResultLukas Wirth2021-01-121-6/+5
* | Ensure uniqueness of file ids in reference search via hashmapLukas Wirth2021-01-121-19/+29
* | Group references by FileIdLukas Wirth2021-01-121-37/+64
|/
* Merge #7218bors[bot]2021-01-101-1/+1
|\
| * Fixed typos in code commentsVincent Esche2021-01-091-1/+1
* | Use hir::GenericParam in ide_db::Definition instead of relisting all 3Lukas Wirth2021-01-102-22/+16
|/
* Merge #7145bors[bot]2021-01-081-0/+1
|\
| * Proper handling $crate Take 2Edwin Cheng2021-01-071-0/+1
* | Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-073-37/+37
* | Remove some stale deprecationsAleksey Kladov2021-01-071-1/+0
* | Align config's API with usageAleksey Kladov2021-01-061-2/+18
* | Code review fixesKirill Bulatov2021-01-041-3/+18
* | Upgrade expect-test to 1.1Jesse Bakker2021-01-031-1/+1
|/
* Fix type error with .and_thenNick Spain2021-01-021-15/+14
* Handle not finding range in Definition::search_scopeNick Spain2021-01-021-12/+36
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-0/+2
* HasSource::source -> HasSource::source_oldNick Spain2021-01-021-12/+12
* Merge #7080bors[bot]2021-01-011-2/+11
|\
| * Add ConstParams to the ide layerLukas Wirth2021-01-011-2/+11
* | Update crateskjeremy2020-12-301-1/+1
* | Avoid a couple of allocationsLaurențiu Nicola2020-12-291-6/+6
* | Add docs and optimisationsKirill Bulatov2020-12-281-3/+3