| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix renaming of modules | Aleksey Kladov | 2019-09-05 | 2 | -72/+86 |
* | always use \n newlines | Aleksey Kladov | 2019-09-05 | 1 | -357/+357 |
* | Make type walking infrastructure a bit nicer | Florian Diebold | 2019-09-03 | 1 | -1/+1 |
* | fix assists | Aleksey Kladov | 2019-09-02 | 1 | -42/+49 |
* | fix hir for new block syntax | Aleksey Kladov | 2019-09-02 | 1 | -1/+1 |
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 17 | -105/+105 |
* | Strip indents and empty lines in check_apply_diagnostic_fix_from_position | Phil Ellison | 2019-08-25 | 1 | -36/+55 |
* | Specify cursor position in ok-wrapping tests, and switch to using analysis_an... | Phil Ellison | 2019-08-25 | 2 | -35/+31 |
* | Simplify checking return type, add new test | Phil Ellison | 2019-08-25 | 1 | -2/+28 |
* | cargo format | Phil Ellison | 2019-08-25 | 1 | -10/+11 |
* | Change test to not rely on trait inference | Phil Ellison | 2019-08-25 | 1 | -12/+7 |
* | Check type rather than just name in ok-wrapping diagnostic. Add test for hand... | Phil Ellison | 2019-08-25 | 1 | -0/+37 |
* | Add test that ok-wrapping handles type aliases | Phil Ellison | 2019-08-25 | 1 | -0/+38 |
* | Mock std String and Result types in tests for ok-wrapping diagnostic | Phil Ellison | 2019-08-25 | 2 | -14/+65 |
* | Initial implementation of Ok-wrapping | Phil Ellison | 2019-08-25 | 1 | -0/+50 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 18 | -64/+70 |
* | Merge #1715 | bors[bot] | 2019-08-22 | 4 | -7/+90 |
|\ |
|
| * | implement feature flags | Aleksey Kladov | 2019-08-22 | 4 | -7/+90 |
* | | Update snapshots/highlighting.html to use correct highlighting | cynecx | 2019-08-22 | 1 | -2/+2 |
* | | Fix syntax-highlighting for fields (`NAMED_FIELD_DEF`) | cynecx | 2019-08-21 | 1 | -14/+10 |
|/ |
|
* | qualify ast types with `ast::` | Aleksey Kladov | 2019-08-19 | 1 | -11/+8 |
* | remove ast::*Kind from ra_ide_api | Aleksey Kladov | 2019-08-19 | 5 | -21/+19 |
* | Merge #1691 | bors[bot] | 2019-08-16 | 1 | -2/+35 |
|\ |
|
| * | show inherent and trait impls of structs and enums | Ekaterina Babshukova | 2019-08-16 | 1 | -2/+35 |
* | | implement durability | Aleksey Kladov | 2019-08-15 | 3 | -18/+46 |
|/ |
|
* | Use Source in Diagnostic and implement | Evgenii P | 2019-08-12 | 1 | -1/+1 |
* | implement while let desugaring | Aleksey Kladov | 2019-08-07 | 1 | -7/+29 |
* | Style and test fixes | Kirill Bulatov | 2019-08-04 | 1 | -28/+28 |
* | Use proper inlay kinds | Kirill Bulatov | 2019-08-04 | 1 | -29/+13 |
* | Merge #1634 | bors[bot] | 2019-08-04 | 1 | -8/+57 |
|\ |
|
| * | 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 |
* | | Bump deps | Laurențiu Nicola | 2019-08-04 | 1 | -1/+1 |
|/ |
|
* | Update insta to 0.9.0 and cargo update | kjeremy | 2019-07-31 | 1 | -1/+1 |
* | 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 |
| * | Inline snapshots for all tests in presentation.rs | Phil Ellison | 2019-07-28 | 7 | -177/+152 |