log rust/hg-core/src/utils/files.rs @ 46187:95d6f31e88db

age author description
Tue, 29 Dec 2020 10:53:45 +0100 Raphaël Gomès hg-core: add basic config module
Thu, 30 Jul 2020 16:55:44 +0200 Raphaël Gomès rhg: make output of `files` relative to the current directory and the root
Mon, 15 Jun 2020 18:26:40 +0200 Raphaël Gomès rust: do a clippy pass
Wed, 04 Mar 2020 15:10:11 +0100 Raphaël Gomès rust-pathauditor: use interior mutability for use in multi-threaded contexts
Tue, 14 Jan 2020 17:10:20 +0100 Raphaël Gomès rust-utils: add util for canonical path
Tue, 14 Jan 2020 17:04:32 +0100 Raphaël Gomès rust-dirs-multiset: add `DirsChildrenMultiset`
Wed, 05 Feb 2020 17:05:37 +0100 Raphaël Gomès rust-pathauditor: add Rust implementation of the `pathauditor`
Fri, 13 Dec 2019 10:10:40 -0800 Martin von Zweigbergk merge with stable
Tue, 19 Nov 2019 23:19:57 +0900 Yuya Nishihara rust-cpython: do not convert warning pattern to utf-8 bytes stable
Tue, 19 Nov 2019 23:19:57 +0900 Yuya Nishihara rust-cpython: do not convert warning pattern to utf-8 bytes
Thu, 14 Nov 2019 08:03:26 -0800 Martin von Zweigbergk utils: move finddirs() to pathutil
Fri, 11 Oct 2019 13:39:57 +0200 Raphaël Gomès rust-dirstate-status: add first Rust implementation of `dirstate.status`
Wed, 16 Oct 2019 17:16:23 +0300 Raphaël Gomès rust-cross-platform: remove `unimplemented!` to get compile-time errors
Sun, 01 Sep 2019 20:53:14 +0200 Raphaël Gomès rust-hgpath: replace all paths and filenames with HgPath/HgPathBuf
Thu, 22 Aug 2019 14:31:07 +0200 Raphaël Gomès rust-utils: add normalize_case util to mirror Python one
Tue, 09 Jul 2019 14:53:34 +0200 Raphaël Gomès rust-docstrings: add missing module docstrings
Sun, 30 Jun 2019 18:32:43 +0900 Yuya Nishihara rust-dirstate: add helper to iterate ancestor paths
Sat, 15 Jun 2019 10:58:53 +0900 Yuya Nishihara rust-filepatterns: add comment about Windows path handling
Thu, 06 Jun 2019 15:30:56 +0200 Raphaël Gomès rust-filepatterns: use bytes instead of String