summaryrefslogtreecommitdiffstats
path: root/crates/ignore/src/walk.rs
AgeCommit message (Expand)Author
2024-03-27ignore/walk: correct build_parallel() documentationcgzones
2024-03-07style: fix new lintsAndrew Gallant
2023-11-21ignore: Avoid contention on num_pendingTavian Barnes
2023-11-20ignore: simplify the work-stealing strategyTavian Barnes
2023-10-09ignore: polishAndrew Gallant
2023-10-09crates: remove hard-coded linksAndrew Gallant
2023-09-20ignore: use work-stealing stack instead of Arc<Mutex<Vec<_>>>Tavian Barnes
2023-08-28ignore: implement FusedIterator for WalkChristian Vallentin
2023-07-08doc: clarify the comment on `Worker.work_done`Michal Terepeta
2023-01-05deps: remove ignore's dependency on crossbeam-utilsAndrew Gallant
2022-09-24doc: fix typoDave Rolsky
2021-06-01edition: manual changesAndrew Gallant
2021-06-01edition: run 'cargo fix --edition --edition-idioms --all'Andrew Gallant
2021-06-01edition: initial 'cargo fix --edition' runAndrew Gallant
2021-05-31ignore: check ignore rules before issuing stat callsRichard Khoury
2020-05-08ignore: allow filtering with predicateCasey Rodarmor
2020-04-18crates/ignore: switch to depth first traversalAndrew Gallant
2020-02-20ignore: another simplificationAndrew Gallant
2020-02-20ignore: simplify parallel worker initializationAndrew Gallant
2020-02-20ignore: fix parallel traversalAndrew Gallant
2020-02-17repo: move all source code in crates directoryAndrew Gallant