rust-analyzer/crates
Florian Diebold 065d398701 Add trait obligations for where clauses when calling functions/methods
E.g. if we call `foo<T: Into<u32>>(x)`, that adds an obligation that `x:
Into<u32>`, etc.
2019-07-06 17:34:05 +02:00
..
gen_lsp_server Some clippy fixes for 1.36 2019-07-04 17:43:00 -04:00
ra_arena allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_assists readability 2019-07-05 10:18:01 -04:00
ra_batch allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_cli Some clippy fixes for 1.36 2019-07-04 17:43:00 -04:00
ra_db Clippy changes 2019-07-04 23:00:00 -04:00
ra_fmt allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_hir Add trait obligations for where clauses when calling functions/methods 2019-07-06 17:34:05 +02:00
ra_ide_api Merge #1495 2019-07-05 16:43:23 +00:00
ra_lsp_server Formatting again 2019-07-04 19:31:06 -04:00
ra_mbe Clippy trivially_copy_pass_by_ref 2019-07-05 12:02:32 -04:00
ra_parser allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_prof allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_project_model Some clippy fixes for 1.36 2019-07-04 17:43:00 -04:00
ra_syntax Clippy changes 2019-07-04 23:00:00 -04:00
ra_text_edit allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_tools allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_tt allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
test_utils allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
thread_worker Fix clippy::single_match 2019-06-04 18:05:07 -04:00