rust/crates/rust-analyzer/src
bors[bot] a33cfcb55d
Merge #4502
4502: Mark fixes from diagnostics as quick fixes r=kjeremy a=kjeremy

Populates the diagnostic UI with fixes:

Before: 
![quickfix-before](https://user-images.githubusercontent.com/4325700/82165183-0e38df00-9882-11ea-96cf-7dab5faec4d4.PNG)

After:
![image](https://user-images.githubusercontent.com/4325700/82165193-1a24a100-9882-11ea-97d7-be1b64b135e0.png)


Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
2020-06-03 13:39:30 +00:00
..
bin Groundwork for specifying the set of projects via config 2020-06-03 12:22:01 +02:00
cli Groundwork for specifying the set of projects via config 2020-06-03 12:22:01 +02:00
diagnostics Hide squiggly for unused and unnecessary 2020-06-03 01:57:28 +02:00
main_loop Mark fixes from diagnostics as quick fixes 2020-06-03 09:31:32 -04:00
caps.rs Spec better runnables 2020-06-02 17:34:18 +02:00
cargo_target_spec.rs Rename WorldState -> GlobalState 2020-06-03 11:20:01 +02:00
cli.rs Make some stuff public so that they can be reused by other tools 2020-05-14 11:14:46 +02:00
config.rs Document rust-project.json 2020-06-03 15:17:26 +02:00
diagnostics.rs Server side of SnippetTextEdit 2020-05-19 20:28:27 +02:00
from_proto.rs Rename WorldState -> GlobalState 2020-06-03 11:20:01 +02:00
global_state.rs Rename WorldState -> GlobalState 2020-06-03 11:20:01 +02:00
lib.rs Rename WorldState -> GlobalState 2020-06-03 11:20:01 +02:00
lsp_ext.rs Fix tests 2020-06-02 18:09:12 +02:00
main_loop.rs Document rust-project.json 2020-06-03 15:17:26 +02:00
markdown.rs Rename folder 2020-02-18 12:37:45 +01:00
semantic_tokens.rs Add self keyword semantic token type 2020-05-25 12:08:58 +03:00
to_proto.rs Rename WorldState -> GlobalState 2020-06-03 11:20:01 +02:00
vfs_glob.rs Simpify workspace handling 2020-04-02 21:07:05 +03:00