rust/crates
bors[bot] 3f550d2e38
Merge #11000
11000: fix: insert whitespaces into assoc items for assist when macro generated r=Veykril a=Veykril

This is obviously only a temporary hack which still produces ugly looking items, but as long as the syntax is valid one can at least have rustfmt fix the formatting again. 
Fixes https://github.com/rust-analyzer/rust-analyzer/issues/6588
bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-12-13 15:43:12 +00:00
..
base_db Merge #10872 2021-11-30 14:07:39 +00:00
cfg Replace some String usages with SmolStr in completions 2021-11-05 12:30:39 +01:00
flycheck Don't discard flycheck error messages 2021-11-27 18:57:51 +01:00
hir fix: insert whitespaces into assoc items for assist when macro generated 2021-12-13 16:35:32 +01:00
hir_def Merge #10977 2021-12-10 14:19:51 +00:00
hir_expand Merge #10877 2021-12-11 14:49:29 +00:00
hir_ty Merge #10987 2021-12-11 17:20:14 +00:00
ide Merge #11000 2021-12-13 15:43:12 +00:00
ide_assists Merge #11000 2021-12-13 15:43:12 +00:00
ide_completion Merge #11000 2021-12-13 15:43:12 +00:00
ide_db Merge #11000 2021-12-13 15:43:12 +00:00
ide_diagnostics fix: lookup upwards for struct and enum 2021-12-12 01:23:27 +09:00
ide_ssr Move ws insert rendering for macro expansion into ide_db 2021-12-13 15:55:13 +01:00
limit Drop resolver and authors manifest entries 2021-10-25 18:12:40 +03:00
mbe tighten up invariants 2021-12-12 19:22:37 +03:00
parser prettyfy 2021-12-12 19:36:14 +03:00
paths Set MSRV 2021-10-23 15:07:11 +03:00
proc_macro_api Bump object avoid a duplicate dependency 2021-10-30 09:02:45 +03:00
proc_macro_srv Fix proc macro ABI version checks 2021-11-18 10:24:24 +02:00
proc_macro_test Set MSRV 2021-10-23 15:07:11 +03:00
profile Bump countme 2021-12-04 15:14:31 +02:00
project_model Fix library target overriding sysroot deps 2021-12-08 17:05:00 +01:00
rust-analyzer internal: add "Shuffle Crate Graph" command 2021-12-07 16:37:19 +01:00
sourcegen Set MSRV 2021-10-23 15:07:11 +03:00
stdx Remove some allocations 2021-12-10 20:01:24 +01:00
syntax tighten up invariants 2021-12-12 19:22:37 +03:00
test_utils Set MSRV 2021-10-23 15:07:11 +03:00
text_edit Update crates/text_edit/src/lib.rs 2021-11-03 15:44:46 +01:00
toolchain Set MSRV 2021-10-23 15:07:11 +03:00
tt Set MSRV 2021-10-23 15:07:11 +03:00
vfs minor: Lift out FxIndex{Map/Set} types into ide_db 2021-11-16 12:15:47 +01:00
vfs-notify Set MSRV 2021-10-23 15:07:11 +03:00