aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove unused ReferenceSearchResult functionsLukas Wirth2021-02-121-24/+5
| |
* | Merge #7644bors[bot]2021-02-122-4/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | 7644: Primitive completion r=jonas-schievink a=jonas-schievink Fixes https://github.com/rust-analyzer/rust-analyzer/issues/7642 Co-authored-by: Jonas Schievink <[email protected]>
| * | Wrap `BuiltinType` in code modelJonas Schievink2021-02-112-4/+3
| | |
* | | Pin Rust to 1.49.0 on CIJonas Schievink2021-02-121-3/+3
|/ /
* | Update fixed testsJonas Schievink2021-02-101-0/+1
| |
* | Resolve TupleStructPat in SourceAnalyzer::resolve_pathLukas Wirth2021-02-101-0/+23
| |
* | Add parsing benchmarkAleksey Kladov2021-02-091-5/+32
| |
* | Infra for "unit" benchmarkingAleksey Kladov2021-02-091-10/+12
| |
* | restore accidentally deleted testAleksey Kladov2021-02-091-0/+13
| |
* | More precise navigation to parentAleksey Kladov2021-02-093-10/+13
| |
* | Cleanup testsAleksey Kladov2021-02-093-55/+53
| |
* | Cleanup testAleksey Kladov2021-02-091-20/+21
| |
* | Modernize testsAleksey Kladov2021-02-091-197/+169
| |
* | AdtDef -> AdtAleksey Kladov2021-02-071-5/+5
| |
* | Increase Highlights highlight range to covering elementLukas Wirth2021-02-041-1/+1
| |
* | Show alias underlying typelumenian2021-02-021-1/+5
| |
* | Return inner attributes of outline mod declarations in `attrs_query`Lukas Wirth2021-01-311-0/+16
| |
* | Classify function calls as functions when shadowed by typesLukas Wirth2021-01-282-0/+8
| |
* | Merge #7465bors[bot]2021-01-271-1/+19
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 7465: Only hide parameter hints for path, field and methodcall expressions r=SomeoneToIgnore a=Veykril Doing this check for other expressions makes little sense to me. Fixes #7458 Co-authored-by: Lukas Wirth <[email protected]>
| * | Only hide parameter hints for path, field and methodcall expressionsLukas Wirth2021-01-271-1/+19
| | |
* | | Make always-assert crate reusableAleksey Kladov2021-01-261-3/+3
|/ /
* | Shorten hir::TypeParam full_range in NavigationTargetLukas Wirth2021-01-262-4/+23
| |
* | Support unions in symbol searchLukas Wirth2021-01-241-0/+1
| |
* | Remove use of SourceFileEditPhil Ellison2021-01-231-2/+1
| |
* | cargo fmtPhil Ellison2021-01-231-1/+5
| |
* | Address review commentsPhil Ellison2021-01-231-9/+4
| |
* | cargo fmtPhil Ellison2021-01-231-2/+7
| |
* | Implement fix, add testsPhil Ellison2021-01-231-18/+11
| |
* | Add diagnostic for filter_map followed by nextPhil Ellison2021-01-232-1/+35
| |
* | Merge #7353bors[bot]2021-01-228-35/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7353: Add LifetimeParam and ConstParam to CompletionItemKind r=matklad a=Veykril Adds `LifetimeParam` and `ConstParam` to `CompletionItemKind` and maps them both to `TypeParam` in the protocol conversion as there are no equivalents, so nothing really changes there. `ConstParam` could be mapped to `Const` I guess but I'm split on whether that would be better? Additions were solely inspired by (the single) test output for const params. Also sorts the variants of `CompletionItemKind` and its to_proto match. Co-authored-by: Lukas Wirth <[email protected]>
| * | Move SymbolKind to ide_dbLukas Wirth2021-01-208-35/+12
| | |
* | | Merge #7348bors[bot]2021-01-222-3/+49
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7348: Fix broken link in intra-doc r=edwin0cheng a=sasurau4 Fix #5546 The intra-doc link doesn't work fine for trait associated method. Co-authored-by: Daiki Ihara <[email protected]>
| * | | Fix broken link in intra-docDaiki Ihara2021-01-222-3/+49
| | | |
* | | | Cleanup testsAleksey Kladov2021-01-221-12/+12
| | | |
* | | | Remove index based fallback for goto defAleksey Kladov2021-01-221-48/+18
|/ / / | | | | | | | | | | | | We are so precise that the fallback creates more confusion, when you can goto def on an unresolved reference.
* | | Include `countme` crate to count important data structures.Aleksey Kladov2021-01-211-0/+2
| | |
* | | Treat BlockExpr as a potential module originJonas Schievink2021-01-204-0/+9
| | |
* | | Avoid intermediate collectionsAleksey Kladov2021-01-201-26/+20
| | |
* | | Don't show runnable suggestions for other filesAleksey Kladov2021-01-201-3/+32
| | | | | | | | | | | | | | | It't be actually great to have these once we have run anything dialog, but for run the thing at point it makes sense to show a limited set.
* | | .Aleksey Kladov2021-01-197-10/+9
|/ /
* | Merge #7321bors[bot]2021-01-192-73/+136
|\ \ | | | | | | | | | | | | | | | | | | | | | 7321: Support runnables in macros r=matklad a=edwin0cheng fixes #4771 Co-authored-by: Edwin Cheng <[email protected]>
| * | Support runnables in macrosEdwin Cheng2021-01-192-73/+136
| | |
* | | Remove obsolete RangeInfo usage in referencesLukas Wirth2021-01-183-38/+20
| | |
| | |
| \ \
*-. \ \ Merge #7297 #7338bors[bot]2021-01-182-4/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7297: Propose trait associated items and autoimport traits on completion r=matklad a=SomeoneToIgnore ![trait_imports](https://user-images.githubusercontent.com/2690773/104819998-6faeb480-583a-11eb-8b45-b7351b51b90e.gif) Closes #7248 7338: Parse `impl const Trait` r=Veykril a=Veykril Closes #7313 bors r+ Co-authored-by: Kirill Bulatov <[email protected]> Co-authored-by: Lukas Wirth <[email protected]>
| * | | | Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-162-4/+6
| | |/ / | |/| |
* | | | Remove obsolete RangeInfo usage in renameLukas Wirth2021-01-183-168/+150
| | | |
* | | | Merge #7332bors[bot]2021-01-182-164/+210
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | 7332: Rename reference search uses ide_db::search directly r=matklad a=Veykril https://github.com/rust-analyzer/rust-analyzer/pull/7251#discussion_r556644241 Co-authored-by: Lukas Wirth <[email protected]>
| * | | Make rename reference search use ide_db::search directlyLukas Wirth2021-01-182-164/+210
| | |/ | |/|
* / | Add test for reference search on self declaration paramLukas Wirth2021-01-181-0/+20
|/ /
* | Merge #7291bors[bot]2021-01-185-73/+49
|\ \ | | | | | | | | | | | | | | | | | | | | | 7291: Wrap remaining self/super/crate in Name{Ref} r=matklad a=Veykril That should be the remaining special casing for `self` 🎉 Co-authored-by: Lukas Wirth <[email protected]>