index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
flycheck
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-30
fix: Fix flycheck sending cancel progress with no running process
Lukas Wirth
-5
/
+3
2022-06-16
Send a DidCancel event when restarting flychecks
Lukas Wirth
-8
/
+15
2022-06-15
Polish
Lukas Wirth
-7
/
+16
2022-06-13
internal: Bring back JodChild into flychecking for cancellation
Lukas Wirth
-24
/
+53
2022-04-14
internal: Show more project building errors to the user
Lukas Wirth
-1
/
+1
2022-04-05
Using `error` instead of `output.stderr` in failure mode.
Cadu
-2
/
+2
2022-04-04
Made error output the contents of Cargo's stderr as well.
Cadu
-3
/
+3
2022-04-04
wordsmithing.
Cadu
-1
/
+1
2022-04-04
Better error message hinting about `cargo clippy`
Cadu
-1
/
+1
2021-11-27
Don't discard flycheck error messages
Lukas Wirth
-1
/
+1
2021-11-12
Allow the check command to terminate without output
Wilfred Hughes
-2
/
+2
2021-10-14
a few clippy fixes
Milo
-1
/
+1
2021-10-11
Remove unnecessary unused attribute
Lukas Wirth
-1
/
+0
2021-10-11
Show cargo check failures to the user
Lukas Wirth
-69
/
+57
2021-10-03
Fix miscellaneous Clippy lints
Aramis Razzaghipour
-4
/
+4
2021-10-03
Add semicolons for consistency
Aramis Razzaghipour
-5
/
+5
2021-09-15
internal: remove dead code
Aleksey Kladov
-2
/
+2
2021-09-03
minor: fix some clippy lints
Lukas Wirth
-6
/
+1
2021-08-30
switch `log` crate to `tracing`
Dezhi Wu
-3
/
+3
2021-07-17
internal: a bit more of cwd safety for flycheck
Aleksey Kladov
-6
/
+6
2021-07-08
This patch shortens the spawned threads' names, as threads on Linux
Manas
-2
/
+2
2021-07-08
Explicitly name all spawned threads
Manas
-2
/
+8
2021-05-12
Use package root as `cargo check` working directory
Brendan Cully
-0
/
+1
2021-04-19
Code review feedback.
James Leitch
-15
/
+16
2021-04-18
Flycheck tries to parse both Cargo and Rustc messages.
James Leitch
-22
/
+45
2021-03-02
Bump cargo_metadata
Laurențiu Nicola
-3
/
+2
2021-01-28
Make logger-based debugging more pleasant
Aleksey Kladov
-1
/
+15
2021-01-08
Refactor out JodChild
Edwin Cheng
-22
/
+1
2020-09-27
Spawn a flycheck instance per workspace
Jonas Schievink
-7
/
+17
2020-08-12
Rename ra_toolchain -> toolchain
Aleksey Kladov
-1
/
+1
2020-08-11
Log the command flycheck runs to debug misconfigurations
Veetaha
-2
/
+8
2020-07-30
flycheck: Added checkOnSave.noDefaultFeatures
Clemens Wasser
-3
/
+10
2020-07-21
Typo
Aleksey Kladov
-3
/
+3
2020-07-21
Propagate cargo.target to checkOnSave
Aleksey Kladov
-0
/
+6
2020-07-09
Cleanup diagnostic conversion code
Aleksey Kladov
-1
/
+2
2020-07-01
Log flycheck command
Aleksey Kladov
-0
/
+1
2020-06-28
Cleanup cargo process handling in flycheck
Aleksey Kladov
-60
/
+61
2020-06-28
More standard pattern for Cargo
Aleksey Kladov
-76
/
+83
2020-06-28
Naming
Aleksey Kladov
-8
/
+7
2020-06-28
Rename
Aleksey Kladov
-3
/
+3
2020-06-28
Make sure to join the child
Aleksey Kladov
-2
/
+25
2020-06-26
Be more precise about flycheck status
Aleksey Kladov
-62
/
+30
2020-06-25
Refactor main_loop
Aleksey Kladov
-10
/
+7
2020-06-25
Canonicalize actor API
Aleksey Kladov
-69
/
+55
2020-06-25
Simplify
Aleksey Kladov
-15
/
+6
2020-06-25
Minor rename
Aleksey Kladov
-28
/
+29
2020-06-25
Rename ra_flycheck -> flycheck
Aleksey Kladov
-0
/
+342