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
base
rust/hg-core/src/dirstate/mod.rs@b3b4483da754
|
Mon, 06 May 2019 22:48:09 +0200 |
Raphaël Gomès |
rust-dirstate: add rust implementation of `parse_dirstate` and `pack_dirstate`
|