rust/hg-core/src/dirstate/dirstate_map.rs
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin dirstate-v2: Make more APIs fallible, returning Result
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin rust: Return owned instead of borrowed DirstateEntry in DirstateMap APIs
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin dirstate-tree: Remove DirstateMap::iter_node_data_mut
Fri, 30 Apr 2021 19:57:46 +0200 Simon Sapin rust: Use `&HgPath` instead of `&HgPathBuf` in may APIs
Fri, 30 Apr 2021 18:24:54 +0200 Simon Sapin dirstate-tree: Make `DirstateMap` borrow from a bytes buffer
Fri, 30 Apr 2021 15:40:11 +0200 Simon Sapin rust: Remove handling of `parents` in `DirstateMap`
Tue, 13 Apr 2021 17:02:58 +0200 Simon Sapin rust: Remove DirstateMap::file_fold_map
Fri, 09 Apr 2021 13:13:19 +0200 Simon Sapin dirstate-tree: Add "non normal" and "from other parent" sets
Mon, 12 Apr 2021 18:42:51 +0200 Simon Sapin dirstate-tree: Add clear_ambiguous_times in the new DirstateMap
Mon, 12 Apr 2021 14:43:45 +0200 Simon Sapin rust: Add a Timestamp struct instead of abusing Duration
Tue, 30 Mar 2021 14:15:23 +0200 Simon Sapin dirstate-tree: Make Rust DirstateMap bindings go through a trait object
Thu, 08 Apr 2021 21:46:54 +0200 Simon Sapin rust: Remove the compile-time 'dirstate-tree' feature flag
Wed, 17 Feb 2021 12:24:53 +0100 Simon Sapin rust: Make `DirstateParents`’s fields typed `Node`s
Wed, 17 Feb 2021 12:06:56 +0100 Simon Sapin rust: Rewrite dirstate parsing usin the `bytes-cast` crate
Wed, 27 Jan 2021 14:00:21 +0100 Simon Sapin rust: Remove DirstateParseError and ListDirstateTrackedFilesError
Wed, 30 Dec 2020 00:14:28 +0100 Dan Villiom Podlaski Christiansen rust: fix file folding map
Wed, 30 Sep 2020 18:10:29 +0200 Raphaël Gomès rust: start plugging the dirstate tree behind a feature gate
Mon, 28 Sep 2020 11:16:12 +0200 Raphaël Gomès rust: format with rustfmt
Fri, 24 Jul 2020 16:35:02 +0200 Raphaël Gomès rust-dirstatemap: add #[timed] to dirstatemap read for comparison
Wed, 02 Sep 2020 15:23:25 +0200 Antoine Cezar hg-core: check data integrity in `Revlog`
Tue, 04 Aug 2020 10:59:43 +0200 Antoine Cezar hg-core: make parse_dirstate return references rather than update hashmaps
Mon, 15 Jun 2020 18:26:40 +0200 Raphaël Gomès rust: do a clippy pass
Mon, 24 Feb 2020 17:57:57 +0100 Raphaël Gomès rust-cpython: make `NonNormalEntires` iterable to fix `fsmonitor` (issue6276)
Fri, 14 Feb 2020 15:03:26 +0100 Raphaël Gomès rust-dirstatemap: directly return `non_normal` and `other_entries`
Thu, 30 Jan 2020 14:57:02 +0100 Raphaël Gomès rust-dirstatemap: cache non normal and other parent set
Mon, 16 Dec 2019 11:28:14 +0100 Raphaël Gomès rust-warnings: fix warnings in tests
Thu, 12 Dec 2019 15:55:25 +0100 Raphaël Gomès rust-dirs: handle forgotten `Result`s
Mon, 14 Oct 2019 13:57:30 +0200 Raphaël Gomès rust-performance: introduce FastHashMap type alias for HashMap
Fri, 22 Nov 2019 10:39:05 +0100 Raphaël Gomès rust-dirs: address failing tests for `dirs` impl with a temporary fix
Thu, 07 Nov 2019 11:13:31 +0100 Raphaël Gomès rust: introduce SIZE_FROM_OTHER_PARENT constant
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
Sat, 17 Aug 2019 18:25:29 +0900 Yuya Nishihara rust-dirstate: split DirsMultiset constructor per input type
Sat, 17 Aug 2019 16:33:05 +0900 Yuya Nishihara rust-dirstate: remove excessive clone() of parameter and return value
Sat, 17 Aug 2019 11:37:42 +0900 Yuya Nishihara rust: simply use TryInto to convert slice to array
Sat, 17 Aug 2019 13:55:05 +0900 Yuya Nishihara rust-dirstate: use PARENT_SIZE constant where appropriate
Sat, 17 Aug 2019 13:27:11 +0900 Yuya Nishihara rust-dirstate: rename NULL_REVISION to NULL_ID which isn't a revision number
Sat, 17 Aug 2019 13:26:04 +0900 Yuya Nishihara rust-dirstate: remove repetition in array literal
Sat, 17 Aug 2019 13:42:30 +0900 Yuya Nishihara rust-dirstate: remove too abstracted way of getting &[u8]
Wed, 10 Jul 2019 09:56:23 +0200 Raphaël Gomès rust-dirstate: rust implementation of dirstatemap
less more (0) tip