rust/crates
bors[bot] d2ea3f25b5
Merge #3761
3761: Append new match arms rather than replacing all of them r=matklad a=mattyhall

This means we now retain comments when filling in match arms. This fixes #3687. This is my first contribution so apologies if it needs a rethink! I think in particular the way I find the position to append to and remove_if_only_whitespace are a little hairy.

Co-authored-by: Matthew Hall <matthew@quickbeam.me.uk>
2020-03-30 10:19:02 +00:00
..
ra_arena Simplify Arena to use a generic index 2020-03-19 18:46:30 +01:00
ra_assists Remove "TODO" in comment in test 2020-03-28 21:24:26 +00:00
ra_cargo_watch Pull options outwards 2020-03-30 11:46:04 +02:00
ra_cfg
ra_db Merge #3727 2020-03-26 17:09:32 +00:00
ra_fmt update itertools version to 0.9.0 2020-03-23 16:22:46 -07:00
ra_hir Cleanup memory usage stats 2020-03-25 19:35:46 +01:00
ra_hir_def Nice string formatting 2020-03-28 12:27:54 +01:00
ra_hir_expand Merge #3727 2020-03-26 17:09:32 +00:00
ra_hir_ty Simplify 2020-03-28 23:48:37 +02:00
ra_ide Remove some unwraps 2020-03-28 12:27:54 +01:00
ra_ide_db Cleanup memory usage stats 2020-03-25 19:35:46 +01:00
ra_mbe Remove deps on tt_mbe 2020-03-27 00:46:40 +08:00
ra_parser Fix parsing lambdas with return type 2020-03-25 17:01:28 +01:00
ra_proc_macro Remove deps on tt_mbe 2020-03-27 00:46:40 +08:00
ra_prof Fix race in the tests 2020-03-30 11:33:01 +02:00
ra_project_model Add ProcMacroClient 2020-03-26 03:29:45 +08:00
ra_syntax Tidy up insertion position logic 2020-03-29 12:45:15 +01:00
ra_text_edit Remove some TextUnit->usize escapees 2020-03-12 22:33:27 -04:00
ra_tt Remove deps on tt_mbe 2020-03-27 00:46:40 +08:00
rust-analyzer Pull options outwards 2020-03-30 11:46:04 +02:00
stdx Nice string formatting 2020-03-28 12:27:54 +01:00
test_utils Move verbose tests out of line 2020-03-13 12:20:42 +01:00