Tue, 29 Dec 2020 10:53:45 +0100 |
Raphaël Gomès |
hg-core: add basic config module
|
Mon, 14 Dec 2020 16:33:15 +0100 |
Simon Sapin |
rust: introduce Repo and Vfs types for filesystem abstraction
|
Thu, 01 Oct 2020 18:51:06 +0200 |
Pierre-Yves David |
copies: introduce a basic Rust function for `combine_changeset_copies`
|
Tue, 24 Nov 2020 17:49:16 +0100 |
Simon Sapin |
requirements: move loading to hg-core and add parsing
|
Wed, 29 Jul 2020 10:21:17 +0200 |
Antoine Cezar |
rhg: add a `Files` `Command` to prepare the `rhg files` subcommand
|
Fri, 05 Jun 2020 08:46:35 +0200 |
Antoine Cezar |
hg-core: add Operation interface for high-level hg operations
|
Fri, 29 May 2020 12:17:59 +0200 |
Raphaël Gomès |
rust: remove support for `re2`
|
Fri, 20 Mar 2020 17:18:14 +0900 |
Yuya Nishihara |
merge with stable
|
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, 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: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 11:29:33 +0100 |
Raphaël Gomès |
rust-matchers: add function to generate a regex matcher function
|
Fri, 06 Mar 2020 10:38:37 +0100 |
Raphaël Gomès |
hg-core: add a compilation error if trying to compile outside of Linux
stable
|
Thu, 16 Jan 2020 13:34:04 +0100 |
Raphaël Gomès |
rust-re2: add wrapper for calling Re2 from Rust
|
Thu, 16 Jan 2020 11:27:12 +0100 |
Raphaël Gomès |
rust-filepatterns: add support for `include` and `subinclude` patterns
|
Thu, 16 Jan 2020 10:28:40 +0100 |
Raphaël Gomès |
rust-filepatterns: improve API and robustness for pattern files parsing
|
Fri, 24 Jan 2020 11:10:07 +0100 |
Raphaël Gomès |
rust-dirs-multiset: improve temporary error message
|
Wed, 25 Dec 2019 15:17:55 +0100 |
Georges Racinet |
rust-core: extracted a revlog submodule
|
Wed, 25 Dec 2019 14:53:45 +0100 |
Georges Racinet |
rust-core: updated copyright notice
|
Fri, 29 Nov 2019 17:30:10 +0100 |
Raphaël Gomès |
rust-dirstate-status: update bridge for new rust version of `dirstate.status`
|
Mon, 14 Oct 2019 13:57:30 +0200 |
Raphaël Gomès |
rust-performance: introduce FastHashMap type alias for HashMap
|
Fri, 22 Nov 2019 10:39:05 +0100 |
Raphaël Gomès |
rust-dirs: address failing tests for `dirs` impl with a temporary fix
|
Tue, 29 Oct 2019 17:16:28 +0100 |
Raphaël Gomès |
rust-matchers: add `Matcher` trait and implement `AlwaysMatcher`
|
Fri, 11 Oct 2019 13:39:57 +0200 |
Raphaël Gomès |
rust-dirstate-status: add first Rust implementation of `dirstate.status`
|
Sun, 01 Sep 2019 20:53:14 +0200 |
Raphaël Gomès |
rust-hgpath: replace all paths and filenames with HgPath/HgPathBuf
|
Sun, 08 Sep 2019 12:00:26 +0900 |
Yuya Nishihara |
rust-dirstate: provide CopyMapIter and StateMapIter types
|
Sun, 08 Sep 2019 11:55:29 +0900 |
Yuya Nishihara |
rust-dirstate: specify concrete return type of DirsMultiset::iter()
|
Sat, 17 Aug 2019 18:25:29 +0900 |
Yuya Nishihara |
rust-dirstate: split DirsMultiset constructor per input type
|
Wed, 10 Jul 2019 09:56:23 +0200 |
Raphaël Gomès |
rust-dirstate: rust implementation of dirstatemap
|
Tue, 09 Jul 2019 12:15:09 +0200 |
Raphaël Gomès |
rust-dirstate: use EntryState enum instead of literals
|
Tue, 09 Jul 2019 11:49:49 +0200 |
Raphaël Gomès |
rust-parsers: switch to parse/pack_dirstate to mutate-on-loop
|
Wed, 10 Jul 2019 17:41:07 +0200 |
Raphaël Gomès |
rust-utils: add docstrings and doctests for utils.rs
|
Tue, 02 Jul 2019 17:15:03 +0200 |
Raphaël Gomès |
rust: switch hg-core and hg-cpython to rust 2018 edition
|
Thu, 16 May 2019 18:03:06 +0200 |
Raphaël Gomès |
rust-dirstate: add "dirs" Rust implementation
|
Thu, 06 Jun 2019 15:30:56 +0200 |
Raphaël Gomès |
rust-filepatterns: use bytes instead of String
|
Thu, 16 May 2019 16:22:20 +0200 |
Raphaël Gomès |
rust-dirstate: create dirstate submodule
|
Wed, 24 Apr 2019 11:34:09 +0200 |
Raphaël Gomès |
rust-filepatterns: add a Rust implementation of pattern-related utils
|
Mon, 06 May 2019 22:50:34 +0200 |
Raphaël Gomès |
rust-dirstate: add rust-cpython bindings to the new parse/pack functions
|
Mon, 06 May 2019 22:48:09 +0200 |
Raphaël Gomès |
rust-dirstate: add rust implementation of `parse_dirstate` and `pack_dirstate`
|
Tue, 19 Feb 2019 23:42:31 +0100 |
Georges Racinet |
rust-discovery: starting core implementation
|
Mon, 04 Feb 2019 19:46:57 +0100 |
Georges Racinet |
rust: itering less on MissingAncestors.bases for max()
|
Sun, 02 Dec 2018 16:19:22 +0100 |
Georges Racinet |
rust: translated random test of missingancestors
|
Wed, 23 Jan 2019 07:47:04 -0500 |
Georges Racinet |
rust: error for WdirUnsupported with cpython conversion as exception
stable
|
Wed, 23 Jan 2019 07:39:27 -0500 |
Georges Racinet |
rust: working directory revision number constant
stable
|
Mon, 14 Jan 2019 10:07:48 +0100 |
Georges Racinet on ishtar.racinet.fr |
rust: dagop.headrevs() Rust counterparts
|
Mon, 14 Jan 2019 20:42:25 +0100 |
Georges Racinet |
rust: factorized testing Graphs
|
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]
|
Thu, 27 Sep 2018 17:03:16 +0200 |
Georges Racinet |
rust: pure Rust lazyancestors iterator
|