log rust/hg-core/src/utils.rs @ 51502:a5d8f261b716 stable

age author description
Wed, 15 Nov 2023 18:41:33 +0000 Arseniy Alekseyev rust: add a utility function to merge ordered fallible iterators
Mon, 03 Apr 2023 15:32:39 +0200 Georges Racinet rustdoc: fixed warnings about links
Thu, 23 Mar 2023 19:10:15 +0100 Raphaël Gomès rust: fix thread cap (for real this time) stable
Thu, 02 Mar 2023 19:02:52 +0100 Pierre-Yves David branching: merge stable into default
Wed, 11 Jan 2023 17:27:19 +0100 Raphaël Gomès rust: move `filter_map_results` to public util
Tue, 10 Jan 2023 10:41:52 +0100 Raphaël Gomès rust-clippy: remove redundant suffix from enum
Mon, 09 Jan 2023 19:18:43 +0100 Raphaël Gomès rust-clippy: fix most warnings in `hg-core`
Mon, 09 Jan 2023 19:14:14 +0100 Raphaël Gomès rust-utils: strip redundant prefix from enum
Tue, 28 Feb 2023 00:01:41 +0100 Raphaël Gomès testing: introduce util function to synchronize concurrent commands on files stable
Mon, 14 Nov 2022 15:34:51 +0100 Raphaël Gomès rust: use `matches!` macro now that we're using Rust 1.42+
Mon, 14 Nov 2022 15:31:49 +0100 Raphaël Gomès hg-core: remove unneeded util now that we support Rust 1.42+
Mon, 14 Nov 2022 15:29:58 +0100 Raphaël Gomès hg-core: remove unneeded trait now that we support Rust 1.52+
Mon, 22 Mar 2021 09:07:10 +0100 Simon Sapin rhg: Initial repository locking
Mon, 13 Sep 2021 15:42:39 +0200 Simon Sapin rust: Add a Filelog struct that wraps Revlog
Fri, 03 Sep 2021 16:37:20 +0200 Simon Sapin rust: Generalize the `trim_end_newlines` utility of byte strings