rust/crates/rust-analyzer/src
Lukas Wirth 72ae308c73 Do not unconditionally succeed RUSTC_WRAPPER checks when run by build scripts
rust-analyzer's RUSTC_WRAPPER unconditionally succeeds `cargo check`
invocations tripping up build scripts using `cargo check` to probe for
successful compilations. To prevent this from happening the RUSTC_WRAPPER
now checks if it's run from a build script by looking for the
`CARGO_CFG_TARGET_ARCH` env var that cargo sets only when running build
scripts.
2022-08-13 12:13:48 +02:00
..
bin Do not unconditionally succeed RUSTC_WRAPPER checks when run by build scripts 2022-08-13 12:13:48 +02: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
cli.rs
config.rs Import serde derives on converting json to struct 2022-08-06 20:12:21 +04:30
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
from_proto.rs
global_state.rs Don't switch workspace on vfs file changes from libraries 2022-08-05 12:06:42 +02:00
handlers.rs Auto merge of #12808 - Veykril:check-workspace, r=Veykril 2022-08-04 12:57:04 +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
lsp_ext.rs
lsp_utils.rs
main_loop.rs Auto merge of #12808 - Veykril:check-workspace, r=Veykril 2022-08-04 12:57:04 +00:00
markdown.rs
mem_docs.rs
op_queue.rs
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
to_proto.rs remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
version.rs