Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | source_binder.rs: fix order of imports | Evgenii P | 2019-08-04 | 1 | -9/+10 |
| | |||||
* | Use std::future::Future trait from stdlib | Evgenii P | 2019-08-03 | 2 | -32/+44 |
| | |||||
* | do fixup: remove unused imports in complete_dot.rs | Evgenii P | 2019-08-02 | 1 | -4/+1 |
| | |||||
* | do fixup: remove unused import | Evgenii P | 2019-08-02 | 1 | -1/+1 |
| | |||||
* | Change postfix completion to keyword completion | Evgenii P | 2019-08-02 | 1 | -22/+8 |
| | |||||
* | Relax trait solving more for completion | Evgenii P | 2019-08-02 | 1 | -7/+1 |
| | |||||
* | Use future lang item instead of hardcoded std::future::Future | Evgenii P | 2019-08-02 | 2 | -37/+21 |
| | |||||
* | rustfmt | Evgenii P | 2019-08-02 | 3 | -19/+28 |
| | |||||
* | Implement completion for the .await syntax | Evgenii P | 2019-08-02 | 3 | -11/+122 |
| | |||||
* | Merge #1631 | bors[bot] | 2019-07-31 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | 1631: Remove test comment r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]> | ||||
| * | remove-comment | kjeremy | 2019-07-31 | 1 | -1/+0 |
|/ | |||||
* | Merge #1629 | bors[bot] | 2019-07-31 | 2 | -0/+23 |
|\ | | | | | | | | | | | | | | | 1629: Add explicit newline preserving tests r=matklad a=kjeremy I didn't see anything that explicitly called this out so added tests. Co-authored-by: kjeremy <[email protected]> | ||||
| * | Add explicit newline preserving tests | kjeremy | 2019-07-31 | 2 | -0/+23 |
|/ | |||||
* | Merge #1628 | bors[bot] | 2019-07-31 | 3 | -62/+53 |
|\ | | | | | | | | | | | | | | | 1628: Update insta to 0.9.0 and cargo update r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]> | ||||
| * | Update insta to 0.9.0 and cargo update | kjeremy | 2019-07-31 | 3 | -62/+53 |
|/ | |||||
* | Merge #1627 | bors[bot] | 2019-07-31 | 3 | -5/+27 |
|\ | | | | | | | | | | | | | | | 1627: Hide ignored lines in rustdoc r=kjeremy a=rizakrko This fixes #1620. Co-authored-by: Roman Stoliar <[email protected]> | ||||
| * | Fixed review comments | Roman Stoliar | 2019-07-30 | 1 | -3/+9 |
| | | |||||
| * | Hide comments in rust section of doc comments | Roman Stoliar | 2019-07-30 | 3 | -5/+21 |
| | | |||||
* | | Merge #1625 | bors[bot] | 2019-07-30 | 1 | -0/+30 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1625: Fix flip comma assist r=matklad a=eupn Should fix and close #1619 🤔 r? @matklad Co-authored-by: Evgenii P <[email protected]> | ||||
| * | | rustfmt | Evgenii P | 2019-07-30 | 1 | -10/+15 |
| | | | |||||
| * | | Fix flip comma assist | Evgenii P | 2019-07-30 | 1 | -0/+25 |
|/ / | |||||
* | | Merge #1602 | bors[bot] | 2019-07-29 | 4 | -4/+194 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 1602: Assist to merge identical match arms r=matklad a=theotherphil Fixes https://github.com/rust-analyzer/rust-analyzer/issues/1250 Co-authored-by: Phil Ellison <[email protected]> | ||||
| * | | Add merge_match_arm assist, bump rowan to 0.6.1 | Phil Ellison | 2019-07-29 | 4 | -4/+194 |
|/ / | |||||
* | | Merge #1604 | bors[bot] | 2019-07-29 | 2 | -14/+34 |
|\ \ | |/ |/| | | | | | | | | | | | 1604: Fix failing type interference for floating point literal r=matklad a=theotherphil Fixes https://github.com/rust-analyzer/rust-analyzer/issues/1592 Co-authored-by: Phil Ellison <[email protected]> | ||||
| * | Move assist test, add literal type inference test | Phil Ellison | 2019-07-29 | 2 | -26/+15 |
| | | |||||
| * | cargo format | Phil Ellison | 2019-07-28 | 1 | -3/+1 |
| | | |||||
| * | Add special case for f32 and f43 suffices on Literal.kind | Phil Ellison | 2019-07-28 | 3 | -17/+26 |
| | | |||||
| * | Add issue link and trailing newline | Phil Ellison | 2019-07-28 | 1 | -1/+2 |
| | | |||||
| * | More direct failing test | Phil Ellison | 2019-07-28 | 1 | -0/+13 |
| | | |||||
| * | Add failing test | Phil Ellison | 2019-07-28 | 1 | -0/+10 |
| | | |||||
* | | Merge #1601 | bors[bot] | 2019-07-29 | 38 | -1064/+870 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1601: Inline snapshots for tests r=matklad a=theotherphil Fixes https://github.com/rust-analyzer/rust-analyzer/issues/1127. The "cargo format" commits are required to get the formatting tests to pass. However, they actually mess up the formatting. Co-authored-by: Phil Ellison <[email protected]> | ||||
| * | | Rerun cargo format, to make tests pass and formatting incorrect | Phil Ellison | 2019-07-28 | 2 | -7/+7 |
| | | | |||||
| * | | Remove vertical ellipses in references.cs | Phil Ellison | 2019-07-28 | 1 | -34/+33 |
| | | | |||||
| * | | Remove vertical ellipses from tests in complete_snippet.rs and presentation.rs | Phil Ellison | 2019-07-28 | 2 | -102/+94 |
| | | | |||||
| * | | Remove vertical ellipses from tests in complete_scope.rs | Phil Ellison | 2019-07-28 | 1 | -243/+225 |
| | | | |||||
| * | | cargo format | Phil Ellison | 2019-07-28 | 5 | -117/+117 |
| | | | |||||
| * | | Inline snapshot for test_file_structure (less clear that this one is a good ↵ | Phil Ellison | 2019-07-28 | 2 | -192/+187 |
| | | | | | | | | | | | | idea) | ||||
| * | | Inline snapshots for all tests in runnables.rs | Phil Ellison | 2019-07-28 | 5 | -88/+68 |
| | | | |||||
| * | | Inline snapshots for all tests in references.rs | Phil Ellison | 2019-07-28 | 2 | -39/+33 |
| | | | |||||
| * | | Inline snapshots for all tests in complete_snippet, remove now-unused ↵ | Phil Ellison | 2019-07-28 | 7 | -81/+58 |
| | | | | | | | | | | | | check_completion | ||||
| * | | Inline snapshots for all tests in presentation.rs | Phil Ellison | 2019-07-28 | 7 | -177/+152 |
| | | | |||||
| * | | Inline snapshots for all tests in complete_scope.rs | Phil Ellison | 2019-07-28 | 14 | -434/+396 |
| | | | |||||
| * | | Remove unused highlights_code_inside_macro snapshot, inline ↵ | Phil Ellison | 2019-07-28 | 3 | -83/+33 |
| |/ | | | | | | | rename_mod_in_dir snapshot | ||||
* | | Merge #1621 | bors[bot] | 2019-07-29 | 2 | -10/+23 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 1621: Document AssistBuilder r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | Document AssistBuilder | Aleksey Kladov | 2019-07-29 | 2 | -10/+23 |
| | | | | | | | | | | | | closes #1603 | ||||
* | | | Merge #1606 | bors[bot] | 2019-07-29 | 3 | -47/+311 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1606: Add `if let`, `while let` and match arm inlay hints r=matklad a=SomeoneToIgnore <img width="693" alt="image" src="https://user-images.githubusercontent.com/2690773/62013363-152f1d80-b19a-11e9-90ea-07568757baa2.png"> Add more inline hints support. Looks like `while let` type inference support is missing currently, so the corresponding hint tests lack the actual results. I've also could not find a good way to distinguish between `a` and `b` pats in the following expressions: `if let Some(Test { a: None, b: y }) = &test {};` In this case we don't need to add a hint for first pat (`a: None`), since it's matched against the particular enum variant and need a hint for `y`, since it's a new variable. But both `a` and `b` are `BIND_PAT` with similar contents, so looks like there's nothing I can check for to find any differences. I don't display any hints for such cases now, to avoid confusion, but would be nice to know if there's a way to fix this behavior. Co-authored-by: Kirill Bulatov <[email protected]> | ||||
| * | | Support destructuring patterns | Kirill Bulatov | 2019-07-28 | 3 | -47/+311 |
| | | | |||||
* | | | Merge #1605 | bors[bot] | 2019-07-29 | 2 | -49/+152 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1605: Resolve modules inside inline module r=matklad a=andreevlex #1510 Co-authored-by: Alexander Andreev <[email protected]> | ||||
| * | | | Fixed request changes. | Alexander Andreev | 2019-07-29 | 1 | -9/+19 |
| | | | | |||||
| * | | | Added resolve modules inside inline module | Alexander Andreev | 2019-07-29 | 2 | -54/+147 |
| |/ / | | | | | | | | | | #1510 |