Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Guess macro braces from docs | oxalica | 2019-10-20 | 2 | -7/+91 |
| | |||||
* | #1435 postfix completion for integer literals | Sergey Parilin | 2019-10-14 | 2 | -2/+77 |
| | |||||
* | tweak fn labels in completion | Aleksey Kladov | 2019-10-10 | 4 | -36/+33 |
| | |||||
* | if completion does auto-insertion, indicate this in the label | Aleksey Kladov | 2019-10-10 | 5 | -475/+562 |
| | |||||
* | add <> for type aliases as well | Aleksey Kladov | 2019-10-09 | 1 | -52/+80 |
| | |||||
* | smal cleanup | Aleksey Kladov | 2019-10-09 | 1 | -5/+5 |
| | |||||
* | add `<>` when completing generic types | Aleksey Kladov | 2019-10-08 | 3 | -78/+197 |
| | |||||
* | simplify | Aleksey Kladov | 2019-10-08 | 1 | -4/+5 |
| | |||||
* | refactor | Aleksey Kladov | 2019-10-08 | 1 | -8/+15 |
| | |||||
* | Address comments: fix docs, add completion test for `Self`. | ice1000 | 2019-10-08 | 1 | -0/+29 |
| | |||||
* | Support inferring `Self` type in enum definitions | ice1000 | 2019-10-08 | 1 | -1/+1 |
| | | | | Signed-off-by: ice1000 <[email protected]> | ||||
* | replace AST visitors with macro | Ekaterina Babshukova | 2019-10-05 | 2 | -16/+18 |
| | |||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 14 | -0/+27 |
| | | | | #1856 | ||||
* | move assists to subdir | Aleksey Kladov | 2019-09-25 | 1 | -2/+2 |
| | |||||
* | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 2 | -2/+2 |
| | |||||
* | introduce FromSource trait | Ekaterina Babshukova | 2019-09-19 | 1 | -2/+5 |
| | |||||
* | Remove TraitItem and ImplItem in favor of AssocItem | Florian Diebold | 2019-09-17 | 1 | -3/+3 |
| | |||||
* | Remove a dbg! | Florian Diebold | 2019-09-14 | 1 | -1/+1 |
| | |||||
* | rename add_resolution -> add_scope_def | Aleksey Kladov | 2019-09-13 | 1 | -18/+0 |
| | |||||
* | Specify desirable namespace when calling resolve | Aleksey Kladov | 2019-09-13 | 5 | -56/+76 |
| | | | | That way, we are able to get rid of a number of unreachable statements | ||||
* | rename AdtDef -> Adt | Aleksey Kladov | 2019-09-12 | 4 | -12/+10 |
| | |||||
* | make various enums "inherit" from AdtDef | Aleksey Kladov | 2019-09-12 | 3 | -13/+14 |
| | |||||
* | Complete vec macros with square brackets | Kirill Bulatov | 2019-09-12 | 2 | -3/+36 |
| | |||||
* | Add `!` to the macro completion label | Kirill Bulatov | 2019-09-12 | 4 | -20/+24 |
| | |||||
* | Complete macros parenthesis | Kirill Bulatov | 2019-09-12 | 4 | -9/+9 |
| | |||||
* | Split out `complete_macro_in_item_position` | uHOOCCOOHu | 2019-09-11 | 2 | -37/+50 |
| | |||||
* | Fix typo | uHOOCCOOHu | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | Support completion for macros | uHOOCCOOHu | 2019-09-10 | 3 | -1/+288 |
| | |||||
* | simplify | Aleksey Kladov | 2019-09-06 | 1 | -38/+40 |
| | |||||
* | Make type walking infrastructure a bit nicer | Florian Diebold | 2019-09-03 | 1 | -1/+1 |
| | | | | | If/when we switch to using Chalk's Ty, we'll need to replace this by its `Fold` trait, but I didn't want to import the whole thing just yet. | ||||
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 11 | -85/+85 |
| | |||||
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 5 | -22/+22 |
| | |||||
* | implement feature flags | Aleksey Kladov | 2019-08-22 | 1 | -1/+4 |
| | |||||
* | Employ early return pattern more | Evgenii P | 2019-08-04 | 1 | -15/+19 |
| | |||||
* | Use std::future::Future trait from stdlib | Evgenii P | 2019-08-03 | 1 | -11/+8 |
| | |||||
* | do fixup: remove unused imports in complete_dot.rs | Evgenii P | 2019-08-02 | 1 | -4/+1 |
| | |||||
* | Change postfix completion to keyword completion | Evgenii P | 2019-08-02 | 1 | -22/+8 |
| | |||||
* | Use future lang item instead of hardcoded std::future::Future | Evgenii P | 2019-08-02 | 1 | -6/+11 |
| | |||||
* | rustfmt | Evgenii P | 2019-08-02 | 1 | -6/+6 |
| | |||||
* | Implement completion for the .await syntax | Evgenii P | 2019-08-02 | 1 | -10/+70 |
| | |||||
* | Rerun cargo format, to make tests pass and formatting incorrect | Phil Ellison | 2019-07-28 | 1 | -5/+5 |
| | |||||
* | 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 | 3 | -106/+106 |
| | |||||
* | Inline snapshots for all tests in complete_snippet, remove now-unused ↵ | Phil Ellison | 2019-07-28 | 6 | -80/+57 |
| | | | | 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 | 13 | -402/+362 |
| | |||||
* | show local variable types in completion | Ekaterina Babshukova | 2019-07-23 | 5 | -9/+22 |
| | |||||
* | Merge #1570 | bors[bot] | 2019-07-21 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | 1570: switch to upstream rowan's API r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | streamline API | Aleksey Kladov | 2019-07-21 | 1 | -2/+2 |
| | |