aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
Commit message (Expand)AuthorAgeFilesLines
* Fix some warningsLaurențiu Nicola2021-03-051-1/+1
* Prevent renaming SelfType and BuiltinTypeLukas Wirth2021-03-031-0/+2
* Reorder functions in rename.rsLukas Wirth2021-03-031-189/+187
* Merge #7850bors[bot]2021-03-021-12/+62
|\
| * Don't add space when joining line to opening quoteAleksey Kladov2021-03-021-12/+62
* | Merge #7795bors[bot]2021-03-021-13/+122
|\ \
| * | Show docs on hover for keywords and primitivesLukas Wirth2021-03-021-13/+122
| |/
* | Merge #7335 #7691bors[bot]2021-03-021-8/+47
|\ \ | |/ |/|
| * corrected no newline at end of fileLuciano Bestia2021-02-131-1/+1
| * removed logging stuffLuciano Bestia2021-02-132-9/+1
| * Update crates/ide/src/folding_ranges.rsLuciano2021-02-131-2/+2
| * simple comparison instead of regexLuciano Bestia2021-02-052-25/+8
| * added region foldingLuciano Bestia2021-01-182-8/+72
* | Merge #7778bors[bot]2021-03-011-0/+29
|\ \
| * | Fix lowering trailing self paths in UseTreesLukas Wirth2021-02-281-0/+29
* | | Update vscode README with a small features listLukas Wirth2021-03-012-0/+18
* | | For unresolved macros, hightlight only the last segmentAleksey Kladov2021-02-281-11/+56
|/ /
* | Pickup ConstReference patterns in FindUsagesLukas Wirth2021-02-231-0/+25
* | 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-222-4/+5
* | 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-225-5/+5
* | Merge #7732bors[bot]2021-02-201-2/+2
|\ \
| * | Don't lower TypeBound::Lifetime as GenericPredicate::ErrorLukas Wirth2021-02-201-2/+2
* | | Remove documentation of obsolete extend selection commandLaurențiu Nicola2021-02-201-3/+5
|/ /
* | rename completion -> ide_completionAleksey Kladov2021-02-172-5/+5
* | Merge #7699bors[bot]2021-02-172-58/+31
|\ \
| * | Implement ast::AstNode for NameLike and move it to node_extLukas Wirth2021-02-162-58/+31
* | | Merge #7705bors[bot]2021-02-171-2/+38
|\ \ \
| * | | Show hover info of the definition of ConstReference patterns instead of its typeLukas Wirth2021-02-171-2/+38
| |/ /
* / / Allow comments between newlines in chaining hintsPaco Soberón2021-02-161-16/+22
|/ /
* | Merge #7657bors[bot]2021-02-161-1/+1
|\ \
| * | 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