rust/crates
Florian Diebold cfa1de72eb Implement type variables
This will really become necessary when we implement generics, but even now, it
allows us to reason 'backwards' to infer types of expressions that we didn't
understand for some reason.

We use ena, the union-find implementation extracted from rustc, to keep track of
type variables.
2018-12-29 12:04:34 +01:00
..
gen_lsp_server Bump serde from 1.0.82 to 1.0.83 2018-12-28 06:08:30 +00:00
ra_analysis completion for enum variants 2018-12-28 21:07:47 +03:00
ra_cli modernize even more 2018-12-06 21:16:37 +03:00
ra_db Merge #350 2018-12-28 16:17:19 +00:00
ra_editor highlight macro idents 2018-12-28 18:17:43 +03:00
ra_hir Implement type variables 2018-12-29 12:04:34 +01:00
ra_lsp_server completion for enum variants 2018-12-28 21:07:47 +03:00
ra_syntax super simplistic macro expansion 2018-12-28 16:59:58 +03:00
ra_text_edit change to TextEdit to avoid allocation and sort 2018-12-25 20:49:18 +01:00
ra_vfs fix the test 2018-12-20 12:15:38 +03:00
test_utils Bump itertools from 0.7.11 to 0.8.0 2018-12-27 12:32:23 +00:00
thread_worker swtich lsp server to vfs 2018-12-20 12:15:38 +03:00
tools Bump itertools from 0.7.11 to 0.8.0 2018-12-27 12:32:23 +00:00