Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge #969 | bors[bot] | 2019-03-13 | 1 | -1/+2 | |
|\ | ||||||
| * | activate extension if Cargo.toml is present | Aleksey Kladov | 2019-03-13 | 1 | -1/+2 | |
|/ | ||||||
* | Merge #959 | bors[bot] | 2019-03-12 | 1 | -2/+16 | |
|\ | ||||||
| * | Applied code style of ``npm run fix`` | Lucas Spits | 2019-03-11 | 1 | -6/+4 | |
| * | Fix typescript linting errors | Lucas Spits | 2019-03-11 | 1 | -1/+1 | |
| * | Merge branch 'master' of https://github.com/LDSpits/rust-analyzer into featur... | Lucas Spits | 2019-03-11 | 14 | -69/+174 | |
| |\ | ||||||
| * | | Retrieve current directory from workspaces | Lucas Spits | 2019-03-11 | 1 | -2/+18 | |
* | | | Merge #958 | bors[bot] | 2019-03-12 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | LSP: Support EnumMember and Field | kjeremy | 2019-03-11 | 1 | -0/+2 | |
| | |/ | |/| | ||||||
* | | | Merge #962 | bors[bot] | 2019-03-12 | 2 | -6/+0 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | remove Def | Aleksey Kladov | 2019-03-12 | 2 | -6/+0 | |
|/ / | ||||||
* | | Merge #956 | bors[bot] | 2019-03-10 | 10 | -2/+72 | |
|\ \ | ||||||
| * | | Add test for async block | Caio | 2019-03-10 | 3 | -1/+34 | |
| * | | Add async keyword | Caio | 2019-03-09 | 8 | -2/+39 | |
* | | | Merge #957 | bors[bot] | 2019-03-10 | 2 | -23/+36 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | prettier format | Bernardo | 2019-03-10 | 1 | -1/+1 | |
| * | | revert change to "check" since "build" is intentional | Bernardo | 2019-03-10 | 1 | -1/+1 | |
| * | | add cargo watch tasks | Bernardo | 2019-03-10 | 1 | -22/+35 | |
| * | | simplify watch patterns | Bernardo | 2019-03-10 | 1 | -3/+3 | |
|/ / | ||||||
* | | Merge #953 | bors[bot] | 2019-03-09 | 1 | -39/+61 | |
|\ \ | ||||||
| * | | Don't default publishDecorations to true on the server | Florian Diebold | 2019-03-09 | 1 | -39/+61 | |
|/ / | ||||||
* | | Merge #955 | bors[bot] | 2019-03-08 | 1 | -5/+5 | |
|\ \ | |/ |/| | ||||||
| * | Remove superfluous semicolons | kjeremy | 2019-03-08 | 1 | -5/+5 | |
|/ | ||||||
* | Merge #952 | bors[bot] | 2019-03-07 | 1 | -13/+13 | |
|\ | ||||||
| * | Update some deps | kjeremy | 2019-03-07 | 1 | -13/+13 | |
|/ | ||||||
* | Merge #951 | bors[bot] | 2019-03-07 | 1 | -3/+57 | |
|\ | ||||||
| * | Use ast::Name::text() instead of name().syntax().text() | Ville Penttinen | 2019-03-07 | 1 | -2/+2 | |
| * | Fix EnumVariants not showing properly when hovering | Ville Penttinen | 2019-03-07 | 1 | -2/+56 | |
|/ | ||||||
* | Merge #948 | bors[bot] | 2019-03-07 | 1 | -6/+11 | |
|\ | ||||||
| * | Fix test_missing_module_code_action_in_json_project on Windows | Ville Penttinen | 2019-03-07 | 1 | -6/+11 | |
* | | Merge #949 | bors[bot] | 2019-03-07 | 2 | -2/+2 | |
|\ \ | ||||||
| * | | Specify derive feature for serde | pcpthm | 2019-03-07 | 2 | -2/+2 | |
|/ / | ||||||
* | | Merge #944 | bors[bot] | 2019-03-07 | 4 | -26/+190 | |
|\ \ | |/ |/| | ||||||
| * | Add support for goto definition and hover on Self | Ville Penttinen | 2019-03-07 | 4 | -26/+190 | |
|/ | ||||||
* | Merge #946 | bors[bot] | 2019-03-07 | 3 | -22/+21 | |
|\ | ||||||
| * | when loading workspace, say how many packages were loaded | Aleksey Kladov | 2019-03-07 | 3 | -22/+21 | |
|/ | ||||||
* | Merge #939 | bors[bot] | 2019-03-07 | 9 | -93/+311 | |
|\ | ||||||
| * | Remove rust-project.json test w/ dependencies. | David Wood | 2019-03-07 | 1 | -43/+0 | |
| * | Add test demonstrating logic for handling deps. | David Wood | 2019-03-07 | 1 | -1/+44 | |
| * | Rename and change `add_roots` to return a `Vec`. | David Wood | 2019-03-07 | 3 | -3/+8 | |
| * | Initial implementation of project-lock.json. | David Wood | 2019-03-07 | 9 | -93/+306 | |
* | | Merge #942 | bors[bot] | 2019-03-07 | 2 | -4/+46 | |
|\ \ | |/ |/| | ||||||
| * | Use source map | kjeremy | 2019-03-06 | 2 | -15/+10 | |
| * | Hover for associated items in patterns | kjeremy | 2019-03-06 | 3 | -9/+56 | |
|/ | ||||||
* | Merge #933 | bors[bot] | 2019-03-06 | 2 | -12/+45 | |
|\ | ||||||
| * | Check installed extension | Caio | 2019-03-05 | 2 | -12/+45 | |
* | | Merge #941 | bors[bot] | 2019-03-06 | 1 | -10/+10 | |
|\ \ | ||||||
| * | | :arrow_up: vfs | Aleksey Kladov | 2019-03-06 | 1 | -108/+108 | |
* | | | Merge #940 | bors[bot] | 2019-03-06 | 10 | -54/+110 | |
|\ \ \ | ||||||
| * | | | Add showWorkspaceLoadedNotification to vscode client | Ville Penttinen | 2019-03-06 | 8 | -22/+78 |