rust/crates
bors[bot] dd6a352e64
Merge #6111
6111: Add assist for converting the base of integer literals. r=SomeoneToIgnore a=vlakreeh

This PR adds an assist similar to Intellij's [convert number to](https://i.imgur.com/JH6wstP.png). It also does a small refactor to [assists/src/tests.rs](fc34403018/crates/assists/src/tests.rs) to add the ability to specify the resolved assist for a specific action within an assist group.

## Demo
![Demo of the assist in action](https://i.imgur.com/MBhdPFH.gif)

Co-authored-by: vlakreeh <zeb@zebulon.dev>
2020-10-05 22:00:40 +00:00
..
arena
assists Merge #6111 2020-10-05 22:00:40 +00:00
base_db Get rid of MockAnalysis 2020-10-02 17:31:20 +02:00
cfg
flycheck Spawn a flycheck instance per workspace 2020-09-27 19:41:54 +02:00
hir Minor clippy performance suggestions 2020-09-30 15:22:49 -04:00
hir_def Account for proc macro helpers when parsing attr 2020-10-05 23:41:16 +02:00
hir_expand Merge #6033 2020-09-28 11:03:47 +00:00
hir_ty Update chalk to 0.30.0 2020-09-28 14:24:11 -04:00
ide Merge #6127 2020-10-05 21:27:18 +00:00
ide_db Move ide::AnalysisChange -> base_db::Change 2020-10-02 16:45:08 +02:00
mbe Bump smol_str from 0.1.16 to 0.1.17 2020-09-24 16:39:08 +02:00
parser Rename record_field_pat to record_pat_field 2020-09-10 18:56:04 +02:00
paths
proc_macro_api
proc_macro_srv
proc_macro_test
profile
project_model Merge #6018 2020-09-20 19:25:09 +00:00
rust-analyzer Move ide::AnalysisChange -> base_db::Change 2020-10-02 16:45:08 +02:00
ssr Minor clippy performance suggestions 2020-09-30 15:22:49 -04:00
stdx Add panic_context module for better panic messages 2020-09-29 20:20:47 +02:00
syntax Merge #6104 2020-10-02 08:07:42 +00:00
test_utils
text_edit
toolchain
tt
vfs Rename the method to avoid false promises 2020-09-10 01:45:49 +03:00
vfs-notify