fd/src
Tavian Barnes a4bb734482 Switch from std::sync::mpsc to crossbeam-channel
This lets us avoid https://github.com/rust-lang/rust/issues/39364, which
could potentially be seen now that we're using recv_timeout().
2021-12-01 10:24:58 -05:00
..
exec Switch from std::sync::mpsc to crossbeam-channel 2021-12-01 10:24:58 -05:00
filter Remove `lazy_static` from dependencies 2021-11-25 20:06:43 +01:00
app.rs Merge remote-tracking branch 'origin/master' into no-strip/760 2021-11-26 18:19:28 +01:00
config.rs Merge remote-tracking branch 'origin/master' into no-strip/760 2021-11-26 18:19:28 +01:00
error.rs Proper error handling within walk.rs 2020-04-03 22:36:32 +02:00
exit_codes.rs Raise SIGINT when dying by ^C 2021-11-15 07:53:57 +01:00
filesystem.rs Fix directory-existence check on Windows 2021-08-08 15:02:01 +02:00
filetypes.rs walk: Add a cache for DirEntry metadata 2021-10-13 09:13:44 +02:00
main.rs Merge remote-tracking branch 'origin/master' into no-strip/760 2021-11-26 18:19:28 +01:00
output.rs squash! Add buffering to stdout when it's not a terminal 2021-11-26 21:23:47 +01:00
regex_helper.rs Show error if pattern matches leading dot but --hidden is not given, closes #615 2020-12-06 15:57:33 +01:00
walk.rs Switch from std::sync::mpsc to crossbeam-channel 2021-12-01 10:24:58 -05:00