about summary refs log tree commit diff
path: root/crates/vfs-notify
AgeCommit message (Expand)AuthorLines
2023-12-29Use Cargo's [workspace.lints.*] to config clippyTetsuharu Ohzeki-0/+3
2023-12-05Don't explicitly warn against `semicolon_in_expressions_from_macros`Igor Matuszewski-1/+1
2023-11-15Remove outdated commentLaurențiu Nicola-1/+0
2023-11-15Bump tracingLaurențiu Nicola-1/+1
2023-09-04Update notify to 6.1.1Roberto Bampi-1/+1
2023-06-22Downgrade some deps to get rif of windows-sys duplicationLukas Wirth-1/+2
2023-06-22Bump more depsLukas Wirth-1/+1
2023-05-28Wrap platform-specific QoS in r-a-specific “thread intent”Luna Razzaghipour-1/+1
2023-05-28Use appropriate QoS classes throughout the codebaseLuna Razzaghipour-1/+1
2023-05-28Implement custom QoS-aware thread poolLuna Razzaghipour-1/+1
2023-05-20Add proof-of-concept QoS implementationLuna Razzaghipour-3/+3
2023-01-17Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykrilbors-2/+2
2023-01-17Use workspace.dependencies to declare local dependenciesLukas Wirth-2/+2
2023-01-16Specify authors, edition and license via workspace.packageLukas Wirth-2/+4
2023-01-16Specify rust-version via workspace.packageLukas Wirth-1/+1
2022-11-07Bump Cargo rust-version fields to latest stableLukas Wirth-1/+1
2022-10-15Bump notifyLaurențiu Nicola-1/+1
2022-08-19Bump notifyLaurențiu Nicola-5/+8
2022-08-05Don't switch workspace on vfs file changes from librariesLukas Wirth-1/+6
2022-07-20Enable extra warnings required by rust-lang/rustAmos Wenger-0/+3
2022-07-03Bump crossbeam-channelLaurențiu Nicola-1/+1
2022-06-10internal: Bump DependenciesLukas Wirth-1/+1
2022-05-22Fix build on OpenBSD (and probably other BSDs too)Brennan Vincent-1/+1
2022-03-22minor: Bump dependenciesLukas Wirth-4/+4
2022-03-17Bump depsLaurențiu Nicola-1/+1
2021-12-16Bump MSRV (1.57)iDawer-1/+1
2021-10-23Set MSRVLaurențiu Nicola-0/+1
2021-10-21Migrate to edition 2021Lukas Wirth-2/+2
2021-10-03Fix miscellaneous Clippy lintsAramis Razzaghipour-1/+1
2021-10-03Add semicolons for consistencyAramis Razzaghipour-6/+6
2021-10-01Bump notifyLaurențiu Nicola-1/+1
2021-09-15internal: remove dead codeAleksey Kladov-2/+2
2021-09-11remove unused depsGiles Cope-1/+0
2021-08-30switch `log` crate to `tracing`Dezhi Wu-3/+3
2021-08-17Bump notify version to 5.0.0-pre.12Alexander Sieg-1/+1
2021-08-17Revert "Downgrade notify and use RecommendedWatcher"Alexander Sieg-6/+5
2021-08-03Downgrade notify and use RecommendedWatcherLaurențiu Nicola-5/+6
2021-07-28Bump notify to 5.0.0-pre.11Josh Kuhn-1/+1
2021-07-24Bump depsLaurențiu Nicola-2/+2
2021-07-17internal: a bit more of cwd safety for flycheckAleksey Kladov-3/+4
2021-07-08This patch shortens the spawned threads' names, as threads on LinuxManas-1/+1
2021-07-08Explicitly name all spawned threadsManas-1/+4
2021-07-05minor: drop dummy authors fieldAleksey Kladov-1/+0
2021-02-12Fix slow tests sometimes failingFlorian Diebold-2/+8
2020-10-15Follow symlinks when walking project treesDaniel Fox Franke-8/+9
2020-10-13Bump crossbeam-channel in cratesLaurențiu Nicola-1/+1
2020-08-24Add description for crates that will be publishedPavan Kumar Sunkara-0/+1
2020-08-24Add version to deps in cargo.tomlPavan Kumar Sunkara-2/+2
2020-08-13Rename ra_ide -> ideAleksey Kladov-2/+2
2020-07-18Simplify exclusion logicAleksey Kladov-100/+47