log rust/hg-core/src/utils/files.rs @ 53040:cdd7bf612c7b stable tip

age author description
Fri, 24 Jan 2025 12:01:12 -0500 Mitchell Kember rhg: implement rhg annotate
Thu, 16 Jan 2025 13:15:02 -0500 Mitchell Kember rust: move code from utils to utils::strings
Thu, 05 Dec 2024 13:17:32 +0000 Arseniy Alekseyev rhg: set the expected temp file permissions (0o666 minus umask)
Mon, 30 Sep 2024 17:45:10 +0200 Rapha?l Gom?s rust-utils: move the `filesystem_now` function to a util
Fri, 12 Apr 2024 14:09:55 +0100 Arseniy Alekseyev matchers: fix the bug in rust PatternMatcher that made it cut off early stable
Mon, 06 Nov 2023 11:06:08 +0100 Rapha?l Gom?s rust: run a clippy pass with the latest stable version
Mon, 09 Jan 2023 19:18:43 +0100 Rapha?l Gom?s rust-clippy: fix most warnings in `hg-core`
Fri, 01 Oct 2021 18:14:56 +0200 Rapha?l Gom?s rust: remove dead code
Fri, 16 Apr 2021 12:12:41 +0200 Simon Sapin dirstate-tree: Add the new `status()` algorithm
Sat, 13 Mar 2021 08:59:03 +0100 Simon Sapin rust: Preallocate the returned `Vec` in `utils::files::relativize_path`
Mon, 15 Mar 2021 13:05:00 +0100 Rapha?l Gom?s rust-status: fix issue6456 for the Rust implementation also
Mon, 08 Mar 2021 15:35:32 +0100 Simon Sapin rhg: Add support for environment variables in config include paths
Wed, 17 Feb 2021 11:21:34 +0100 Simon Sapin rust: Introduce a get_bytes_from_os_str utility function
Mon, 01 Feb 2021 12:25:53 +0100 Simon Sapin rust: replace read_whole_file with std::fs::read
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
Thu, 14 Nov 2019 08:03:26 -0800 Martin von Zweigbergk utils: move finddirs() to pathutil
Tue, 19 Nov 2019 23:19:57 +0900 Yuya Nishihara rust-cpython: do not convert warning pattern to utf-8 bytes stable
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