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
/
src
/
tools
/
rust-analyzer
/
crates
/
vfs-notify
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
`cargo clippy --fix`
Lukas Wirth
-44
/
+41
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-04-29
Cleanup cfg check handling in expression store lowering
Lukas Wirth
-2
/
+1
2025-03-23
chore: Bump dependencies
Lukas Wirth
-1
/
+1
2025-03-15
cargo fmt
BenjaminBrienen
-1
/
+1
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
2025-02-04
Make `rust-analyzer.files.excludeDirs` work, actually
Chayim Refael Friedman
-2
/
+3
2025-01-14
Update `notify` to `8.0.0`
Carson M.
-1
/
+1
2024-08-12
Auto merge of #17843 - mo8it:flycheck, r=Veykril
bors
-3
/
+6
2024-08-12
Use the send method
mo8it
-31
/
+23
2024-08-12
Add track_caller
mo8it
-0
/
+1
2024-08-12
Revert "Remove unneeded `send` method"
mo8it
-10
/
+12
2024-08-11
Fix deadlock
mo8it
-0
/
+6
2024-08-10
Avoid the overhead of select! when possible
mo8it
-3
/
+6
2024-08-09
Remove unneeded `send` method
mo8it
-12
/
+10
2024-08-09
Use crossbeam-channel from the workspace
mo8it
-1
/
+1
2024-08-09
Use Sender instead of boxed closure in vfs
mo8it
-26
/
+33
2024-08-07
Slightly quieter fatal panics
Lukas Wirth
-1
/
+4
2024-08-06
Replace `[package.repository] = "…"` of published crates with `[package.rep...
Vincent Esche
-1
/
+1
2024-08-06
Add repository URL for published crates' missing `[package.repository]` fields
Vincent Esche
-0
/
+1
2024-08-06
Replace `"TBD"` with more helpful desciptions in published crates' `[package....
Vincent Esche
-1
/
+1
2024-08-05
Slightly optimize watch list in vfs
Lukas Wirth
-12
/
+29
2024-08-02
Wait with change processing until the vfs is done
Lukas Wirth
-0
/
+1
2024-08-02
internal: Load VFS config changes in parallel
Lukas Wirth
-69
/
+106
2024-08-02
internal: Remove AbsPathBuf::TryFrom impl that checks too many things at once
Lukas Wirth
-3
/
+11
2024-06-30
Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...
Lukas Wirth
-2
/
+0
2024-04-30
discard when the path is invalid utf8 symbol.
Yu Zeng
-1
/
+1
2024-04-21
Allow rust files to be used linkedProjects
Lukas Wirth
-0
/
+311