rust/crates
bors[bot] 8a49f93793
Merge #5497
5497: Store macro invocation parameters as text instead of tt r=jonas-schievink a=lnicola

We don't want to expand macros on every source change because it can be arbitrarily slow, but the token trees can be rather large. So instead we can cache the invocation parameters (as text).

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2020-07-23 10:36:33 +00:00
..
expect Add a license field to all the crates 2020-07-14 10:57:26 +09:00
flycheck Typo 2020-07-21 10:50:24 +02:00
paths Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_arena Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_assists Replace existing visibility modifier in fix_visibility 2020-07-21 18:58:00 +02:00
ra_cfg Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_db Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_fmt Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_hir Store macro invocation parameters as text instead of tt 2020-07-22 21:50:37 +03:00
ra_hir_def Check that visibility upgrade path is hit 2020-07-22 14:01:50 +02:00
ra_hir_expand Store macro invocation parameters as text instead of tt 2020-07-22 21:50:37 +03:00
ra_hir_ty Support Trait as _ imports 2020-07-21 17:55:17 +02:00
ra_ide Merge #5451 #5463 #5465 #5466 2020-07-21 09:57:46 +00:00
ra_ide_db Store macro invocation parameters as text instead of tt 2020-07-22 21:50:37 +03:00
ra_mbe Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_parser Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_proc_macro Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_proc_macro_srv Merge #4676 2020-07-16 14:29:57 +00:00
ra_prof Setup global allocator in the correct crate 2020-07-22 13:42:53 +02:00
ra_project_model Add is_workspace_member for rust-project.json 2020-07-20 17:57:10 +02:00
ra_ssr
ra_syntax Store macro invocation parameters as text instead of tt 2020-07-22 21:50:37 +03:00
ra_text_edit Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_toolchain Add a license field to all the crates 2020-07-14 10:57:26 +09:00
ra_tt Add a license field to all the crates 2020-07-14 10:57:26 +09:00
rust-analyzer minor 2020-07-23 10:26:56 +02:00
stdx Add a license field to all the crates 2020-07-14 10:57:26 +09:00
test_utils Allow multiline annotations 2020-07-14 14:58:10 +02:00
vfs Simplify 2020-07-20 18:01:42 +02:00
vfs-notify Simplify exclusion logic 2020-07-18 16:40:10 +02:00