log rust/hg-cpython/src/parsers.rs @ 46774:decc3bd3f20d

age author description
Wed, 17 Feb 2021 12:24:53 +0100 Simon Sapin rust: Make `DirstateParents`’s fields typed `Node`s
Wed, 27 Jan 2021 14:00:21 +0100 Simon Sapin rust: Remove DirstateParseError and ListDirstateTrackedFilesError
Wed, 27 Jan 2021 13:41:28 +0100 Simon Sapin rust: Replace DirstatePackError with HgError
Wed, 30 Sep 2020 18:10:29 +0200 Raphaël Gomès rust: start plugging the dirstate tree behind a feature gate
Tue, 04 Aug 2020 10:59:43 +0200 Antoine Cezar hg-core: make parse_dirstate return references rather than update hashmaps
Mon, 15 Jun 2020 18:26:40 +0200 Raphaël Gomès rust: do a clippy pass
Mon, 14 Oct 2019 13:57:30 +0200 Raphaël Gomès rust-performance: introduce FastHashMap type alias for HashMap
Sat, 07 Dec 2019 13:06:25 -0800 Gregory Szorc rust: run rustfmt
Sun, 13 Oct 2019 16:55:17 +0900 Yuya Nishihara rust-cpython: add wrapper around decapsule_make_dirstate_tuple()
Sun, 01 Sep 2019 20:53:14 +0200 Raphaël Gomès rust-hgpath: replace all paths and filenames with HgPath/HgPathBuf
Sat, 17 Aug 2019 18:25:29 +0900 Yuya Nishihara rust-dirstate: split DirsMultiset constructor per input type
Sat, 17 Aug 2019 11:37:42 +0900 Yuya Nishihara rust: simply use TryInto to convert slice to array
Sat, 17 Aug 2019 12:17:46 +0900 Yuya Nishihara rust-parsers: fix unboxing of PyInt on Python 3
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 10:16:28 +0200 Raphaël Gomès rust-parsers: move parser bindings to their own file and Python module base rust/hg-cpython/src/dirstate.rs@2606d8ece7a4