Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address comments | hi-rustin | 2021-05-14 | 1 | -3/+3 |
| | |||||
* | Apply async semantic token modifier to async/await keywords | hi-rustin | 2021-05-14 | 1 | -0/+7 |
| | | | | Only async semantic token modifier | ||||
* | Fixed formatting | Bastian Kersting | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Added mutable semantic token modifier for &mut self methods | Bastian Kersting | 2021-04-26 | 1 | -2/+7 |
| | |||||
* | Simplify highlight token match guards | Lukas Wirth | 2021-04-23 | 1 | -102/+74 |
| | |||||
* | Tag `yield` and `await` as ControlFlow in semantic highlighting | Lukas Wirth | 2021-04-23 | 1 | -2/+4 |
| | |||||
* | Fix typo: comparision -> comparison | Adrian Stanciu | 2021-04-19 | 1 | -1/+1 |
| | |||||
* | Merge #8354 | bors[bot] | 2021-04-13 | 1 | -12/+47 |
|\ | | | | | | | | | | | | | | | 8354: Distinguishing between different operators in semantic highlighting r=matklad a=chetankhilosiya Co-authored-by: Chetan Khilosiya <[email protected]> | ||||
| * | 8279: Fix the not operator use and test case fix. | Chetan Khilosiya | 2021-04-08 | 1 | -8/+1 |
| | | |||||
| * | 8279: Added initial implementation for | Chetan Khilosiya | 2021-04-08 | 1 | -12/+54 |
| | | | | | | | | Operator semantic highlighting. | ||||
* | | 8024: Added the trait modifier for assoc types. | Chetan Khilosiya | 2021-04-08 | 1 | -2/+12 |
|/ | |||||
* | 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 |