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()
|
Wed, 19 Dec 2018 21:51:08 +0900 |
Yuya Nishihara |
rust-ancestors: duplicate loop that visits parents of revs/bases
|
Wed, 19 Dec 2018 21:42:06 +0900 |
Yuya Nishihara |
rust-ancestors: adjust indent level to make next change easier to follow
|
Tue, 18 Dec 2018 22:23:48 +0900 |
Yuya Nishihara |
rust: use 'impl Trait' in method argument of AncestorsIterator
|
Tue, 18 Dec 2018 22:12:16 +0900 |
Yuya Nishihara |
rust: use .rev() for reverse range
|
Tue, 04 Dec 2018 11:05:06 +0100 |
Georges Racinet |
rust: core implementation for lazyancestors
|
Fri, 30 Nov 2018 00:46:55 +0100 |
Georges Racinet |
rust: translation of missingancestors
|
Fri, 30 Nov 2018 00:44:04 +0100 |
Georges Racinet |
rust: changed Graph.parents to return [Revision; 2]
|
Tue, 11 Dec 2018 17:31:54 +0100 |
Georges Racinet |
rust: improved docstring
|
Tue, 11 Dec 2018 17:13:17 +0100 |
Georges Racinet |
rust: adapted hg-core tests for iteration over Result
|
Tue, 11 Dec 2018 22:23:39 +0900 |
Yuya Nishihara |
rust: remove comment about error handling of AncestorsIterator
|
Mon, 29 Oct 2018 21:50:53 +0900 |
Yuya Nishihara |
rust: propagate error of index_get_parents() properly
|
Tue, 04 Dec 2018 14:01:13 +0000 |
Georges Racinet |
rust: rename local variables in AncestorsIterator::next
|
Thu, 29 Nov 2018 09:13:13 +0000 |
Georges Racinet |
rust: peek_mut optim for lazy ancestors
|
Mon, 08 Oct 2018 19:11:41 +0200 |
Georges Racinet |
rust: rustlazyancestors.__contains__
|
Thu, 27 Sep 2018 17:03:16 +0200 |
Georges Racinet |
rust: pure Rust lazyancestors iterator
|