Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | Refactor a bit to prepare for resolving trait assoc items | Florian Diebold | 2019-09-17 | 1 | -3/+3 |
* | rename AdtDef -> Adt | Aleksey Kladov | 2019-09-12 | 1 | -11/+7 |
* | make various enums "inherit" from AdtDef | Aleksey Kladov | 2019-09-12 | 1 | -4/+8 |
* | Show macro definition in hover text | uHOOCCOOHu | 2019-09-10 | 1 | -3/+21 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -1/+1 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -5/+5 |
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -26/+25 |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -3/+4 |
* | Fix clippy::redundant_clone | Shotaro Yamada | 2019-07-05 | 1 | -1/+1 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -7/+15 |
* | Merge #1394 | bors[bot] | 2019-06-11 | 1 | -6/+23 |
|\ | |||||
| * | Fix hover for pat that shadows items | Shotaro Yamada | 2019-06-11 | 1 | -6/+23 |
* | | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 1 | -2/+2 |
* | | use Source for module, part 1 | Aleksey Kladov | 2019-06-11 | 1 | -2/+1 |
* | | use Source for StructField | Aleksey Kladov | 2019-06-11 | 1 | -2/+2 |
* | | use Source for MacroDef | Aleksey Kladov | 2019-06-11 | 1 | -2/+2 |
* | | use Source for Trait | Aleksey Kladov | 2019-06-11 | 1 | -8/+2 |
* | | simplify | Aleksey Kladov | 2019-06-11 | 1 | -5/+5 |
* | | use Source for TypeAlias | Aleksey Kladov | 2019-06-11 | 1 | -12/+6 |
* | | reduce duplication in hover | Aleksey Kladov | 2019-06-11 | 1 | -56/+24 |
* | | use Source for statics and consts | Aleksey Kladov | 2019-06-11 | 1 | -6/+6 |
* | | use Source for Function | Aleksey Kladov | 2019-06-11 | 1 | -6/+6 |
* | | use Source more | Aleksey Kladov | 2019-06-11 | 1 | -6/+9 |
* | | introduce Source struct | Aleksey Kladov | 2019-06-11 | 1 | -4/+7 |
|/ | |||||
* | Simpliy hover on ast::name | Edwin Cheng | 2019-06-10 | 1 | -7/+35 |
* | Use classify_name_ref in hover | Edwin Cheng | 2019-06-10 | 1 | -12/+128 |
* | Remove node function in NavTarget | Edwin Cheng | 2019-06-08 | 1 | -3/+3 |
* | Fix clippy::new_without_default | Alan Du | 2019-06-04 | 1 | -0/+6 |
* | Sort hover results in tests | Laurențiu Nicola | 2019-05-30 | 1 | -2/+8 |
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -2/+2 |
* | Fix hover on the beginning of a nested expression | Florian Diebold | 2019-04-28 | 1 | -7/+14 |
* | use really correct resolver for expressions | Aleksey Kladov | 2019-04-12 | 1 | -1/+1 |
* | rename | Aleksey Kladov | 2019-04-11 | 1 | -1/+1 |
* | introduce SourceAnalyzer | Aleksey Kladov | 2019-04-11 | 1 | -10/+8 |
* | Move display related things from hover to display | Ville Penttinen | 2019-04-09 | 1 | -107/+3 |
* | Move completion label functions to display | Ville Penttinen | 2019-04-09 | 1 | -1/+1 |
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -6/+8 |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 |
* | Remove the old variants replaced by Ty::Apply | Florian Diebold | 2019-03-21 | 1 | -16/+1 |
* | Replace Display by a pretty printing trait for Ty | Florian Diebold | 2019-03-16 | 1 | -2/+3 |
* | Remove superfluous semicolons | kjeremy | 2019-03-08 | 1 | -5/+5 |
* | Use ast::Name::text() instead of name().syntax().text() | Ville Penttinen | 2019-03-07 | 1 | -2/+2 |
* | Fix EnumVariants not showing properly when hovering | Ville Penttinen | 2019-03-07 | 1 | -2/+56 |
* | Add support for goto definition and hover on Self | Ville Penttinen | 2019-03-07 | 1 | -0/+58 |
* | Hover for associated items in patterns | kjeremy | 2019-03-06 | 1 | -0/+23 |
* | Use ImplItems instead of just Function | Jeremy Kolb | 2019-03-04 | 1 | -1/+1 |
* | Make goto definition/hover resolve constructors | kjeremy | 2019-03-04 | 1 | -0/+22 |
* | Represent unknown types as {unknown} instead of [unknown] | Florian Diebold | 2019-03-03 | 1 | -1/+1 |
* | Merge #908 | bors[bot] | 2019-03-02 | 1 | -8/+27 |
|\ |