aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-21 10:57:46 +0100
committerGitHub <[email protected]>2020-07-21 10:57:46 +0100
commit9518e2f9d69dbb4a9ddd4a8bab87cf16a41fca03 (patch)
tree456699a43e125642b459120c78e095d7c5745c28 /crates/ra_hir_ty
parent818aeb8a242bba5d8947ce2960e1af27d998f4fc (diff)
parent5ca3855c06b6e28aaa99f5fdda41b6b80ed871b7 (diff)
parentd8eec71dc921a5a20ce9b3abe5251781709fb0db (diff)
parent9cfb373665e25fac5412ac40a97664b82c9176a6 (diff)
parent54cc3fee4550ec7e2e8b6f118de4b7ced546bc97 (diff)
Merge #5451 #5463 #5465 #5466
5451: Highlight more cases of SyntaxKind when it is a punctuation r=matklad a=GrayJack This maybe closes #5406 Closes #5453 Separate what one expect to be a punctuation semantic token (like `,`, `;`, `(`, etc), and what is not (`&`, `::`, `+`, etc) 5463: Bump lexer r=matklad a=kjeremy Since we're now on rust 1.45 5465: Bump chalk r=matklad a=kjeremy 5466: Do not show default types in function and closure return values r=matklad a=SomeoneToIgnore Avoid things like <img width="522" alt="image" src="https://user-images.githubusercontent.com/2690773/87985936-1bbe4f80-cae5-11ea-9b8a-5383d896c296.png"> Co-authored-by: GrayJack <[email protected]> Co-authored-by: kjeremy <[email protected]> Co-authored-by: Kirill Bulatov <[email protected]>