rust/crates
bors[bot] cc284dad30 Merge #1122
1122: Add explicit type assist. r=matklad a=marcogroppo

This assist can be used to specify the explicit type in let statements. For example `let num = 1;` becomes `let num: i32 = 1;`. 

The assist is applicable only if the inferred type is fully known.


Co-authored-by: Marco Groppo <marco.groppo@gmail.com>
2019-04-09 19:16:28 +00:00
..
gen_lsp_server show message in client's UI if workspace fails to load 2019-03-05 16:33:05 +03:00
ra_arena Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00
ra_assists Stylistic changes. Updated features.md with the new assists. 2019-04-09 21:12:54 +02:00
ra_batch Make robust about target directory 2019-04-04 18:57:10 +09:00
ra_cli Merge #1068 2019-04-03 09:09:11 +00:00
ra_db ⬆️ salsa 2019-04-04 10:02:53 +03:00
ra_fmt add ast::tokens 2019-04-02 10:23:29 +03:00
ra_hir Move test specific things 2019-04-09 14:45:04 +03:00
ra_ide_api Fix doc comment 2019-04-09 16:08:24 +03:00
ra_lsp_server Refactor CallInfo function signatures to new FunctionSignature type 2019-04-09 14:45:04 +03:00
ra_mbe Refactoring and add some docs 2019-04-08 20:32:21 +08:00
ra_parser migrate to untyped rowan 2019-04-09 10:26:51 +03:00
ra_prof added some docs to public functions 2019-04-03 16:05:55 +03:00
ra_project_model replace todo with fixme 2019-03-23 11:07:09 +03:00
ra_syntax migrate to untyped rowan 2019-04-09 10:26:51 +03:00
ra_text_edit Disable fork feature for proptest 2019-03-23 08:57:07 +01:00
ra_tt make token trees eq 2019-02-12 20:57:13 +03:00
test_utils fix error on wrong path 2019-03-17 12:53:22 +03:00
thread_worker automatically wait for worker threads 2019-02-14 21:11:07 +03:00
tools Use EXE extension for pre-commit hook on Window 2019-03-27 07:52:59 +01:00