rust/crates
Wilfred Hughes f6f6b3a7ad Allow the check command to terminate without output
Cargo will always output something on success:

```
$ cargo check --message-format=json
{"reason":"compiler-artifact", ... snipped ... }
{"reason":"build-finished","success":true}
```

However, rustc does not output anything on success:

```
$ rustc --error-format=json main.rs
$ echo $?
0
```

Restore the behaviour prior to #10517, where an exit code of 0 is
considered good even if nothing is written to stdout.

This enables custom overrideCommand values that use rustc rather than
cargo.
2021-11-12 11:43:20 -08:00
..
base_db Expose version string of crates fom HIR 2021-11-03 15:40:06 +01:00
cfg Replace some String usages with SmolStr in completions 2021-11-05 12:30:39 +01:00
flycheck Allow the check command to terminate without output 2021-11-12 11:43:20 -08:00
hir Merge #10741 2021-11-10 23:19:44 +00:00
hir_def internal: Flatten Definition::ModuleDef variant 2021-11-11 00:05:53 +01:00
hir_expand Remove faulty logic for ascending test attributes for runnables 2021-11-11 18:47:24 +01:00
hir_ty Merge #10741 2021-11-10 23:19:44 +00:00
ide Remove faulty logic for ascending test attributes for runnables 2021-11-11 18:47:24 +01:00
ide_assists internal: Flatten Definition::ModuleDef variant 2021-11-11 00:05:53 +01:00
ide_completion Simplify 2021-11-10 18:26:18 +01:00
ide_db Replace some more ide usages of ModuleDef with Definition 2021-11-11 18:20:54 +01:00
ide_diagnostics Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
ide_ssr Merge #10698 2021-11-07 11:02:39 +00:00
limit Drop resolver and authors manifest entries 2021-10-25 18:12:40 +03:00
mbe internal: replace L_DOLLAR/R_DOLLAR with parenthesis hack 2021-10-23 20:44:31 +03:00
parser Handle pub tuple fields in tuple structs 2021-11-10 21:29:50 +01:00
paths Set MSRV 2021-10-23 15:07:11 +03:00
proc_macro_api Bump object avoid a duplicate dependency 2021-10-30 09:02:45 +03:00
proc_macro_srv Merge #10680 2021-11-03 16:19:42 +00:00
proc_macro_test Set MSRV 2021-10-23 15:07:11 +03:00
profile Set MSRV 2021-10-23 15:07:11 +03:00
project_model Merge #10691 2021-11-04 05:52:05 +00:00
rust-analyzer fix: show the right check-command 2021-11-09 21:52:55 +01:00
sourcegen Set MSRV 2021-10-23 15:07:11 +03:00
stdx Set MSRV 2021-10-23 15:07:11 +03:00
syntax Merge #10689 2021-11-10 21:08:51 +00:00
test_utils Set MSRV 2021-10-23 15:07:11 +03:00
text_edit Update crates/text_edit/src/lib.rs 2021-11-03 15:44:46 +01:00
toolchain Set MSRV 2021-10-23 15:07:11 +03:00
tt Set MSRV 2021-10-23 15:07:11 +03:00
vfs Set MSRV 2021-10-23 15:07:11 +03:00
vfs-notify Set MSRV 2021-10-23 15:07:11 +03:00