rust/crates
bors[bot] 65266c644a Merge #813
813: Add support for container_name in workspace/symbol query r=matklad a=vipentti

Currently this does not fill in the container_info if a type is defined on the top level in a file. 

e.g. `foo.rs`
```rust
enum Foo { }
```
`Foo` will have None as the container_name, however

```rust
mod foo_mod {
    enum Foo { } 
}
```
`Foo` has `foo_mod` as the container_name. 

This closes #559 

Co-authored-by: Ville Penttinen <villem.penttinen@gmail.com>
2019-02-13 16:17:10 +00:00
..
gen_lsp_server Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00
ra_arena Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00
ra_assists auto_import: import in enclosing module instead of file 2019-02-12 21:18:55 +01:00
ra_batch Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00
ra_cli Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00
ra_db Fix some typos 2019-02-12 15:02:57 +01:00
ra_fmt Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00
ra_hir Fix another crash 2019-02-12 21:49:54 +01:00
ra_ide_api Fix possible issue where unnamed is_symbol_def would pop stack wrongly 2019-02-13 18:02:18 +02:00
ra_ide_api_light what goes bump in the night? 2019-02-12 11:03:28 -05:00
ra_lsp_server Add support for container_name in workspace/symbol query 2019-02-12 22:06:14 +02:00
ra_mbe Fix some typos 2019-02-12 15:02:57 +01:00
ra_project_model Fix some typos 2019-02-12 15:02:57 +01:00
ra_syntax rename yellow -> syntax_node 2019-02-12 19:02:30 +03:00
ra_text_edit Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00
ra_tt make token trees eq 2019-02-12 20:57:13 +03:00
ra_vfs Fix some typos 2019-02-12 15:02:57 +01:00
test_utils Fix some typos 2019-02-12 15:02:57 +01:00
thread_worker Fix some typos 2019-02-12 15:02:57 +01:00
tools Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00