rust/crates
Florian Diebold 236ac630f6 Fix Chalk panic
Fixes #3865. Basically I forgot to shift 'back' when we got `dyn Trait`s back
from Chalk, so after going through Chalk a few times, the panic happened.
2020-04-06 17:26:26 +02:00
..
ra_arena Use resize_with 2020-03-31 09:02:12 -04:00
ra_assists Check for eprintln on CI 2020-04-06 17:00:18 +02:00
ra_cfg
ra_db Merge #3727 2020-03-26 17:09:32 +00:00
ra_flycheck Centralize defaults 2020-04-01 18:56:47 +02:00
ra_fmt update itertools version to 0.9.0 2020-03-23 16:22:46 -07:00
ra_hir Check for eprintln on CI 2020-04-06 17:00:18 +02:00
ra_hir_def Check for eprintln on CI 2020-04-06 17:00:18 +02:00
ra_hir_expand Implement ra_proc_macro client logic 2020-03-31 22:20:18 +08:00
ra_hir_ty Fix Chalk panic 2020-04-06 17:26:26 +02:00
ra_ide Check for eprintln on CI 2020-04-06 17:00:18 +02:00
ra_ide_db Reload only the properties that do not affect vfs 2020-03-30 13:39:14 +03:00
ra_mbe Remove deps on tt_mbe 2020-03-27 00:46:40 +08:00
ra_parser Macro patterns are not confused with expressions. 2020-04-03 16:12:38 +02:00
ra_proc_macro Introduce ra_proc_macro_srv 2020-04-03 19:01:44 +08:00
ra_proc_macro_srv Add bridge::TokenStream to crate scope 2020-04-06 23:07:48 +08:00
ra_prof Fix race in the tests 2020-03-30 11:33:01 +02:00
ra_project_model Migrate to privacy as per review commets 2020-04-02 21:09:03 +03:00
ra_syntax Remove rustc_lexer dependency in favour of rustc-ap-rustc_lexer 2020-04-06 10:08:51 +02:00
ra_text_edit
ra_tt Implement ra_proc_macro client logic 2020-03-31 22:20:18 +08:00
rust-analyzer Check for eprintln on CI 2020-04-06 17:00:18 +02:00
stdx Check for eprintln on CI 2020-04-06 17:00:18 +02:00
test_utils