Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename with_ast -> with_value | Aleksey Kladov | 2019-11-20 | 1 | -5/+5 |
* | Rename Source::ast -> Source::value | Aleksey Kladov | 2019-11-20 | 1 | -14/+14 |
* | More sources | Aleksey Kladov | 2019-11-18 | 1 | -19/+21 |
* | Add ra_ide_api::expand | Aleksey Kladov | 2019-11-18 | 1 | -33/+21 |
* | More Source | Aleksey Kladov | 2019-11-18 | 1 | -19/+18 |
* | Add hir::Local | Aleksey Kladov | 2019-11-11 | 1 | -40/+30 |
* | Introduce ToNav trait | Aleksey Kladov | 2019-11-11 | 1 | -151/+177 |
* | Remove map_ranges in RevTokenMap | Edwin Cheng | 2019-11-09 | 1 | -1/+1 |
* | Refactor and simpfily | Edwin Cheng | 2019-11-08 | 1 | -4/+1 |
* | Add note for recurseive macro generated code | Edwin Cheng | 2019-11-04 | 1 | -0/+1 |
* | Use new expansion feature in goto_definition | Edwin Cheng | 2019-11-04 | 1 | -32/+90 |
* | Use `original_file` instead of `as_original_file` | Shotaro Yamada | 2019-10-10 | 1 | -3/+3 |
* | replace AST visitors with macro | Ekaterina Babshukova | 2019-10-05 | 1 | -27/+32 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 1 | -2/+2 |
* | Refactor a bit to prepare for resolving trait assoc items | Florian Diebold | 2019-09-17 | 1 | -6/+9 |
* | rename AdtDef -> Adt | Aleksey Kladov | 2019-09-12 | 1 | -5/+5 |
* | make various enums "inherit" from AdtDef | Aleksey Kladov | 2019-09-12 | 1 | -3/+1 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -2/+2 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -2/+2 |
* | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
* | several highlighting cleanups | Aleksey Kladov | 2019-07-19 | 1 | -16/+3 |
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -30/+26 |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -6/+6 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -5/+6 |
* | move docs under code model | Aleksey Kladov | 2019-06-11 | 1 | -6/+2 |
* | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 1 | -2/+2 |
* | use Source for module, part 2 | Aleksey Kladov | 2019-06-11 | 1 | -5/+5 |
* | use Source for module, part 1 | Aleksey Kladov | 2019-06-11 | 1 | -3/+3 |
* | use Source for StructField | Aleksey Kladov | 2019-06-11 | 1 | -3/+3 |
* | use Source for MacroDef | Aleksey Kladov | 2019-06-11 | 1 | -5/+5 |
* | use Source for impl block | Aleksey Kladov | 2019-06-11 | 1 | -3/+3 |
* | use Source for Trait | Aleksey Kladov | 2019-06-11 | 1 | -18/+2 |
* | use Source for TypeAlias | Aleksey Kladov | 2019-06-11 | 1 | -18/+2 |
* | use Source for statics and consts | Aleksey Kladov | 2019-06-11 | 1 | -28/+4 |
* | use Source for Function | Aleksey Kladov | 2019-06-11 | 1 | -7/+1 |
* | Introduce HasSource trait | Aleksey Kladov | 2019-06-11 | 1 | -28/+18 |
* | use Source more | Aleksey Kladov | 2019-06-11 | 1 | -37/+13 |
* | introduce Source struct | Aleksey Kladov | 2019-06-11 | 1 | -10/+10 |
* | Use classify_name_ref in hover | Edwin Cheng | 2019-06-10 | 1 | -2/+2 |
* | Remove incorrect FIXME | Edwin Cheng | 2019-06-09 | 1 | -2/+0 |
* | Use &str instread of Option<String> | Edwin Cheng | 2019-06-09 | 1 | -4/+4 |
* | Rename Description to ShortLabel | Edwin Cheng | 2019-06-09 | 1 | -28/+28 |
* | Make description_from_symbol depends on symbol | Edwin Cheng | 2019-06-09 | 1 | -5/+5 |
* | Change docs and description to getter method | Edwin Cheng | 2019-06-09 | 1 | -3/+10 |
* | Add display::Description | Edwin Cheng | 2019-06-09 | 1 | -55/+55 |
* | Construct doc individually | Edwin Cheng | 2019-06-08 | 1 | -33/+107 |
* | Remove node function in NavTarget | Edwin Cheng | 2019-06-08 | 1 | -71/+78 |
* | one macro def should be enough | Aleksey Kladov | 2019-06-08 | 1 | -4/+1 |
* | update ra_ide_api to use builtins | Aleksey Kladov | 2019-05-30 | 1 | -3/+10 |