Mon, 20 Sep 2021 12:52:32 +0200 |
Simon Sapin |
rust: Remove the `rustext.parsers` module
|
file |
diff |
annotate
|
Thu, 09 Sep 2021 18:07:40 +0200 |
Simon Sapin |
rust: Make OwningDirstateMap generic and move it into hg-core
|
file |
diff |
annotate
|
Mon, 19 Jul 2021 07:23:55 +0200 |
Pierre-Yves David |
dirstate-map: move most of `dirstate.update_file` logic in the dsmap
|
file |
diff |
annotate
|
Fri, 16 Jul 2021 14:08:26 +0200 |
Simon Sapin |
dirstate-v2: Separate iterators for dirfoldmap and debugdirstate
|
file |
diff |
annotate
|
Thu, 15 Jul 2021 23:02:17 +0200 |
Simon Sapin |
dirstate-v2: Move fixed-size tree metadata into the docket file
|
file |
diff |
annotate
|
Tue, 13 Jul 2021 17:18:23 +0200 |
Simon Sapin |
dirstate-v2: Support appending to the same data file
|
file |
diff |
annotate
|
Mon, 12 Jul 2021 22:46:52 +0200 |
Simon Sapin |
dirstate-v2: Enforce data size read from the docket file
|
file |
diff |
annotate
|
Thu, 08 Jul 2021 12:18:21 +0200 |
Simon Sapin |
dirstate-v2: Introduce a docket file
|
file |
diff |
annotate
|
Mon, 05 Jul 2021 10:32:49 +0200 |
Pierre-Yves David |
dirstate-item: also build DistateItem in dirstate.directories()
|
file |
diff |
annotate
|
Sun, 04 Jul 2021 22:27:29 +0200 |
Pierre-Yves David |
dirstate-item: rename the class to DirstateItem
|
file |
diff |
annotate
|
Sun, 04 Jul 2021 02:28:08 +0200 |
Pierre-Yves David |
dirstate: no longer pass `oldstate` to the `dropfile`
|
file |
diff |
annotate
|
Sun, 04 Jul 2021 01:59:41 +0200 |
Pierre-Yves David |
dirstate: drop `state` to `_addpath`
|
file |
diff |
annotate
|
Sun, 04 Jul 2021 01:48:11 +0200 |
Pierre-Yves David |
dirstate: use a `merged` parameter to _addpath
|
file |
diff |
annotate
|
Sun, 04 Jul 2021 01:42:10 +0200 |
Pierre-Yves David |
dirstate: use a `added` parameter to _addpath
|
file |
diff |
annotate
|
Sat, 03 Jul 2021 20:59:26 +0200 |
Pierre-Yves David |
dirstate: no longer pass the `oldstate` value to the dirstatemap
|
file |
diff |
annotate
|
Sun, 04 Jul 2021 20:23:19 +0200 |
Pierre-Yves David |
dirstate: move the handling of special case within the dirstatemap
|
file |
diff |
annotate
|
Sun, 04 Jul 2021 19:42:03 +0200 |
Pierre-Yves David |
rust-dirstatemap: expand the wrapping code a bit
|
file |
diff |
annotate
|
Sat, 03 Jul 2021 19:52:00 +0200 |
Pierre-Yves David |
dirstate: move most of the `remove` logic with dirstatemap `removefile`
|
file |
diff |
annotate
|
Mon, 28 Jun 2021 15:52:10 +0200 |
Simon Sapin |
dirstate: Removed unused instances of `DirsMultiset`
|
file |
diff |
annotate
|
Mon, 31 May 2021 19:54:41 +0200 |
Simon Sapin |
dirstate-v2: Add --dirs to debugdirstate command
|
file |
diff |
annotate
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Make more APIs fallible, returning Result
|
file |
diff |
annotate
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
rust: Return owned instead of borrowed DirstateEntry in DirstateMap APIs
|
file |
diff |
annotate
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Change the on-disk format when the requirement is enabled
|
file |
diff |
annotate
|
Fri, 30 Apr 2021 19:57:46 +0200 |
Simon Sapin |
rust: Use `&HgPath` instead of `&HgPathBuf` in may APIs
|
file |
diff |
annotate
|
Fri, 30 Apr 2021 18:24:54 +0200 |
Simon Sapin |
dirstate-tree: Make `DirstateMap` borrow from a bytes buffer
|
file |
diff |
annotate
|
Fri, 30 Apr 2021 18:13:31 +0200 |
Simon Sapin |
rust: Read dirstate from disk in DirstateMap constructor
|
file |
diff |
annotate
|
Fri, 30 Apr 2021 15:40:11 +0200 |
Simon Sapin |
rust: Remove handling of `parents` in `DirstateMap`
|
file |
diff |
annotate
|
Fri, 16 Apr 2021 12:12:04 +0200 |
Simon Sapin |
dirstate-tree: Give to `status()` mutable access to the `DirstateMap`
|
file |
diff |
annotate
|
Tue, 13 Apr 2021 17:02:58 +0200 |
Simon Sapin |
rust: Remove DirstateMap::file_fold_map
|
file |
diff |
annotate
|
Mon, 12 Apr 2021 14:43:45 +0200 |
Simon Sapin |
rust: Add a Timestamp struct instead of abusing Duration
|
file |
diff |
annotate
|
Tue, 30 Mar 2021 09:56:04 +0200 |
Simon Sapin |
dirstate-tree: Empty shell for a second Rust DirstateMap implementation
|
file |
diff |
annotate
|
Thu, 08 Apr 2021 14:58:44 +0200 |
Simon Sapin |
dirstate-tree: Abstract "non-normal" and "other parent" sets
|
file |
diff |
annotate
|
Tue, 30 Mar 2021 14:15:23 +0200 |
Simon Sapin |
dirstate-tree: Make Rust DirstateMap bindings go through a trait object
|
file |
diff |
annotate
|
Thu, 08 Apr 2021 14:38:27 +0200 |
Simon Sapin |
rust: Remove use of `py.eval()`
|
file |
diff |
annotate
|
Thu, 08 Apr 2021 21:46:54 +0200 |
Simon Sapin |
rust: Remove the compile-time 'dirstate-tree' feature flag
|
file |
diff |
annotate
|
Wed, 17 Feb 2021 12:24:53 +0100 |
Simon Sapin |
rust: Make `DirstateParents`’s fields typed `Node`s
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 14:00:21 +0100 |
Simon Sapin |
rust: Remove DirstateParseError and ListDirstateTrackedFilesError
|
file |
diff |
annotate
|
Wed, 30 Dec 2020 00:14:28 +0100 |
Dan Villiom Podlaski Christiansen |
rust: fix file folding map
|
file |
diff |
annotate
|
Wed, 30 Sep 2020 18:10:29 +0200 |
Raphaël Gomès |
rust: start plugging the dirstate tree behind a feature gate
|
file |
diff |
annotate
|
Mon, 15 Jun 2020 18:26:40 +0200 |
Raphaël Gomès |
rust: do a clippy pass
|
file |
diff |
annotate
|
Thu, 05 Mar 2020 10:46:31 -0800 |
Martin von Zweigbergk |
merge with stable
|
file |
diff |
annotate
|
Thu, 05 Mar 2020 17:17:02 +0100 |
Raphaël Gomès |
rust-format: make rustfmt happy
stable
|
file |
diff |
annotate
|
Mon, 24 Feb 2020 17:57:57 +0100 |
Raphaël Gomès |
rust-cpython: make `NonNormalEntires` iterable to fix `fsmonitor` (issue6276)
|
file |
diff |
annotate
|
Fri, 14 Feb 2020 15:03:26 +0100 |
Raphaël Gomès |
rust-dirstatemap: directly return `non_normal` and `other_entries`
|
file |
diff |
annotate
|
Thu, 13 Feb 2020 10:12:12 -0800 |
Martin von Zweigbergk |
merge with stable
|
file |
diff |
annotate
|
Wed, 12 Feb 2020 23:23:59 +0100 |
Raphaël Gomès |
rust-dirstatemap: add `NonNormalEntries` class
stable
|
file |
diff |
annotate
|
Mon, 10 Feb 2020 21:54:12 +0100 |
Raphaël Gomès |
rust-dirstatemap: add `NonNormalEntries` class
|
file |
diff |
annotate
|
Sat, 25 Jan 2020 17:26:23 +0900 |
Yuya Nishihara |
rust-cpython: switch to upstreamed version of PySharedRefCell
|
file |
diff |
annotate
|
Sat, 25 Jan 2020 17:21:06 +0900 |
Yuya Nishihara |
rust-cpython: rename inner_shared() to inner()
|
file |
diff |
annotate
|
Sat, 12 Oct 2019 23:34:05 +0900 |
Yuya Nishihara |
rust-cpython: add panicking version of borrow_mut() and use it
|
file |
diff |
annotate
|
Thu, 12 Dec 2019 15:55:25 +0100 |
Raphaël Gomès |
rust-dirs: handle forgotten `Result`s
|
file |
diff |
annotate
|
Fri, 22 Nov 2019 10:39:05 +0100 |
Raphaël Gomès |
rust-dirs: address failing tests for `dirs` impl with a temporary fix
|
file |
diff |
annotate
|
Sat, 05 Oct 2019 09:33:01 -0400 |
Yuya Nishihara |
rust-cpython: remove useless PyResult<> from leak_immutable()
|
file |
diff |
annotate
|
Sat, 12 Oct 2019 19:10:51 +0900 |
Yuya Nishihara |
rust-cpython: rename PyLeakedRef to PyLeaked
|
file |
diff |
annotate
|
Sat, 21 Sep 2019 17:15:50 +0900 |
Yuya Nishihara |
rust-cpython: require GIL to borrow immutable reference from PySharedRefCell
|
file |
diff |
annotate
|
Sun, 15 Sep 2019 22:19:10 +0900 |
Yuya Nishihara |
rust-cpython: make PyLeakedRef operations relatively safe
|
file |
diff |
annotate
|
Sun, 15 Sep 2019 22:06:19 +0900 |
Yuya Nishihara |
rust-cpython: put leaked reference in PyLeakedRef
|
file |
diff |
annotate
|
Tue, 08 Oct 2019 08:45:55 +0200 |
Raphaël Gomès |
rust-dirstate-status: rust-cpython bindings for `dirstate.status`
|
file |
diff |
annotate
|
Sun, 13 Oct 2019 16:55:17 +0900 |
Yuya Nishihara |
rust-cpython: add wrapper around decapsule_make_dirstate_tuple()
|
file |
diff |
annotate
|
Sun, 15 Sep 2019 17:02:31 +0900 |
Yuya Nishihara |
rust-cpython: drop self.borrow_mut() in favor of PySharedRef wrapper
|
file |
diff |
annotate
|