index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ra_cargo_watch
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pull options outwards
Aleksey Kladov
2020-03-30
1
-10
/
+3
*
Fix race in the tests
Aleksey Kladov
2020-03-30
1
-1
/
+1
*
Use automatic thread joining for cargo-watch
Aleksey Kladov
2020-03-30
1
-40
/
+8
*
ra_cargo_watch: log exit code too
veetaha
2020-03-22
1
-1
/
+5
*
Smol self-nit
Veetaha
2020-03-21
1
-1
/
+1
*
fix: typo
veetaha
2020-03-21
1
-1
/
+1
*
ra_cargo_watch: return Result<> from run_cargo(), and don't read stderr for now
veetaha
2020-03-21
1
-35
/
+43
*
ra_cargo_watch: log more errors
veetaha
2020-03-21
1
-3
/
+16
*
Use dyn-ref instead of impl to impact compile times the least
Emil Lauridsen
2020-03-17
1
-2
/
+2
*
Support loading OUT_DIR from cargo check at launch
Emil Lauridsen
2020-03-17
1
-79
/
+96
*
Check all crates of the workspace
Aleksey Kladov
2020-03-13
1
-0
/
+1
*
Handle diagnostics with multiple primary spans
Emil Lauridsen
2020-03-12
1
-16
/
+16
*
Rework how we send diagnostics to client.
Emil Lauridsen
2020-02-03
1
-93
/
+17
*
Prevent child cargo process from messing with our stdin
Aleksey Kladov
2020-02-01
1
-0
/
+1
*
Change error output to make a bit more sense
Emil Lauridsen
2020-01-29
1
-2
/
+6
*
Parse cargo output a line at a time.
Emil Lauridsen
2020-01-29
1
-5
/
+21
*
Merge #2924
bors[bot]
2020-01-28
1
-2
/
+4
|
\
|
*
Modify ordering of drops in check watcher to only ever have one cargo
Emil Lauridsen
2020-01-28
1
-2
/
+4
*
|
Don't do check progress update for fresh crates
Emil Lauridsen
2020-01-28
1
-0
/
+8
|
/
*
Buffer reads from cargo check's stdout
Laurențiu Nicola
2020-01-27
1
-1
/
+4
*
Remove RWLock from check watcher.
Emil Lauridsen
2020-01-23
1
-5
/
+4
*
Tweak naming slightly
Emil Lauridsen
2020-01-15
1
-5
/
+5
*
Manage check state updates in main_loop to reduce lock contention
Emil Lauridsen
2020-01-15
1
-39
/
+35
*
Defer cargo check until after workspace load
Emil Lauridsen
2020-01-13
1
-2
/
+11
*
Disable cargo checking in workspaces with no cargo projects
Emil Lauridsen
2020-01-11
1
-0
/
+6
*
Lowercase drive letters when getting paths from cargo check
Emil Lauridsen
2019-12-29
1
-0
/
+2
*
Reduce visibility
Aleksey Kladov
2019-12-29
1
-3
/
+3
*
Fix busy-waiting issue in main cargo watch thread
Emil Lauridsen
2019-12-27
1
-3
/
+5
*
Don't finish main cargo watch thread when subprocess finishes.
Emil Lauridsen
2019-12-27
1
-2
/
+1
*
Fix shutdown behavoir of main cargo-watch thread.
Emil Lauridsen
2019-12-27
1
-7
/
+8
*
Cargo fmt run
Emil Lauridsen
2019-12-27
1
-7
/
+1
*
Shutdown/cancelation story for main cargo watch thread
Emil Lauridsen
2019-12-27
1
-15
/
+32
*
Consistent, hopefully robust, shutdown/cancelation story for cargo check subp...
Emil Lauridsen
2019-12-27
1
-16
/
+50
*
Move cargo watch functionality to separate crate
Emil Lauridsen
2019-12-27
1
-0
/
+345