Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add package command and upgrade event-stream | DJMcNab | 2018-12-08 | 1 | -1/+1 | |
| | | ||||||
* | | find next whitespace or begining or end | Bernardo | 2018-12-08 | 1 | -3/+3 | |
| | | ||||||
* | | Merge #265 | bors[bot] | 2018-12-08 | 4 | -24/+59 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 265: Refactor symbol resolve API r=matklad a=matklad Introduce ReferenceResolution to avoid nesting to many non-nominal types. Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Refactor symbol resolve API | Aleksey Kladov | 2018-12-08 | 4 | -24/+59 | |
| | | | | | | | | | | | | | | | Introduce ReferenceResolution to avoid nesting to many non-nominal types. | |||||
* | | | Merge #263 | bors[bot] | 2018-12-08 | 17 | -22/+28 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | 263: New modules r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | account for new layout when collecting tests | Aleksey Kladov | 2018-12-08 | 1 | -2/+8 | |
| | | | ||||||
| * | | grand module rename | Aleksey Kladov | 2018-12-08 | 15 | -0/+0 | |
| | | | ||||||
| * | | resolve 2018 style modules | Aleksey Kladov | 2018-12-08 | 1 | -20/+20 | |
| | | | ||||||
* | | | Merge #264 | bors[bot] | 2018-12-08 | 1 | -1/+20 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 264: check for empty range when extending in comment r=matklad a=vemoo fix for #140 Co-authored-by: Bernardo <[email protected]> | |||||
| * | | check for empty range when extending in comment | Bernardo | 2018-12-08 | 1 | -1/+20 | |
| |/ | ||||||
* | | reformat | Aleksey Kladov | 2018-12-08 | 2 | -2/+3 | |
| | | ||||||
* | | Add a better text for hover and stop duplicating work done in ↵ | DJMcNab | 2018-12-08 | 7 | -30/+98 | |
| | | | | | | | | approximatelly_resolve_symbol | |||||
* | | Fix typo in comment | DJMcNab | 2018-12-08 | 1 | -10/+15 | |
| | | ||||||
* | | Clarify and correct comment about multi_byte_tokens | DJMcNab | 2018-12-08 | 1 | -2/+2 | |
| | | ||||||
* | | Fix the range of a hover request to be more in line with prior art | DJMcNab | 2018-12-08 | 1 | -1/+8 | |
|/ | ||||||
* | Add test for code actions | Florian Diebold | 2018-12-06 | 1 | -1/+60 | |
| | ||||||
* | Use json comparison code from cargo for heavy tests | Florian Diebold | 2018-12-06 | 5 | -18/+116 | |
| | ||||||
* | modernize even more | Aleksey Kladov | 2018-12-06 | 12 | -70/+29 | |
| | ||||||
* | modernize more | Aleksey Kladov | 2018-12-06 | 10 | -56/+42 | |
| | ||||||
* | drop extern crates | Aleksey Kladov | 2018-12-06 | 3 | -26/+0 | |
| | ||||||
* | modernize some files | Aleksey Kladov | 2018-12-06 | 3 | -10/+4 | |
| | ||||||
* | modernize some code | Aleksey Kladov | 2018-12-06 | 3 | -18/+7 | |
| | ||||||
* | Merge #256 | bors[bot] | 2018-12-06 | 11 | -1/+467 | |
|\ | | | | | | | | | | | | | | | 256: Improve/add use_item documentation r=matklad a=DJMcNab Adds some documentation to use_item explaining all code paths (use imports are hard, especially with the ongoing discussion of anchored v. uniform paths - see https://github.com/rust-lang/rust/issues/55618 for what appears to be the latest developments) Co-authored-by: DJMcNab <[email protected]> | |||||
| * | Update use path test | DJMcNab | 2018-12-05 | 2 | -74/+2 | |
| | | ||||||
| * | Improve/add the use_item documentation | DJMcNab | 2018-12-05 | 11 | -1/+539 | |
| | | ||||||
* | | :arrow_up: 1.31.0 :tada: | Aleksey Kladov | 2018-12-06 | 1 | -1/+1 | |
| | | ||||||
* | | Merge #253 | bors[bot] | 2018-12-05 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 253: Fix diagnostic fixes showing up everywhere r=matklad a=flodiebold The LSP code action request always returned the fixes for all diagnostics anywhere in the file, because of a shadowed variable. There's no test yet; I wasn't sure where to add it. I tried adding one in `heavy_tests`, but that's a bit uncomfortable because the code action response contains the (random) file paths. I could make it work, but wanted to ask beforehand what you think. Co-authored-by: Florian Diebold <[email protected]> | |||||
| * | | Fix diagnostic fixes showing up everywhere | Florian Diebold | 2018-12-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | The LSP code action request always returned the fixes for all diagnostics anywhere in the file, because of a shadowed variable. | |||||
* | | | Fix a copy and pasting typo | DJMcNab | 2018-12-05 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | First step towards crate deps | Aleksey Kladov | 2018-12-05 | 1 | -8/+35 | |
| | | ||||||
* | | make stuff private | Aleksey Kladov | 2018-12-05 | 1 | -1/+1 | |
| | | ||||||
* | | make stuff private | Aleksey Kladov | 2018-12-05 | 2 | -13/+8 | |
| | | ||||||
* | | move fuzzy source binding to a separete mode | Aleksey Kladov | 2018-12-05 | 7 | -131/+121 | |
| | | ||||||
* | | restore index-based gotodef | Aleksey Kladov | 2018-12-05 | 2 | -5/+21 | |
| | | ||||||
* | | minor | Aleksey Kladov | 2018-12-04 | 2 | -7/+17 | |
| | | ||||||
* | | Add functions to DefId | Aleksey Kladov | 2018-12-04 | 10 | -83/+90 | |
| | | ||||||
* | | module-scoped defloc | Aleksey Kladov | 2018-12-04 | 3 | -24/+43 | |
| | | ||||||
* | | ModuleSource is ItemSource | Aleksey Kladov | 2018-12-04 | 4 | -51/+40 | |
| | | ||||||
* | | include file itself in SourceFileItems | Aleksey Kladov | 2018-12-04 | 1 | -1/+2 | |
| | | ||||||
* | | Merge #250 | bors[bot] | 2018-12-02 | 2 | -5/+11 | |
|\ \ | |/ |/| | | | | | | | | | | | | | 250: Improve the suggestion for test functions r=DJMcNab a=DJMcNab I haven't fully updated the previous commented out test - I don't know why it was commented out so some clarification would be welcome. Co-authored-by: Daniel McNab <[email protected]> Co-authored-by: DJMcNab <[email protected]> | |||||
| * | Fix formatting | DJMcNab | 2018-12-02 | 1 | -4/+4 | |
| | | ||||||
| * | Format completion text properly | Daniel McNab | 2018-11-28 | 1 | -2/+5 | |
| | | ||||||
| * | Add tfn lookup and remove test prefix | Daniel McNab | 2018-11-28 | 2 | -3/+3 | |
| | | ||||||
| * | Change the body and name of the test function completion | Daniel McNab | 2018-11-28 | 2 | -4/+7 | |
| | | ||||||
* | | Merge #252 | bors[bot] | 2018-12-02 | 2 | -7/+44 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 252: Improve 'introduce variable' r=matklad a=flodiebold - make it possible to extract a prefix of an expression statement (e.g. `<|>foo.bar()<|>.baz()`) - don't turn the last expression in a block into a let statement - also fix a few typos Co-authored-by: Florian Diebold <[email protected]> | |||||
| * | | Improve 'introduce variable' | Florian Diebold | 2018-12-02 | 2 | -7/+44 | |
| | | | | | | | | | | | | | | | | | | - make it possible to extract a prefix of an expression statement (e.g. <|>foo.bar()<|>.baz()) - don't turn the last expression in a block into a let statement | |||||
* | | | Put derive back | Aleksey Kladov | 2018-12-02 | 1 | -24/+1 | |
| | | | | | | | | | | | | It is used in this file | |||||
* | | | Add `derive` after doc comments | Aleksey Kladov | 2018-12-02 | 1 | -5/+36 | |
| | | | ||||||
* | | | Put map back | Jeremy A. Kolb | 2018-11-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Clippy lints | Jeremy A. Kolb | 2018-11-29 | 5 | -17/+14 | |
| | | |