rust-analyzer/crates
Aleksey Kladov 0a19f4f1b4 allow aliases in underscores
this helps with

    use foo::Trait as _;

syntax
2019-03-04 16:40:08 +03:00
..
gen_lsp_server Remove RawResponse::empty() 2019-02-27 12:57:59 +02:00
ra_arena Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00
ra_assists rename syntax_mapping as well 2019-03-02 16:56:09 +03:00
ra_batch switch to crates.io vfs 2019-02-18 16:43:16 +03:00
ra_cli kill utils module 2019-02-21 15:57:40 +03:00
ra_db Make edition handling a bit nicer and allow specifying edition in crate_graph macro 2019-02-13 20:31:47 +01:00
ra_fmt Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00
ra_hir Inline type inference test snapshots 2019-03-03 12:41:42 +01:00
ra_ide_api Allow syntax strings to contain test markers 2019-03-04 09:19:46 +02:00
ra_ide_api_light Use TypeAscriptionOwner 2019-02-26 11:47:13 +02:00
ra_lsp_server Add optional range parameter to SyntaxTreeParams 2019-03-03 19:49:50 +02:00
ra_mbe Add expander unit tests 2019-03-03 20:33:50 +01:00
ra_parser allow aliases in underscores 2019-03-04 16:40:08 +03:00
ra_project_model Make edition handling a bit nicer and allow specifying edition in crate_graph macro 2019-02-13 20:31:47 +01:00
ra_syntax allow aliases in underscores 2019-03-04 16:40:08 +03:00
ra_text_edit Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00
ra_tt make token trees eq 2019-02-12 20:57:13 +03:00
test_utils remove ignored macro tests 2019-02-19 20:06:53 +03:00
thread_worker automatically wait for worker threads 2019-02-14 21:11:07 +03:00
tools fix the test 2019-02-21 13:45:10 +03:00