Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #1642 | bors[bot] | 2019-08-05 | 1 | -0/+17 |
|\ | |||||
| * | Add test for #1540 | Jeremy Kolb | 2019-08-03 | 1 | -0/+17 |
* | | Merge #1634 | bors[bot] | 2019-08-04 | 3 | -10/+104 |
|\ \ | |||||
| * | | rustfmt | Evgenii P | 2019-08-04 | 1 | -3/+1 |
| * | | Idiomatic return | Evgenii P | 2019-08-04 | 1 | -1/+1 |
| * | | Employ early return pattern more | Evgenii P | 2019-08-04 | 2 | -25/+27 |
| * | | 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 #1640 | bors[bot] | 2019-08-04 | 3 | -3/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Bump deps | Laurențiu Nicola | 2019-08-04 | 3 | -3/+2 |
| |/ | |||||
* | | Merge #1638 | bors[bot] | 2019-08-03 | 1 | -30/+32 |
|\ \ | |||||
| * | | Return a Ref from SubtreeTokenSource::get | Laurențiu Nicola | 2019-08-03 | 1 | -33/+29 |
| * | | Avoid cloning a TtToken in SubtreeTokenSource::mk_token | Laurențiu Nicola | 2019-08-03 | 1 | -9/+15 |
| |/ | |||||
* | | Merge #1630 | bors[bot] | 2019-08-03 | 2 | -3/+55 |
|\ \ | |||||
| * | | Unconditionally trim the end of comments | kjeremy | 2019-07-31 | 2 | -13/+5 |
| * | | Removes `*/` in block doc comments | kjeremy | 2019-07-31 | 2 | -2/+62 |
* | | | Resolve out of line modules inside inline module with attribute path | Alexander Andreev | 2019-08-03 | 3 | -28/+70 |
| |/ |/| | |||||
* | | remove-comment | kjeremy | 2019-07-31 | 1 | -1/+0 |
|/ | |||||
* | Add explicit newline preserving tests | kjeremy | 2019-07-31 | 2 | -0/+23 |
* | Update insta to 0.9.0 and cargo update | kjeremy | 2019-07-31 | 2 | -2/+2 |
* | Merge #1627 | bors[bot] | 2019-07-31 | 3 | -5/+27 |
|\ | |||||
| * | 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 |
* | | rustfmt | Evgenii P | 2019-07-30 | 1 | -10/+15 |
* | | Fix flip comma assist | Evgenii P | 2019-07-30 | 1 | -0/+25 |
* | | Add merge_match_arm assist, bump rowan to 0.6.1 | Phil Ellison | 2019-07-29 | 3 | -1/+191 |
* | | Merge #1604 | bors[bot] | 2019-07-29 | 2 | -14/+34 |
|\ \ | |/ |/| | |||||
| * | 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 |
|\ \ | |||||
| * | | 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 i... | Phil Ellison | 2019-07-28 | 2 | -192/+187 |
| * | | 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 check_c... | Phil Ellison | 2019-07-28 | 7 | -81/+58 |