Fri, 28 May 2021 12:16:14 +0200 |
Simon Sapin |
dirstate-tree: Fix status algorithm with unreadable directory
|
Wed, 19 May 2021 16:18:16 +0200 |
Simon Sapin |
dirstate-tree: Skip readdir() in `hg status -mard`
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Make the dirstate bytes buffer available in more places
|
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 |
dirstate-tree: Add `NodeRef` and `ChildNodesRef` enums
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-tree: Downgrade `&mut Node` to `&Node` in status and serialization
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-tree: Extract into a method sorting children of a given node
|
Thu, 29 Apr 2021 11:32:57 +0200 |
Simon Sapin |
dirstate-tree: Use HashMap instead of BTreeMap
|
Tue, 27 Apr 2021 17:49:38 +0200 |
Simon Sapin |
dirstate-tree: Add #[timed] attribute to `status` and `DirstateMap::read`
|
Tue, 27 Apr 2021 14:20:48 +0200 |
Simon Sapin |
dirstate-tree: Paralellize the status algorithm with Rayon
|
Mon, 26 Apr 2021 19:28:56 +0200 |
Simon Sapin |
dirstate-tree: Handle I/O errors in status
|
Mon, 26 Apr 2021 19:16:23 +0200 |
Simon Sapin |
dirstate-tree: Ignore FIFOs etc. in the status algorithm
|
Fri, 16 Apr 2021 12:12:41 +0200 |
Simon Sapin |
dirstate-tree: Add the new `status()` algorithm
|
Fri, 16 Apr 2021 12:12:04 +0200 |
Simon Sapin |
dirstate-tree: Give to `status()` mutable access to the `DirstateMap`
|