aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
Commit message (Expand)AuthorAgeFilesLines
* Avoid intermediate collectionsAleksey Kladov2021-01-201-26/+20
* Don't show runnable suggestions for other filesAleksey Kladov2021-01-201-3/+32
* .Aleksey Kladov2021-01-197-10/+9
* Merge #7321bors[bot]2021-01-192-73/+136
|\
| * 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
|\ \ \
| * | | 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
|\ \ \
| * | | 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
|\ \
| * | Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-155-73/+49
* | | MinorAleksey Kladov2021-01-181-8/+5
* | | Merge #7292bors[bot]2021-01-181-14/+14
|\ \ \ | |_|/ |/| |
| * | Swap assert_eq_text\!(expected, actual)yugo-horie2021-01-161-14/+14
| |/
* / Share import_assets and related entitiesKirill Bulatov2021-01-161-1/+1
|/
* Merge #7288bors[bot]2021-01-1511-186/+115
|\
| * Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-1511-186/+115
* | Remove useless wrapperAleksey Kladov2021-01-153-7/+7
|/
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-146-125/+111
* Group file source edits by FileIdLukas Wirth2021-01-146-109/+86
* Merge #7260bors[bot]2021-01-141-0/+37
|\
| * Render Fn* trait objects and impl types as rust doesLukas Wirth2021-01-131-0/+37
* | Use upstream TextSize APIAleksey Kladov2021-01-132-15/+3
* | Merge #7262bors[bot]2021-01-131-3/+0
|\ \
| * | Don't show internal server error on renameAleksey Kladov2021-01-131-3/+0
| |/
* | Rename FileReferences -> UsageSearchResultLukas Wirth2021-01-121-5/+5
* | Ensure uniqueness of file ids in reference search via hashmapLukas Wirth2021-01-123-59/+62
* | Group references by FileIdLukas Wirth2021-01-124-109/+116
|/
*---. Merge #7051 #7219 #7245 #7246bors[bot]2021-01-112-85/+162
|\ \ \
| | * | 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-092-59/+104
* | | | Goto for inner doc links works for module inner doc commentsAleksey Kladov2021-01-112-40/+54
| |_|/ |/| |
* | | Merge #7218bors[bot]2021-01-104-15/+15
|\ \ \
| * | | Fixed typos in code commentsVincent Esche2021-01-094-15/+15
| | |/ | |/|
* | | Merge #7239bors[bot]2021-01-102-6/+5
|\ \ \
| * | | Replace SyntaxKind usage with T! macro where applicableLukas Wirth2021-01-102-6/+5
* | | | Fix typo, parentheses is pluralLaurențiu Nicola2021-01-109-133/+133
|/ / /
* | | Merge #6238bors[bot]2021-01-1012-303/+346
|\ \ \
| * | | Split punctuation semantic highlighting up into more tagsLukas Wirth2021-01-1012-303/+346
| | | |
| \ \ \
*-. \ \ \ Merge #7206 #7231bors[bot]2021-01-108-27/+39
|\ \ \ \ \
| | * | | | Cleaner APIAleksey Kladov2021-01-102-7/+8
| * | | | | Use hir::GenericParam in ide_db::Definition instead of relisting all 3Lukas Wirth2021-01-106-20/+31
| | |/ / / | |/| | |
* | | | | Merge #7229bors[bot]2021-01-102-37/+42
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | CleanupAleksey Kladov2021-01-102-37/+42
* | | | Merge #6980bors[bot]2021-01-102-5/+111
|\ \ \ \
| * | | | Support intra_doc linksDaiki Ihara2021-01-082-5/+111
| | |_|/ | |/| |