aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/references
Commit message (Expand)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-4/+4
* Item search now respects trait impl itemsLukas Wirth2021-06-111-1/+164
* Prevent renaming of aliases on usagesLukas Wirth2021-06-051-1/+32
* Fix prepare_rename failing for modulesLukas Tobias Wirth2021-05-191-5/+7
* Correctly support SelfType when searching for usagesLukas Wirth2021-05-081-0/+17
* Check more carefully for cases where a rename can't be doneDanny Zhu2021-04-251-1/+102
* Merge #8267bors[bot]2021-03-311-0/+2
|\
| * Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+2
* | Rename target_ty to self_tyLukas Wirth2021-03-291-1/+1
|/
* simplifyLukas Wirth2021-03-231-40/+41
* Make more use of the HIR in rename::rename_to_selfLukas Wirth2021-03-231-40/+31
* Enable searching for builtin typesLukas Wirth2021-03-151-1/+2
* Return original text range in PrepareRename responses when inside macroLukas Wirth2021-03-101-7/+47
* Avoid double text edits when renaming mod declarationLukas Wirth2021-03-101-0/+1
* Use upstream cov-markLaurențiu Nicola2021-03-081-28/+30
* Prevent renaming SelfType and BuiltinTypeLukas Wirth2021-03-031-0/+2
* Reorder functions in rename.rsLukas Wirth2021-03-031-189/+187
* Update vscode README with a small features listLukas Wirth2021-03-011-0/+9
* Implement ast::AstNode for NameLike and move it to node_extLukas Wirth2021-02-161-35/+16
* Fix a few clippy::perf warningskjeremy2021-02-161-2/+4
* 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
* Use NameLike in FileReference directly as its not exported from ide anymoreLukas Wirth2021-02-121-7/+5
* Refactor reference searching to work with the astLukas Wirth2021-02-121-78/+119
* Pin Rust to 1.49.0 on CIJonas Schievink2021-02-121-3/+3
* Make always-assert crate reusableAleksey Kladov2021-01-261-3/+3
* Remove obsolete RangeInfo usage in renameLukas Wirth2021-01-181-166/+148
* Make rename reference search use ide_db::search directlyLukas Wirth2021-01-181-163/+209
* Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-151-44/+32
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-1/+1
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-141-100/+95
* Group file source edits by FileIdLukas Wirth2021-01-141-81/+57
* Merge #7262bors[bot]2021-01-131-3/+0
|\
| * Don't show internal server error on renameAleksey Kladov2021-01-131-3/+0
* | Ensure uniqueness of file ids in reference search via hashmapLukas Wirth2021-01-121-8/+12
* | Group references by FileIdLukas Wirth2021-01-121-47/+47
|/
*-. Merge #7051 #7219 #7245 #7246bors[bot]2021-01-111-79/+161
|\ \
| | * Add some more marks to rename testsLukas Wirth2021-01-101-17/+58
| | * Use local error macros in references/renameLukas Wirth2021-01-101-39/+30
| | * Refactor rename name checkingLukas Wirth2021-01-091-53/+103
| |/
* / Fixed typos in code commentsVincent Esche2021-01-091-2/+2
|/
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-46/+46
* Merge #7030bors[bot]2020-12-241-0/+25
|\
| * Support labels in reference searchLukas Wirth2020-12-241-0/+25
* | Implement workspace/willRenameFiles for single-level file movesJeremy Kolb2020-12-231-1/+18
|/
* Add test_rename_bind_patbjorn32020-12-191-0/+35
* Lifetime reference searchLukas Wirth2020-12-161-6/+98
* Introduce anchored_pathAleksey Kladov2020-12-091-23/+34
* Type-safer API for dealing with parameter lists with optional selfAleksey Kladov2020-12-011-1/+1