Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 8024: Fix for function name change. | Chetan Khilosiya | 2021-03-30 | 1 | -2/+2 |
| | |||||
* | 8024: Updated the implementation for trait modifier. | Chetan Khilosiya | 2021-03-30 | 1 | -9/+19 |
| | | | | Fixed the test cases. | ||||
* | 8024: Added the trait modifier for methods | Chetan Khilosiya | 2021-03-30 | 1 | -1/+18 |
| | | | | method in impls and method calls will have trait modifier. | ||||
* | Show whether a binding is mutable or not on hover | Lukas Wirth | 2021-03-09 | 1 | -2/+3 |
| | |||||
* | Move SymbolKind to ide_db | Lukas Wirth | 2021-01-20 | 1 | -2/+2 |
| | |||||
* | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | 2021-01-15 | 1 | -13/+9 |
| | |||||
* | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | 2021-01-15 | 1 | -28/+11 |
| | |||||
* | Merge #6238 | bors[bot] | 2021-01-10 | 1 | -3/+14 |
|\ | | | | | | | | | | | | | | | | | | | 6238: Split punctuation semantic highlighting up into more tags r=matklad a=Veykril Open question would be the name of the delimiter modifiers. I chose them this was as I see them this way but from what I remember people tend to mix the names however they like. So maybe using `delimSquare`, `delimCurly`, `delimRound` would be better. That would also go well with `angle` becoming `delimAngle`? Closes #6152 Co-authored-by: Lukas Wirth <[email protected]> | ||||
| * | Split punctuation semantic highlighting up into more tags | Lukas Wirth | 2021-01-10 | 1 | -3/+14 |
| | | |||||
* | | Use hir::GenericParam in ide_db::Definition instead of relisting all 3 | Lukas Wirth | 2021-01-10 | 1 | -3/+5 |
|/ | |||||
* | Refactor highlighting | Aleksey Kladov | 2021-01-09 | 1 | -0/+517 |