rust/crates
Ville Penttinen 98cff6ecec Change parsing bounds in path_types
Now bounds inside a path are parsed as DYN_TRAIT_TYPE, previously they would be
parsed as `PATH_TYPE` followed by `TYPE_BOUND_LIST`.

Basically this means `Box<T + 'f>` is now parsed almost the same as
`Box<dyn T + 'f>` with the exception of not having the `dyn` keyword.
2019-03-31 10:38:36 +03:00
..
gen_lsp_server
ra_arena
ra_assists Flip any binary expression except assignments. 2019-03-26 23:12:46 +01:00
ra_batch rename persistent hir database -> def database 2019-03-23 15:44:24 +03:00
ra_cli structure moved to ra_ide_api 2019-03-25 11:41:21 +03:00
ra_db update salsa some more 2019-03-27 16:31:13 +03:00
ra_fmt
ra_hir more realistic test for incrementality 2019-03-26 19:54:52 +03:00
ra_ide_api Merge #1059 2019-03-26 16:16:54 +00:00
ra_lsp_server Move actual include logic to ProjectRoot 2019-03-21 10:43:47 +02:00
ra_mbe hack around non-terminating macro expansion 2019-03-17 12:52:52 +03:00
ra_parser Change parsing bounds in path_types 2019-03-31 10:38:36 +03:00
ra_project_model replace todo with fixme 2019-03-23 11:07:09 +03:00
ra_syntax Update tests 2019-03-30 17:11:46 +02:00
ra_text_edit Disable fork feature for proptest 2019-03-23 08:57:07 +01:00
ra_tt
test_utils fix error on wrong path 2019-03-17 12:53:22 +03:00
thread_worker
tools Use EXE extension for pre-commit hook on Window 2019-03-27 07:52:59 +01:00