summaryrefslogtreecommitdiffstats
path: root/ignore/src/walk.rs
AgeCommit message (Expand)Author
2019-08-28ignore: remove unused parameterAndrew Gallant
2019-08-06deps: drop tempfileAndrew Gallant
2019-07-24ignore: support compilation on wasmTiziano Santoro
2019-06-16style: fix deprecationsAndrew Gallant
2019-01-27ignore: correctly detect hidden files on WindowsAndrew Gallant
2019-01-22ripgrep: add --ignore-file-case-insensitiveDavid Torosyan
2018-12-15deps: update to crossbeam-channel 0.3Andrew Gallant
2018-09-04windows: fix unused warnings on WindowsAndrew Gallant
2018-08-28ignore: add into_path for DirEntry (#1031)Aaron Power
2018-08-27ignore: add 'stdout' skipping to the walkerAndrew Gallant
2018-08-26ignore: add sort_by_file_path builder methodAndrew Gallant
2018-08-26ignore: add 'same_file_system' optionAndrew Gallant
2018-08-21ignore: fix false positive in path_is_symlinkAndrew Gallant
2018-08-21ripgrep: remove workaround for std bugAndrew Gallant
2018-08-21ignore: clarify docs for DirEntry::errorAndrew Gallant
2018-08-21ripgrep: move minimum version to Rust stableAndrew Gallant
2018-07-22ignore: only respect .gitignore in git reposAndrew Gallant
2018-07-21ignore: fix has_any_ignore_rules for explicit ignoresphiresky
2018-04-21ignore: impl Clone for DirEntryAndrew Gallant
2018-02-20ignore: fix performance regression on WindowsAndrew Gallant
2018-02-19ignore: fix symlink following on WindowsAndrew Gallant
2018-02-14ignore: fix custom ignore name bugDavid Peter
2018-02-01windows: fix OneDrive traversalsAndrew Gallant
2018-01-29ignore: support custom file namesptzz
2018-01-01cleanup: replace try! with ?Balaji Sivaraman
2017-10-22ignore: partially revert symlink loop check optimizationAndrew Gallant
2017-10-21ignore: be fastidious with file handlesAndrew Gallant
2017-10-21ignore: upgrade to walkdir 2Andrew Gallant
2017-09-02ignore: add grouped toggle for standard filtersAlex Burka
2017-08-26ignore: document git_global enabled by defaultAlex Burka
2017-07-06Fix minor grammar issues in docs for `ignore::Walk`Jordan Danford
2017-03-08Reduce unnecessary stat calls for max_filesizeMarc Tiehuis
2017-03-08Add file size exclusion to walkertiehuis
2017-01-09Don't search stdout redirected file.Andrew Gallant
2017-01-06Add --sort-files flag.Andrew Gallant
2017-01-06Tweak the parallel directory iterator.Andrew Gallant
2016-12-12Fix a non-termination bug.Andrew Gallant
2016-12-05Fix bug reading root symlink.Andrew Gallant
2016-11-09Rework parallelism in directory iterator.Andrew Gallant
2016-11-09Fix a bug with handling --ignore-file.Andrew Gallant
2016-11-05Add parallel recursive directory iterator.Andrew Gallant
2016-10-29Move all gitignore matching to separate crate.Andrew Gallant