Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | actually produce missing def kinds | Aleksey Kladov | 2019-01-11 | 1 | -0/+4 | |
| | ||||||
* | Merge #496 | bors[bot] | 2019-01-11 | 2 | -9/+35 | |
|\ | | | | | | | | | | | | | | | 496: Include two element ranges into the nav. r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | fix tests | Aleksey Kladov | 2019-01-11 | 1 | -2/+3 | |
| | | ||||||
| * | use location link in goto def | Aleksey Kladov | 2019-01-11 | 2 | -12/+25 | |
| | | ||||||
| * | return ref ranges from gotodef | Aleksey Kladov | 2019-01-11 | 2 | -4/+16 | |
| | | ||||||
* | | prioritize event handing over indexing | Aleksey Kladov | 2019-01-11 | 1 | -4/+15 | |
|/ | | | | | | If we index gazillion libraries simultaneously, we fill the threadpool and so the main loop fails to turn, although there isn't really any significant blocking inside the loop itself. | |||||
* | fix on-type offset | Aleksey Kladov | 2019-01-11 | 1 | -26/+21 | |
| | ||||||
* | force serde in ra_syntax | Aleksey Kladov | 2019-01-11 | 1 | -2/+0 | |
| | ||||||
* | minor | Aleksey Kladov | 2019-01-10 | 2 | -6/+2 | |
| | ||||||
* | wire sysroot into crate graph | Aleksey Kladov | 2019-01-10 | 4 | -37/+95 | |
| | ||||||
* | special case std | Aleksey Kladov | 2019-01-10 | 1 | -2/+6 | |
| | ||||||
* | use arena for sysroot | Aleksey Kladov | 2019-01-10 | 1 | -49/+80 | |
| | ||||||
* | split module | Aleksey Kladov | 2019-01-10 | 3 | -241/+261 | |
| | ||||||
* | add sysroot boilerplate | Aleksey Kladov | 2019-01-10 | 6 | -32/+157 | |
| | ||||||
* | dont depend on tools from lsp-server | Aleksey Kladov | 2019-01-10 | 2 | -3/+0 | |
| | ||||||
* | switch CargoWorkspace to arena | Aleksey Kladov | 2019-01-10 | 2 | -30/+27 | |
| | ||||||
* | add completion detail | Aleksey Kladov | 2019-01-09 | 1 | -0/+1 | |
| | ||||||
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -1/+1 | |
| | | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir | |||||
* | Fix typo defenition -> definition | Marcus Klaas de Vries | 2019-01-08 | 1 | -1/+1 | |
| | ||||||
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 6 | -9/+9 | |
| | ||||||
* | upstream text-utils to text_unit | Aleksey Kladov | 2019-01-08 | 1 | -4/+3 | |
| | ||||||
* | dont depend on ra_editor directly | Aleksey Kladov | 2019-01-08 | 2 | -2/+1 | |
| | ||||||
* | switch to newer cargo-metadata | Aleksey Kladov | 2019-01-08 | 1 | -12/+9 | |
| | ||||||
* | introduce CallInfo | Aleksey Kladov | 2019-01-08 | 1 | -17/+11 | |
| | ||||||
* | migrate ra_lsp_server to new rowan | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 | |
| | ||||||
* | add "." as a trigger char on type formatting | Simon Vandel Sillesen | 2019-01-06 | 1 | -1/+1 | |
| | ||||||
* | refactor | Simon Vandel Sillesen | 2019-01-06 | 2 | -35/+26 | |
| | ||||||
* | indent on typing dot. fixes #439 | Simon Vandel Sillesen | 2019-01-05 | 1 | -22/+34 | |
| | ||||||
* | introduce separate goto_defenition | Aleksey Kladov | 2019-01-05 | 1 | -3/+2 | |
| | ||||||
* | move hover implementation to ra_analysis | Aleksey Kladov | 2019-01-05 | 1 | -41/+9 | |
| | ||||||
* | Merge #414 | bors[bot] | 2019-01-05 | 1 | -2/+25 | |
|\ | | | | | | | | | | | | | | | 414: textDocument/hover returns both type name and doc_text r=matklad a=h-michael implement #389 Co-authored-by: Hirokazu Hata <[email protected]> | |||||
| * | Use both type_of and doc_text_for | Hirokazu Hata | 2019-01-05 | 1 | -14/+25 | |
| | | ||||||
| * | Return type name when doc_text_for returns nothing | Hirokazu Hata | 2019-01-03 | 1 | -0/+12 | |
| | | ||||||
* | | Rename ImplItem to ImplBlock | Florian Diebold | 2019-01-04 | 1 | -1/+1 | |
| | | | | | | | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion. | |||||
* | | extract area to a crate | Aleksey Kladov | 2019-01-04 | 3 | -14/+27 | |
| | | ||||||
* | | fix tests | Bernardo | 2019-01-03 | 1 | -9/+14 | |
| | | ||||||
* | | use lsp WorkspaceEdit instead of custom source_file_edits and file_system_edits | Bernardo | 2019-01-03 | 2 | -36/+37 | |
|/ | ||||||
* | use LocalPtr in navigation target | Aleksey Kladov | 2019-01-03 | 1 | -1/+1 | |
| | ||||||
* | use navigation target in API | Aleksey Kladov | 2019-01-02 | 2 | -19/+25 | |
| | ||||||
* | introduce navigation target | Aleksey Kladov | 2019-01-02 | 1 | -5/+5 | |
| | ||||||
* | Merge #165 | bors[bot] | 2018-12-31 | 1 | -0/+10 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | 165: Make modules with tests runnable r=farodin91 a=farodin91 Fixes #154 I having problems to traverse the path to module. The main problem is that module_tree only supports `FileId` and not `Module` in files. Any idea? I need to clean up the code a bit later. Co-authored-by: Jan Jansen <[email protected]> | |||||
| * | Make modules with tests runnable | Jan Jansen | 2018-12-31 | 1 | -0/+10 | |
| | | | | | | | | Fixes #154 | |||||
* | | fix icons in completion | Aleksey Kladov | 2018-12-31 | 1 | -1/+0 | |
| | | ||||||
* | | Merge #385 | bors[bot] | 2018-12-31 | 3 | -4/+25 | |
|\ \ | |/ |/| | | | | | | | | | | | 385: Implement DocumentHighlight r=matklad a=DJMcNab Fixes #80. Co-authored-by: DJMcNab <[email protected]> | |||||
| * | Use TryConv for conversion | DJMcNab | 2018-12-31 | 1 | -2/+1 | |
| | | ||||||
| * | Implement DocumentHighlight | DJMcNab | 2018-12-31 | 3 | -4/+26 | |
| | | ||||||
* | | Bump serde_json from 1.0.33 to 1.0.34 | dependabot[bot] | 2018-12-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.33 to 1.0.34. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.33...v1.0.34) Signed-off-by: dependabot[bot] <[email protected]> | |||||
* | | Bump failure from 0.1.3 to 0.1.4 | dependabot[bot] | 2018-12-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] <[email protected]> | |||||
* | | Bump failure_derive from 0.1.3 to 0.1.4 | dependabot[bot] | 2018-12-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Bumps [failure_derive](https://github.com/withoutboats/failure_derive) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/withoutboats/failure_derive/releases) - [Commits](https://github.com/withoutboats/failure_derive/commits) Signed-off-by: dependabot[bot] <[email protected]> | |||||
* | | remove backtraces from Cancelled | Aleksey Kladov | 2018-12-30 | 1 | -1/+1 | |
| | | | | | | | | | | Hopefully we won't need them for debugging. If we do need them, it should be easy to add back. |