rust/crates/rust-analyzer/src
bors a2ad3d0669 Auto merge of #13064 - Veykril:rustfmt-err, r=Veykril
Log rustfmt parsing errors as warnings

We unconditionally pass an edition parameter to rustfmt, for some crates
this might fail rustfmt so instead of swallowing the error, at least Log
it on a level that is logged by default so users won't be completely
confused about it.
See for context https://github.com/rust-lang/rust-analyzer/issues/10209

Closes https://github.com/rust-lang/rust-analyzer/issues/10209
2022-08-19 07:23:01 +00:00
..
bin fix: a bunch of typos 2022-08-17 21:44:58 +08:00
cli Auto merge of #12951 - jonas-schievink:doc-cli-stability, r=Veykril 2022-08-08 11:56:44 +00:00
config fix: Fix config patching for callable snippets 2022-06-11 13:41:06 +02:00
diagnostics remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
caps.rs Add simple support for completion item details 2022-07-18 19:27:54 +02:00
cargo_target_spec.rs Simplify 2022-04-27 19:53:56 +02:00
cli.rs Begining of lsif 2021-09-26 10:04:02 +03:30
config.rs Add .enable suffix 2022-08-16 18:12:15 +02:00
diagnostics.rs Don't flycheck while the workspace is being loaded 2022-08-04 14:56:44 +02:00
diff.rs Fix last few warnings manually 2022-07-20 15:05:02 +02:00
dispatch.rs Bring the version command output in line with other rust tools 2022-06-02 18:36:02 +02:00
from_proto.rs fix: Fix completions disappearing when typing two keys in quick succession 2022-06-01 00:20:47 +02:00
global_state.rs Revert #12947, trigger workspace switches on all structure changes again 2022-08-16 19:13:10 +02:00
handlers.rs Auto merge of #13064 - Veykril:rustfmt-err, r=Veykril 2022-08-19 07:23:01 +00:00
integrated_benchmarks.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
lib.rs Fix last few warnings manually 2022-07-20 15:05:02 +02:00
line_index.rs use utf16 instead of utf8 2021-09-26 10:04:02 +03:30
lsp_ext.rs Implement lsp extension for cancelling running flychecks 2022-08-19 08:54:53 +02:00
lsp_utils.rs Bring the version command output in line with other rust tools 2022-06-02 18:36:02 +02:00
main_loop.rs Implement lsp extension for cancelling running flychecks 2022-08-19 08:54:53 +02:00
markdown.rs Code blocks with tilde also works like code block 2022-04-01 20:29:32 +09:00
mem_docs.rs fix: correctly update diagnostics when files are opened and closed 2021-07-26 21:22:06 +03:00
op_queue.rs internal: more visibility into why things happen 2022-04-16 13:17:27 +01:00
reload.rs Use --keep-going cargo flag when building build scripts 2022-08-09 14:31:17 +02:00
semantic_tokens.rs Record derive helper attributes, resolve them in IDE layer 2022-07-26 09:26:51 +02:00
task_pool.rs Increase worker thread stack and name them 2022-06-04 20:48:51 +03:00
to_proto.rs remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
version.rs Bring the version command output in line with other rust tools 2022-06-02 18:36:02 +02:00