Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-15Removed is_same_file deprecated function.Jérémie Lawson
2017-07-15Remove re-export of is_same_fileJérémie Lawson
2017-07-15Extended documentation to include Errors section for `Iter` (`Iterator::next(...Andy Gauge
2017-07-15Added links to .into_iter() and .filter_entry() into respective Types.Andy Gauge
2017-07-15WalkDir sorter should accept whole dir entries instead of just file names (#70)Jakub Chłapiński
2017-07-15Add links to other walkdir items in WalkDirIterator docs (#73)meven
2017-07-01Add links to other walkdir items in WalkDir docsAlisha Aneja
2017-06-30Use `?` in docs instead of unwrappingMartin Sehnoutka
2017-06-29add example for contents_firstJonathan Soo
2017-06-29point to IntoIter's `filter_entry` insteadYufeng Wang
2017-06-29Add links to DirEntry docs. Fixes #27Yufeng Wang
2017-06-29add links to IntoIter and FilterEntry docsYufeng Wang
2017-06-29Bumped the minimal required rust version to 1.16.0Michal Budzynski
2017-06-27Remove WalkDirIterator (#58)nivkner
2017-06-27Add badges for travis-ci and appveyor to Cargo.tomlThayne McCombs
2017-06-27Added html_root_url attributeMichal Budzynski
2017-06-27Renamed IterFilterEntry to FilterEntryMichal Budzynski
2017-06-27Added categories to Cargo.tomlMichal Budzynski
2017-06-27Renamed Iter to IntoIterMichal Budzynski
2017-05-09Added contents_first option (#19)mcharsley
2017-03-20Fix typos in comments.Petr Zemek
2017-01-091.0.71.0.7Andrew Gallant
2017-01-09bump same-file dep to 0.1.1Andrew Gallant
2017-01-091.0.61.0.6Andrew Gallant
2017-01-09Expose inode number on DirEntry.Andrew Gallant
2017-01-091.0.51.0.5Andrew Gallant
2017-01-09Use new same-file crate.Andrew Gallant
2017-01-09tweak when CI runsAndrew Gallant
2017-01-09Fix minimum Rust version.Andrew Gallant
2017-01-081.0.41.0.4Andrew Gallant
2017-01-08Merge pull request #17 from BurntSushi/cleanupAndrew Gallant
2017-01-08Various Windows related cleanups.Andrew Gallant
2016-12-061.0.31.0.3Andrew Gallant
2016-12-06Merge pull request #15 from BurntSushi/fix-root-symlinkAndrew Gallant
2016-12-06Fix bug reading root symlink.Andrew Gallant
2016-11-241.0.21.0.2Andrew Gallant
2016-11-24Use docs.rs in documentation link.Andrew Gallant
2016-11-01Merge pull request #12 from Ryman/old-bugrefAndrew Gallant
2016-11-01Remove reference to a bug which has been fixedKevin Butler
2016-10-291.0.11.0.1Andrew Gallant
2016-10-29update Cargo.toml directionsAndrew Gallant
2016-10-291.0.01.0.0Andrew Gallant
2016-10-29update readmeAndrew Gallant
2016-10-29Bump minimum Rust version.Andrew Gallant
2016-10-29Expose `is_same_file` function.Andrew Gallant
2016-10-29Merge pull request #7 from azdle/masterAndrew Gallant
2016-09-170.1.80.1.8Andrew Gallant
2016-09-17Stop storing the underlying fs::DirEntry.Andrew Gallant
2016-09-160.1.70.1.7Andrew Gallant
2016-09-16Force internal iterator to inline.Andrew Gallant