| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Wrap `BuiltinType` in code model | Jonas Schievink | 2021-02-11 | 1 | -1/+1 |
* | Return inner attributes of outline mod declarations in `attrs_query` | Lukas Wirth | 2021-01-31 | 1 | -0/+16 |
* | Fix broken link in intra-doc | Daiki Ihara | 2021-01-22 | 1 | -0/+29 |
* | Treat BlockExpr as a potential module origin | Jonas Schievink | 2021-01-20 | 1 | -0/+1 |
* | Merge #7321 | bors[bot] | 2021-01-19 | 1 | -6/+1 |
|\ |
|
| * | Support runnables in macros | Edwin Cheng | 2021-01-19 | 1 | -6/+1 |
* | | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | 2021-01-15 | 1 | -3/+2 |
|/ |
|
* | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | 2021-01-15 | 1 | -7/+40 |
*-. | Merge #7051 #7219 #7245 #7246 | bors[bot] | 2021-01-11 | 1 | -6/+1 |
|\ \ |
|
| | * | Refactor rename name checking | Lukas Wirth | 2021-01-09 | 1 | -6/+1 |
| |/ |
|
* | | Merge #7218 | bors[bot] | 2021-01-10 | 1 | -10/+10 |
|\ \ |
|
| * | | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 1 | -10/+10 |
| |/ |
|
* | | Merge #7206 #7231 | bors[bot] | 2021-01-10 | 1 | -7/+9 |
|\ \ |
|
| * | | Use hir::GenericParam in ide_db::Definition instead of relisting all 3 | Lukas Wirth | 2021-01-10 | 1 | -7/+9 |
| |/ |
|
* / | Cleanup | Aleksey Kladov | 2021-01-10 | 1 | -2/+2 |
|/ |
|
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -108/+108 |
* | Remove some stale deprecations | Aleksey Kladov | 2021-01-07 | 1 | -2/+0 |
* | More maintainable config | Aleksey Kladov | 2021-01-06 | 1 | -22/+7 |
* | Show GotoTypeAction for TypeParam | Lukas Wirth | 2021-01-04 | 1 | -17/+54 |
* | Show GotoTypeAction for ConstParam | Lukas Wirth | 2021-01-04 | 1 | -37/+66 |
* | Show implementations when hovering over SelfType | Lukas Wirth | 2021-01-04 | 1 | -8/+29 |
* | Fix HoverAction::Implementation typo | Lukas Wirth | 2021-01-04 | 1 | -10/+11 |
* | Implement hover for ConstParam | Lukas Wirth | 2021-01-04 | 1 | -4/+18 |
* | Impl hovering for TypeParams | Lukas Wirth | 2021-01-04 | 1 | -2/+50 |
* | Move impls of ToNav that use source() to TryToNav | Nick Spain | 2021-01-02 | 1 | -5/+5 |
* | source_old -> source for cases that can be handled by simple bubbling | Nick Spain | 2021-01-02 | 1 | -3/+3 |
* | HasSource::source_old -> HasSource::source for places where proc-macros were ... | Nick Spain | 2021-01-02 | 1 | -8/+1 |
* | Mark HasSource::source_old as deprecated but allow at all call sites | Nick Spain | 2021-01-02 | 1 | -0/+4 |
* | HasSource::source -> HasSource::source_old | Nick Spain | 2021-01-02 | 1 | -4/+4 |
* | Show lifetimes and labels on hover | Lukas Wirth | 2021-01-01 | 1 | -7/+43 |
* | Add ConstParams to the ide layer | Lukas Wirth | 2021-01-01 | 1 | -1/+4 |
* | Support labels in reference search | Lukas Wirth | 2020-12-24 | 1 | -1/+1 |
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 1 | -2/+2 |
* | Reduce test verbosity | Aleksey Kladov | 2020-12-18 | 1 | -403/+109 |
* | NavTarget doesn't assume that it points to a symbol | Aleksey Kladov | 2020-12-18 | 1 | -37/+111 |
* | Don't expose SyntaxKind from IDE API | Aleksey Kladov | 2020-12-18 | 1 | -37/+37 |
* | Merge #6901 | bors[bot] | 2020-12-18 | 1 | -0/+6 |
|\ |
|
| * | Temp fixes panic caused by no ast for proc-macro | Edwin Cheng | 2020-12-18 | 1 | -0/+6 |
* | | Rename ImplDef -> Impl | Aleksey Kladov | 2020-12-17 | 1 | -1/+1 |
* | | Lifetime reference search | Lukas Wirth | 2020-12-16 | 1 | -1/+1 |
|/ |
|
* | Don't highlight parent nodes of comments on hover | Lukas Wirth | 2020-12-11 | 1 | -0/+16 |
* | Test inner and outer doc comments in hover | Lukas Wirth | 2020-12-09 | 1 | -0/+62 |
* | Remove hir_def/docs.rs module | Lukas Wirth | 2020-12-07 | 1 | -28/+36 |
* | Don't insert blank lines between doc attributes | Lukas Wirth | 2020-12-07 | 1 | -2/+0 |
* | Show type of Self on hover | Lukas Wirth | 2020-11-29 | 1 | -45/+74 |
* | Show type of self param on hover | Lukas Wirth | 2020-11-28 | 1 | -3/+43 |
*-. | Merge #6331 #6342 | bors[bot] | 2020-10-24 | 1 | -2/+29 |
|\ \ |
|
| | * | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 1 | -2/+2 |
| |/
|/| |
|
| * | correct hover for items with doc attribute with raw strings | Josh Mcguigan | 2020-10-24 | 1 | -0/+27 |
* | | Emit better #[cfg] diagnostics | Jonas Schievink | 2020-10-22 | 1 | -2/+2 |
|/ |
|