log rust/hg-core/src/ancestors.rs @ 51470:406b413e3cf2 stable

age author description
Fri, 18 Aug 2023 14:34:29 +0200 Raphaël Gomès rust: make `Revision` a newtype
Mon, 09 Jan 2023 19:18:43 +0100 Raphaël Gomès rust-clippy: fix most warnings in `hg-core`
Mon, 14 Nov 2022 15:20:48 +0100 Raphaël Gomès rust: remove newly redundant `use` statements with the 2021 edition prelude
Fri, 10 Dec 2021 16:25:02 +0100 pacien hg-core: dedup LazyAncestors Iterator impl
Mon, 15 Jun 2020 18:26:40 +0200 Raphaël Gomès rust: do a clippy pass
Sat, 31 Aug 2019 14:12:38 +0900 Yuya Nishihara rust: apply more formatting fixes
Wed, 24 Apr 2019 11:34:09 +0200 Raphaël Gomès rust-filepatterns: add a Rust implementation of pattern-related utils
Mon, 04 Feb 2019 19:46:57 +0100 Georges Racinet rust: itering less on MissingAncestors.bases for max()
Tue, 05 Feb 2019 10:28:32 +0100 Georges Racinet rust: stop putting NULL_REVISION in MissingAncestors.bases
Mon, 04 Feb 2019 12:04:59 +0100 Georges Racinet rust: less set lookups in MissingAncestors
Mon, 04 Feb 2019 11:39:28 +0100 Georges Racinet rust: less set lookups in AncestorsIterator
Mon, 14 Jan 2019 17:07:39 +0100 Georges Racinet rust: MissingAncestors.basesheads()
Mon, 14 Jan 2019 20:42:25 +0100 Georges Racinet rust: factorized testing Graphs
Wed, 19 Dec 2018 22:24:20 +0900 Yuya Nishihara rust-ancestors: adjust branches and inline comments per previous change
Wed, 19 Dec 2018 21:52:40 +0900 Yuya Nishihara rust-ancestors: remove unreachable conditions from missing_ancestors()