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
2018-02-022.1.32.1.3Andrew Gallant
2018-02-02windows: more carefuly is_dir checkingAndrew Gallant
2018-02-02windows: use entry file typeAndrew Gallant
2018-02-02gitignore: add tmp dirAndrew Gallant
2018-02-022.1.22.1.2Andrew Gallant
2018-02-02windows: fix OneDrive traversalsAndrew Gallant
2018-02-022.1.12.1.1Andrew Gallant
2018-02-02traversal: more robust error handlingAndrew Gallant
2018-01-312.1.02.1.0Andrew Gallant
2018-01-31errors: keep context when converting to io::ErrorGarrett Berg
2018-01-17docs: fix a couple broken linksJason Grlicky
2018-01-01deps: bump quickcheck to 0.6 and rand to 0.4Igor Gnatenko
2017-10-222.0.12.0.1Andrew Gallant
2017-10-22doc: formattingAndrew Gallant
2017-10-21deps: remove winapi and kernel322.0.0Andrew Gallant
2017-10-21doc: bump version number to 2Andrew Gallant
2017-10-21deps: upgrade to same-file 1.0Andrew Gallant
2017-10-21symlinks: optimize check loop on WindowsAndrew Gallant
2017-10-21style: switch from try! to ?Andrew Gallant
2017-10-21doc: touchupsAndrew Gallant
2017-10-21unix: actually export DirEntryExtAndrew Gallant
2017-10-21formatting: misc and wrap to 80 colsAndrew Gallant
2017-10-21ci: bump to Rust 1.17Andrew Gallant
2017-10-21symlink: rename symbolic_link to symlinkAndrew Gallant
2017-10-21examples: upgrade to docopt 0.8Andrew Gallant
2017-10-07fix formattingAndrew Gallant
2017-10-07add `io_error` to inspect the underlying `io::Error`Niv Kaminer
2017-10-05Duplicate rust beta being run, should be nightlyAlex Gurganus
2017-09-30Revert changes in READMEopilarium
2017-09-30executing try_main function is useless in no_run blocksopilarium
2017-09-30no_run attribute instead of rust,no_runopilarium
2017-09-30text annotation is betteropilarium
2017-08-04Use doc from std::os::unix::fs::DirEntryExt for trait walkdir::unix::DirEntry...Jérémie Lawson
2017-08-04Move DirEntry::ino method to an extension traitAshley Mannix
2017-08-04Make WalkDir Send + SyncJérémie Lawson
2017-07-31Derive Debug for public structsThayne McCombs
2017-07-25doc: do not repeat the efficient-ness of it allTshepang Lekhonkhobe
2017-07-21Document why unwraps won't failJosh Holmer
2017-07-17Correct walkdir docsAlisha
2017-07-17Add osx build to .travis.yml (#72)Ashley
2017-07-17Added links to documentation (#71)Ashley
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