Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce hir::Type | Aleksey Kladov | 2019-11-26 | 1 | -23/+16 |
* | Use GenericDefIdMore | Aleksey Kladov | 2019-11-25 | 1 | -1/+1 |
* | Nicer API for attrs | Aleksey Kladov | 2019-11-24 | 1 | -1/+1 |
* | Move data to a single file | Aleksey Kladov | 2019-11-22 | 1 | -6/+5 |
* | Move FunctionData to hir_def | Aleksey Kladov | 2019-11-22 | 1 | -6/+9 |
* | Rename Atts trait | Aleksey Kladov | 2019-11-22 | 1 | -2/+2 |
* | Encapsulate Attrs | Aleksey Kladov | 2019-11-22 | 1 | -4/+1 |
* | Rename Source::ast -> Source::value | Aleksey Kladov | 2019-11-20 | 1 | -4/+4 |
* | Auto-upgrade some insta snapshots | Aleksey Kladov | 2019-11-15 | 1 | -70/+76 |
* | Use Local more | Aleksey Kladov | 2019-11-15 | 1 | -8/+6 |
* | HirDatabase stored attributes | Martin Asquino | 2019-11-04 | 1 | -14/+13 |
* | Use `bool` instead of `Option<bool>` and print it's value only when `true` | Martin Asquino | 2019-11-02 | 1 | -15/+0 |
* | Set `deprecated` field on `CompletionItem`s | Martin Asquino | 2019-11-02 | 1 | -1/+82 |
* | Some clippy fixes | kjeremy | 2019-10-30 | 1 | -2/+2 |
* | don't add macro braces in use items | Aleksey Kladov | 2019-10-30 | 1 | -17/+53 |
* | Guess macro braces from docs | oxalica | 2019-10-20 | 1 | -5/+31 |
* | tweak fn labels in completion | Aleksey Kladov | 2019-10-10 | 1 | -11/+8 |
* | if completion does auto-insertion, indicate this in the label | Aleksey Kladov | 2019-10-10 | 1 | -62/+86 |
* | 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 | 1 | -5/+109 |
* | simplify | Aleksey Kladov | 2019-10-08 | 1 | -4/+5 |
* | refactor | Aleksey Kladov | 2019-10-08 | 1 | -8/+15 |
* | Support inferring `Self` type in enum definitions | ice1000 | 2019-10-08 | 1 | -1/+1 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+1 |
* | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 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 | 1 | -37/+58 |
* | rename AdtDef -> Adt | Aleksey Kladov | 2019-09-12 | 1 | -5/+3 |
* | make various enums "inherit" from AdtDef | Aleksey Kladov | 2019-09-12 | 1 | -3/+9 |
* | Complete vec macros with square brackets | Kirill Bulatov | 2019-09-12 | 1 | -3/+8 |
* | Add `!` to the macro completion label | Kirill Bulatov | 2019-09-12 | 1 | -6/+10 |
* | Complete macros parenthesis | Kirill Bulatov | 2019-09-12 | 1 | -1/+1 |
* | Support completion for macros | uHOOCCOOHu | 2019-09-10 | 1 | -1/+23 |
* | Make type walking infrastructure a bit nicer | Florian Diebold | 2019-09-03 | 1 | -1/+1 |
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 1 | -7/+7 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -1/+1 |
* | implement feature flags | Aleksey Kladov | 2019-08-22 | 1 | -1/+4 |
* | Remove vertical ellipses from tests in complete_snippet.rs and presentation.rs | Phil Ellison | 2019-07-28 | 1 | -79/+73 |
* | cargo format | Phil Ellison | 2019-07-28 | 1 | -32/+32 |
* | Inline snapshots for all tests in presentation.rs | Phil Ellison | 2019-07-28 | 1 | -57/+152 |
* | show local variable types in completion | Ekaterina Babshukova | 2019-07-23 | 1 | -5/+13 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -7/+5 |
* | rename XSignature -> XData | Aleksey Kladov | 2019-06-18 | 1 | -6/+6 |
* | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 1 | -1/+1 |
* | use Source for TypeAlias | Aleksey Kladov | 2019-06-11 | 1 | -3/+2 |
* | use Source for statics and consts | Aleksey Kladov | 2019-06-11 | 1 | -2/+1 |
* | use Source for Function | Aleksey Kladov | 2019-06-11 | 1 | -1/+1 |
* | update ra_ide_api to use builtins | Aleksey Kladov | 2019-05-30 | 1 | -1/+6 |
* | add union to code_model | Aleksey Kladov | 2019-05-23 | 1 | -0/+1 |