log rust/hg-core/src/utils/files.rs @ 44058:99394e6c5d12

age author description
2019-10-11 Raphaël Gomès rust-dirstate-status: add first Rust implementation of `dirstate.status`
2019-10-16 Raphaël Gomès rust-cross-platform: remove `unimplemented!` to get compile-time errors
2019-09-01 Raphaël Gomès rust-hgpath: replace all paths and filenames with HgPath/HgPathBuf
2019-08-22 Raphaël Gomès rust-utils: add normalize_case util to mirror Python one
2019-07-09 Raphaël Gomès rust-docstrings: add missing module docstrings
2019-06-30 Yuya Nishihara rust-dirstate: add helper to iterate ancestor paths
2019-06-15 Yuya Nishihara rust-filepatterns: add comment about Windows path handling
2019-06-06 Raphaël Gomès rust-filepatterns: use bytes instead of String