log rust/hg-core/src/dirstate.rs @ 47106:52906934b775

age author description
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