rust/crates
bors[bot] 9518e2f9d6
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 <gr41.j4ck@gmail.com>
Co-authored-by: kjeremy <kjeremy@gmail.com>
Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
2020-07-21 09:57:46 +00:00
..
expect Add a license field to all the crates 2020-07-14 10:57:26 +09:00
flycheck Typo 2020-07-21 10:50:24 +02:00
paths Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_arena Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_assists Minor perf tweaks per clippy 2020-07-19 14:26:24 -04:00
ra_cfg Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_db Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_fmt Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_hir call_info works with closures 2020-07-17 12:04:10 +02:00
ra_hir_def Simplify 2020-07-20 17:44:44 +02:00
ra_hir_expand Cap macro expansion depth for IDE features 2020-07-15 17:18:19 +02:00
ra_hir_ty Merge #5451 #5463 #5465 #5466 2020-07-21 09:57:46 +00:00
ra_ide Merge #5451 #5463 #5465 #5466 2020-07-21 09:57:46 +00:00
ra_ide_db Correctly resolve assoc. types in path bindings 2020-07-17 14:58:49 +02:00
ra_mbe Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_parser Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_proc_macro Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_proc_macro_srv Merge #4676 2020-07-16 14:29:57 +00:00
ra_prof Merge #5354 2020-07-15 09:43:08 +00:00
ra_project_model Add is_workspace_member for rust-project.json 2020-07-20 17:57:10 +02:00
ra_ssr SSR: Update tests so that all paths in patterns can be resolved 2020-07-04 08:56:58 +10:00
ra_syntax Bump lexer 2020-07-20 15:37:50 -04:00
ra_text_edit Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_toolchain Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_tt Add a license field to all the crates 2020-07-14 10:57:26 +09:00
rust-analyzer Merge #5467 2020-07-21 09:41:54 +00:00
stdx Add a license field to all the crates 2020-07-14 10:57:26 +09:00
test_utils Allow multiline annotations 2020-07-14 14:58:10 +02:00
vfs Simplify 2020-07-20 18:01:42 +02:00
vfs-notify Simplify exclusion logic 2020-07-18 16:40:10 +02:00