rust/hg-core/src/dirstate_tree/dirstate_map.rs
Mon, 06 Nov 2023 11:06:08 +0100 Raphaël Gomès rust: run a clippy pass with the latest stable version
Wed, 02 Aug 2023 10:21:18 -0400 Spencer Baugh rust-status: error on non-existent files in file_set
Mon, 26 Jun 2023 11:15:30 +0100 Arseniy Alekseyev dirstate: avoid leaking disk space in `hg debugrebuilddirstate` stable
Thu, 02 Mar 2023 19:02:52 +0100 Pierre-Yves David branching: merge stable into default
Wed, 01 Mar 2023 16:48:09 +0100 Raphaël Gomès rhg: remember the inode of .hg/dirstate stable
Mon, 12 Dec 2022 17:08:12 +0100 Raphaël Gomès rust-dirstate: remember the data file uuid dirstate was loaded with stable
Tue, 28 Feb 2023 15:49:53 +0100 Raphaël Gomès dirstate-v2: add devel config option to control write behavior stable
Fri, 24 Feb 2023 18:21:54 +0100 Pierre-Yves David dirstate: use more than a bool to control append behavior stable
Wed, 11 Jan 2023 17:27:19 +0100 Raphaël Gomès rust: move `filter_map_results` to public util
Mon, 09 Jan 2023 19:18:43 +0100 Raphaël Gomès rust-clippy: fix most warnings in `hg-core`
Mon, 09 Jan 2023 18:30:42 +0100 Raphaël Gomès rust-clippy: simplify return type of debug function
Mon, 09 Jan 2023 18:27:53 +0100 Raphaël Gomès rust-clippy: add `is_empty` method to please the `clippy` gods
Mon, 09 Jan 2023 18:25:24 +0100 Raphaël Gomès rust: don't use a reference to a `Cow`
Mon, 09 Jan 2023 18:22:46 +0100 Raphaël Gomès rust-clippy: reassure `clippy` that 8 arguments is expected
Fri, 06 Jan 2023 18:52:04 +0100 Raphaël Gomès rust: use `logging_timer` instead of `micro_timer`
Wed, 18 May 2022 09:50:39 +0100 Raphaël Gomès rust: add message to `DirstateV2ParseError` to give some context stable
Thu, 16 Jun 2022 15:20:48 +0200 Raphaël Gomès branching: merge stable into default
Wed, 08 Jun 2022 19:15:58 +0200 Raphaël Gomès rust-status: don't trigger dirstate v1 rewrite when only v2 data is changed stable
Mon, 25 Apr 2022 11:09:33 +0200 Raphaël Gomès branching: merge stable into default
Thu, 21 Apr 2022 14:47:13 +0200 Raphaël Gomès rust-dirstate-v2: save proper data size if no new data on append stable
Tue, 12 Apr 2022 17:35:25 +0200 Raphaël Gomès rust-dirstatemap: remove unused helper from the old API
Tue, 12 Apr 2022 17:30:34 +0200 Raphaël Gomès rust-dirstatemap: stop using `state()` in the cache logic
Tue, 12 Apr 2022 17:26:23 +0200 Raphaël Gomès rust: use `entry.tracked()` directly
Fri, 08 Apr 2022 18:10:12 +0200 Raphaël Gomès rust-dirstatemap: use a checked sub instead of a potentially underflowing one
Fri, 08 Apr 2022 17:55:03 +0200 Raphaël Gomès rust-dirstatemap: add simpler version of `get_node_mut`
Fri, 08 Apr 2022 17:22:39 +0200 Raphaël Gomès rust-dirstatemap: use `get_node_mut` instead or `get_or_insert_node`
Fri, 08 Apr 2022 16:56:52 +0200 Raphaël Gomès rust-dirstatemap: add `each_ancestor` argument to `get_node_mut`
Fri, 08 Apr 2022 16:53:06 +0200 Raphaël Gomès rust-dirstatemap: add simpler method `get_or_insert_node` for the common case
Fri, 08 Apr 2022 16:05:47 +0200 Raphaël Gomès rust-dirstatemap: inline the last `get_or_insert` call
Fri, 08 Apr 2022 16:04:17 +0200 Raphaël Gomès rust-dirstatemap: add `set_cached_mtime` helper method
Fri, 08 Apr 2022 16:03:39 +0200 Raphaël Gomès rust-dirstatemap: add `clear_cached_mtime` helper method
Tue, 29 Mar 2022 18:21:40 +0200 Raphaël Gomès rust-dirstatemap: add unit tests
Tue, 29 Mar 2022 17:27:36 +0200 Raphaël Gomès rust: add `Debug` trait to a bunch of structs
Wed, 30 Mar 2022 11:39:53 +0200 Raphaël Gomès rust-dirstatemap: use `&HgPath` instead of `HgPathBuf` in `copy_map_insert`
Tue, 29 Mar 2022 17:23:24 +0200 Raphaël Gomès rust-dirstatemap: use `DirstateEntry::tracked` directly
Tue, 29 Mar 2022 00:57:06 +0200 Raphaël Gomès rust-dirstatemap: remove `set_dirstate_entry`/`set_entry` methods
Tue, 29 Mar 2022 00:53:11 +0200 Raphaël Gomès rust-dirstatemap: implement part of the `setparents` logic
Wed, 23 Mar 2022 17:19:32 +0100 Raphaël Gomès rust-distatemap: remove `addfile` API
Wed, 23 Mar 2022 17:16:10 +0100 Raphaël Gomès rust-dirstatemap: remove `removefile` API
Mon, 28 Mar 2022 18:13:58 +0200 Raphaël Gomès rust-dirstatemap: add `set_untracked` method
Mon, 28 Mar 2022 18:09:01 +0200 Raphaël Gomès rust-dirstatemap: add `set_possibly_dirty` method
Mon, 28 Mar 2022 18:02:50 +0200 Raphaël Gomès rust-dirstatemap: add `set_clean` method
Wed, 23 Mar 2022 17:27:58 +0100 Raphaël Gomès rust-dirstatemap: add Rust implementation of `reset_state`
Wed, 23 Mar 2022 15:18:12 +0100 Raphaël Gomès rust-dirstatemap: add `set_tracked` method
Mon, 28 Mar 2022 18:53:55 +0200 Raphaël Gomès rust-dirstate: don't return a state for untracked entries
Tue, 05 Apr 2022 11:09:03 +0200 Raphaël Gomès merge: stable into default
Tue, 05 Apr 2022 10:55:28 +0200 Raphaël Gomès rust-dirstatemap: correctly decrement the copies counter stable
Tue, 05 Apr 2022 10:55:28 +0200 Raphaël Gomès rust-dirstatemap: properly decrement counter for tracked descendants stable
Tue, 05 Apr 2022 10:55:28 +0200 Raphaël Gomès rust-dirstate: panic if the DirstateMap counters go below 0 stable
Tue, 05 Apr 2022 10:55:28 +0200 Raphaël Gomès rust: fix unsound `OwningDirstateMap` stable
Tue, 08 Feb 2022 15:51:52 +0100 Simon Sapin dirstate-tree: optimize HashMap lookups with raw_entry_mut
Fri, 10 Dec 2021 16:18:58 +0100 Simon Sapin rhg: Add support for `rhg status --copies`
Thu, 02 Dec 2021 15:10:03 +0100 Simon Sapin rhg: Add Repo::write_dirstate
Mon, 29 Nov 2021 17:37:08 +0100 Simon Sapin rust: Serializing a DirstateMap does not mutate it anymore
Fri, 19 Nov 2021 03:04:42 +0100 Pierre-Yves David dirstate: remove need_delay logic
Mon, 18 Oct 2021 11:23:07 +0200 Simon Sapin dirstate: store mtimes with nanosecond precision in memory
Tue, 19 Oct 2021 22:14:48 +0200 Pierre-Yves David dirstate: align Rust function name to `need_delay`
Tue, 12 Oct 2021 16:38:13 +0200 Simon Sapin dirstate-v2: Truncate directory mtimes to 31 bits of seconds
Tue, 12 Oct 2021 16:20:05 +0200 Simon Sapin dirstate-v2: Separate Rust structs for Timestamp and PackedTimestamp
Fri, 01 Oct 2021 18:49:33 +0200 Simon Sapin dirstate-v2: Store a bitfield on disk instead of v1-like state
less more (0) -100 -60 tip