rust/hg-core/src/dirstate/status.rs
Mon, 25 Oct 2021 11:36:22 +0200 Pierre-Yves David dirstate: remove `lastnormaltime` mechanism
Mon, 18 Oct 2021 11:23:07 +0200 Simon Sapin dirstate: store mtimes with nanosecond precision in memory
Mon, 27 Sep 2021 12:09:15 +0200 Simon Sapin dirstate: Remove the flat Rust DirstateMap implementation
Mon, 20 Sep 2021 20:55:38 +0200 Simon Sapin rust: Remove EntryState::Unknown
Fri, 17 Sep 2021 13:33:45 +0200 Simon Sapin rust: Make the fields of DirstateEntry private
Wed, 02 Jun 2021 11:25:18 +0200 Simon Sapin dirstate-v2: Store a hash of ignore patterns (.hgignore)
Mon, 31 May 2021 18:35:44 +0200 Simon Sapin dirstate-v2: Write .hg/dirstate back to disk on directory cache changes
Fri, 28 May 2021 20:07:27 +0200 Simon Sapin dirstate-tree: Change status() results to not borrow DirstateMap
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin dirstate-v2: Make more APIs fallible, returning Result
Fri, 28 May 2021 17:33:20 -0400 Matt Harbison merge with stable
Tue, 04 May 2021 10:46:50 +0200 Raphaël Gomès rust-status: fix ignore and include not composing (issue6514) stable
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`
Tue, 06 Apr 2021 15:49:01 +0200 Simon Sapin rust: Add doc-comments to DirstateStatus fields
Tue, 06 Apr 2021 15:14:19 +0200 Simon Sapin rust: Move "lookup" a.k.a. "unsure" paths into `DirstateStatus` struct
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
Mon, 15 Mar 2021 13:05:00 +0100 Raphaël Gomès rust-status: fix issue6456 for the Rust implementation also
Thu, 11 Feb 2021 20:36:46 -0800 Martin von Zweigbergk branching: merge with stable
Wed, 10 Feb 2021 21:46:29 +0100 Raphaël Gomès rust-status: honor matcher when using the dirstate-only fast-path (issue6483) stable
Thu, 28 Jan 2021 19:21:57 +0100 Simon Sapin rust: replace ToString impls with Display
Tue, 26 Jan 2021 20:05:37 +0100 Simon Sapin rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Mon, 30 Nov 2020 17:13:07 +0100 Simon Sapin rust: use crossbeam-channel crate directly
Mon, 16 Nov 2020 16:38:57 +0100 Raphaël Gomès rust-status: don't bubble up os errors, translate them to bad matches
Thu, 01 Oct 2020 09:49:33 +0200 Raphaël Gomès rust: leverage improved match ergonomics
Wed, 30 Sep 2020 18:10:29 +0200 Raphaël Gomès rust: start plugging the dirstate tree behind a feature gate
Wed, 29 Jul 2020 10:08:09 +0200 Antoine Cezar hg-core: remove the `Operation` trait
Wed, 24 Jun 2020 17:53:44 +0200 Raphaël Gomès hg-core: define a `dirstate_status` `Operation`
Wed, 24 Jun 2020 17:20:39 +0200 Raphaël Gomès rust-status: improve documentation and readability
Wed, 24 Jun 2020 16:12:45 +0200 Raphaël Gomès rust-status: refactor status into a struct
Mon, 15 Jun 2020 18:26:40 +0200 Raphaël Gomès rust: do a clippy pass
Mon, 25 May 2020 23:06:50 +0900 Yuya Nishihara rust: leverage .expect() in place of .unwrap() + inline comment
Mon, 25 May 2020 23:02:07 +0900 Yuya Nishihara rust: fix false comment about mpsc::Sender
Sun, 17 May 2020 12:28:32 -0400 Valentin Gatien-Baron rust: fix warning about unnecessary mut
Tue, 12 May 2020 11:36:52 +0200 Raphaël Gomès rust-status: collect traversed directories if required
Tue, 12 May 2020 12:41:28 +0200 Raphaël Gomès rust-status: don't dispatch unknown file when traversing if not listing unknowns
Thu, 23 Apr 2020 09:59:38 +0200 Raphaël Gomès rust-status: check for '.hg' regardless of file type (issue6300) stable
Mon, 20 Apr 2020 11:03:31 +0200 Raphaël Gomès rust: remove extra empty line stable
Fri, 20 Mar 2020 15:21:34 +0100 Raphaël Gomès rust-status: only involve ignore mechanism when needed
Fri, 13 Mar 2020 00:41:22 +0100 Raphaël Gomès rust-core: add missing `Debug` traits
Fri, 06 Mar 2020 18:08:23 +0100 Raphaël Gomès hg-core: add function timing information
Fri, 06 Mar 2020 17:51:24 +0100 Raphaël Gomès rust-status: traverse working directory in parallel
Fri, 06 Mar 2020 17:51:03 +0100 Raphaël Gomès rust-status: wrap `stat_dmap_entries` to ease profiling
Fri, 06 Mar 2020 17:48:30 +0100 Raphaël Gomès rust-status: refactor handling of unknown files
Wed, 19 Feb 2020 11:14:30 +0100 Raphaël Gomès rust-status: move to recursive traversal to prepare for parallel traversal
Wed, 04 Mar 2020 15:10:11 +0100 Raphaël Gomès rust-pathauditor: use interior mutability for use in multi-threaded contexts
Fri, 17 Jan 2020 15:09:02 +0100 Raphaël Gomès rust-status: update rust-cpython bridge to account for the changes in core
Fri, 17 Jan 2020 15:43:46 +0100 Raphaël Gomès rust-status: add bare `hg status` support in hg-core
Thu, 06 Feb 2020 14:32:16 +0100 Raphaël Gomès rust-status: add function for sequential traversal of the working directory
Thu, 06 Feb 2020 14:34:54 +0100 Raphaël Gomès rust-status: add missing variants to `Dispatch` enum
Thu, 06 Feb 2020 14:28:35 +0100 Raphaël Gomès rust-status: rename `StatusResult` to `DirstateStatus`
Thu, 06 Feb 2020 14:25:59 +0100 Raphaël Gomès rust-status: refactor options into a `StatusOptions` struct
Fri, 17 Jan 2020 15:37:24 +0100 Raphaël Gomès rust-status: add util for listing a directory
Mon, 27 Jan 2020 12:38:59 -0800 Martin von Zweigbergk rust: remove an unnecessary set of parentheses
Fri, 29 Nov 2019 17:29:06 +0100 Raphaël Gomès rust-dirstate-status: add `walk_explicit` implementation, use `Matcher` trait
Sat, 07 Dec 2019 13:06:25 -0800 Gregory Szorc rust: run rustfmt
Thu, 07 Nov 2019 11:13:31 +0100 Raphaël Gomès rust: introduce SIZE_FROM_OTHER_PARENT constant
Thu, 07 Nov 2019 10:32:26 +0100 Raphaël Gomès rust-status: refactor dispatch case for normal files
Thu, 07 Nov 2019 10:23:42 +0100 Raphaël Gomès rust-status: return a ParallelIterator instead of a Vec from stat_dmap_entries
Wed, 06 Nov 2019 13:43:18 +0100 Raphaël Gomès rust-status: improve status performance
less more (0) -60 tip