aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Update salsaJonas Schievink2021-05-271-58/+70
* Add a "Debug ItemTree" LSP requestJonas Schievink2021-05-211-0/+5
* Add pub mod option for UnlinkedFilerainy-me2021-05-181-1/+1
* Move `dot` invocation to rust-analyzer crateJonas Schievink2021-05-111-0/+1
* Allow viewing the crate graph in a webviewJonas Schievink2021-05-111-0/+5
* Add docs and use better namingKirill Bulatov2021-05-031-1/+3
* Resolve single assist onlyKirill Bulatov2021-05-031-4/+4
* Add a way to resolve certain assistsKirill Bulatov2021-05-031-15/+20
* Prevent being able to rename items that are not part of the workspaceLukas Wirth2021-04-181-0/+6
* Merge #8354bors[bot]2021-04-131-1/+1
|\
| * 8279: Added initial implementation forChetan Khilosiya2021-04-081-1/+1
* | feat: improve performance by delaying computation of fixes for diagnosticsAleksey Kladov2021-04-131-3/+5
* | Ensure that listing&resolving code actions use the same set of actionsAleksey Kladov2021-04-131-0/+28
* | internal: prepare for lazy diagnosticsAleksey Kladov2021-04-121-1/+1
|/
* Item up and down moversivan7702021-03-181-0/+10
* Move code to the appropriate layerAleksey Kladov2021-03-151-2/+2
* Merge #7799bors[bot]2021-03-131-0/+9
|\
| * Add runnables::related_testsvsrs2021-02-271-0/+9
* | remove unused CompletionScore enumJosh Mcguigan2021-03-121-2/+2
* | add completion relevance scoreJosh Mcguigan2021-03-121-2/+2
* | add apply ssr assistJosh Mcguigan2021-03-101-1/+7
* | Work towards better import labelsKirill Bulatov2021-03-081-2/+0
|/
* 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-221-3/+4
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-1/+1
* rename completion -> ide_completionAleksey Kladov2021-02-171-4/+4
* Make utf8 default, implement utf16 in terms of itAleksey Kladov2021-02-161-1/+1
* Prepare for utf-8 offsetsAleksey Kladov2021-02-161-1/+1
* Moved CodeLens to ide crateivan7702021-02-131-0/+14
* Use NameLike in FileReference directly as its not exported from ide anymoreLukas Wirth2021-02-121-1/+1
* Refactor reference searching to work with the astLukas Wirth2021-02-121-2/+2
* Move SymbolKind to ide_dbLukas Wirth2021-01-201-1/+1
* Remove obsolete RangeInfo usage in referencesLukas Wirth2021-01-181-3/+1
*-. Merge #7297 #7338bors[bot]2021-01-181-0/+2
|\ \
| * | Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-161-0/+2
* | | Remove obsolete RangeInfo usage in renameLukas Wirth2021-01-181-1/+1
| |/ |/|
* | MinorAleksey Kladov2021-01-181-8/+5
|/
* Share import_assets and related entitiesKirill Bulatov2021-01-161-1/+1
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-141-1/+1
* Group file source edits by FileIdLukas Wirth2021-01-141-2/+2
* Group references by FileIdLukas Wirth2021-01-121-1/+1
* Split punctuation semantic highlighting up into more tagsLukas Wirth2021-01-101-1/+1
* Shorten namesAleksey Kladov2021-01-091-3/+3
* Shorten frequent namesAleksey Kladov2021-01-091-1/+1
* Align config's API with usageAleksey Kladov2021-01-061-1/+1
* YAGNI active_resolve_capabilitiesAleksey Kladov2021-01-061-2/+2
* Merge #7068bors[bot]2021-01-031-0/+5
|\
| * Initial implementation of view-hir commandPhil Ellison2020-12-281-0/+5
* | Avoid a couple of allocationsLaurențiu Nicola2020-12-291-1/+1
|/
* Simplify assists resolution APIAleksey Kladov2020-12-261-14/+8
* pit-of-success API for unresolved code actionsAleksey Kladov2020-12-241-11/+11