rust/hg-core/src/dirstate.rs
Mon, 27 Sep 2021 12:09:15 +0200 Simon Sapin dirstate: Remove the flat Rust DirstateMap implementation
Fri, 17 Sep 2021 12:42:24 +0200 Simon Sapin rust: Move DirstateEntry to its own module
Thu, 09 Sep 2021 21:04:55 +0200 Simon Sapin rust: Add Repo::dirstate_map and use it in `rhg status`
Fri, 16 Jul 2021 14:08:26 +0200 Simon Sapin dirstate-v2: Separate iterators for dirfoldmap and debugdirstate
Sun, 04 Jul 2021 20:23:19 +0200 Pierre-Yves David dirstate: move the handling of special case within the dirstatemap
Sun, 04 Jul 2021 20:40:10 +0200 Pierre-Yves David rust-dirstate: make the MTIME_UNSET public
Sat, 03 Jul 2021 19:52:00 +0200 Pierre-Yves David dirstate: move most of the `remove` logic with dirstatemap `removefile`
Tue, 25 May 2021 09:20:30 +0200 Simon Sapin rhg: Add support for dirstate-v2
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
Fri, 30 Apr 2021 19:57:46 +0200 Simon Sapin rust: Use `&HgPath` instead of `&HgPathBuf` in may APIs
Fri, 16 Apr 2021 12:12:41 +0200 Simon Sapin dirstate-tree: Add the new `status()` algorithm
Fri, 09 Apr 2021 13:13:19 +0200 Simon Sapin dirstate-tree: Add "non normal" and "from other parent" sets
Mon, 12 Apr 2021 19:46:24 +0200 Simon Sapin dirstate-tree: Add has_dir and has_tracked_dir
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 Sep 2020 18:10:29 +0200 Raphaël Gomès rust: start plugging the dirstate tree behind a feature gate
Wed, 30 Sep 2020 18:10:53 +0200 Raphaël Gomès rust: introduce `dirstate-tree` cargo feature
Fri, 25 Sep 2020 17:51:34 +0200 Raphaël Gomès rust: add `dirstate_tree` module
Mon, 14 Oct 2019 13:57:30 +0200 Raphaël Gomès rust-performance: introduce FastHashMap type alias for HashMap
Thu, 07 Nov 2019 11:13:31 +0100 Raphaël Gomès rust: introduce SIZE_FROM_OTHER_PARENT constant
Fri, 11 Oct 2019 13:39:57 +0200 Raphaël Gomès rust-dirstate-status: add first Rust implementation of `dirstate.status`
Sun, 01 Sep 2019 20:53:14 +0200 Raphaël Gomès rust-hgpath: replace all paths and filenames with HgPath/HgPathBuf
Sun, 08 Sep 2019 12:00:26 +0900 Yuya Nishihara rust-dirstate: provide CopyMapIter and StateMapIter types
Sat, 17 Aug 2019 18:25:29 +0900 Yuya Nishihara rust-dirstate: split DirsMultiset constructor per input type
Wed, 10 Jul 2019 09:56:23 +0200 Raphaël Gomès rust-dirstate: rust implementation of dirstatemap
Tue, 09 Jul 2019 12:15:09 +0200 Raphaël Gomès rust-dirstate: use EntryState enum instead of literals
Tue, 09 Jul 2019 11:49:49 +0200 Raphaël Gomès rust-parsers: switch to parse/pack_dirstate to mutate-on-loop
Tue, 02 Jul 2019 17:15:03 +0200 Raphaël Gomès rust: switch hg-core and hg-cpython to rust 2018 edition
Mon, 06 May 2019 22:48:09 +0200 Raphaël Gomès rust-dirstate: add rust implementation of `parse_dirstate` and `pack_dirstate`
less more (0) tip