aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
Commit message (Expand)AuthorAgeFilesLines
...
| * | Make utf8 default, implement utf16 in terms of itAleksey Kladov2021-02-161-1/+1
| * | Prepare for utf-8 offsetsAleksey Kladov2021-02-161-1/+1
* | | Fix a few clippy::perf warningskjeremy2021-02-164-5/+7
|/ /
* | Actually fix runnable orderivan7702021-02-151-20/+20
* | Merge #7656bors[bot]2021-02-141-100/+170
|\ \
| * | Only use HIR when searching for enum constructors, otherwise fall back to ASTLukas Wirth2021-02-131-48/+34
| * | Implement constructor usage search for almost all itemsLukas Wirth2021-02-121-105/+189
* | | Merge #7668bors[bot]2021-02-141-48/+131
|\ \ \
| * | | Don't rename field record patterns directlyLukas Wirth2021-02-131-36/+71
| * | | Fallback to renaming input NameRef node for macros when inside macroLukas Wirth2021-02-131-16/+53
| * | | Prevent aliases from being renamed for nowLukas Wirth2021-02-131-13/+24
* | | | Don't classify attribute macros as their path unless it's a function with the...Lukas Wirth2021-02-131-0/+35
|/ / /
* | | Make annotations tests similar to those in runnablesivan7702021-02-131-188/+707
* | | Improve runnable annotations order, fix incorrect ignore detectionivan7702021-02-131-5/+13
* | | Added annotation testsivan7702021-02-131-0/+267
* | | Fix incorrect references annotationivan7702021-02-131-2/+3
* | | Moved CodeLens to ide crateivan7702021-02-132-0/+156
|/ /
* | Update references test outputLukas Wirth2021-02-121-2/+2
* | Use NameLike in FileReference directly as its not exported from ide anymoreLukas Wirth2021-02-123-14/+8
* | Refactor reference searching to work with the astLukas Wirth2021-02-124-256/+310
* | Remove unused ReferenceSearchResult functionsLukas Wirth2021-02-121-24/+5
* | Merge #7644bors[bot]2021-02-122-4/+3
|\ \
| * | 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
|\ \
| * | 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
|\ \