Commit Graph

105 Commits

Author SHA1 Message Date
c32c83de4f reduce leading underscores
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-09-01 00:06:23 +00:00
5cccad7022 auto-impl MonadContext
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-09-01 00:01:44 +00:00
0954c86e92 MonadContext
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-31 23:56:38 +00:00
d990fb1431 TreesHeight/TreesHeightError
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-31 23:42:57 +00:00
22abcbbeff fix old clippy warnings
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-31 23:09:36 +00:00
c11990d020 MonadTrees
Some checks failed
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-31 22:12:28 +00:00
8d665b0801 remove unnecessary lifetimes in BinaryTrees
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-31 21:57:59 +00:00
d77491188b AsRef for Bound
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo clippy (1.65) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo test (1.65) Build done.
2023-08-31 20:13:05 +00:00
d304ce631b binary format fix
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
2023-08-31 16:25:03 +00:00
cd222a643a remove -rs/_rs
All checks were successful
buildbot/cargo fmt (1.71) Build done.
buildbot/cargo doc (1.71) Build done.
buildbot/cargo clippy (1.71) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-20 23:22:32 +00:00
174ca78e55 inline heights
All checks were successful
buildbot/cargo fmt (1.71) Build done.
buildbot/cargo doc (1.71) Build done.
buildbot/cargo clippy (1.71) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-11 12:14:16 +00:00
a8af77adf0 Balancing
All checks were successful
buildbot/cargo fmt (1.71) Build done.
buildbot/cargo doc (1.71) Build done.
buildbot/cargo clippy (1.71) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-11 12:12:03 +00:00
6192c33341 join_key_balanced name fix
All checks were successful
buildbot/cargo fmt (1.71) Build done.
buildbot/cargo doc (1.71) Build done.
buildbot/cargo clippy (1.71) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-11 11:23:05 +00:00
dc98e38b8f Send everything
All checks were successful
buildbot/cargo fmt (1.71) Build done.
buildbot/cargo doc (1.71) Build done.
buildbot/cargo clippy (1.71) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-11 00:14:44 +00:00
78a7da34c1 derive(Eq)
All checks were successful
buildbot/clippy Build done.
buildbot/rustdoc Build done.
buildbot/runtests Build done.
2023-08-05 11:03:05 +00:00
8a71fae804 func restructuring 2023-08-02 06:04:13 +00:00
8db631f87e refactor subset 2023-08-01 21:33:02 +00:00
d481ec539e simplify Bounds 2023-08-01 21:12:47 +00:00
37263f983a simplify n_subset_of_n 2023-08-01 20:00:32 +00:00
c2102268e4 flow::query 2023-07-31 15:38:42 +00:00
c368a51fe1 BoundNode2 -> BoundNode 2023-07-30 14:55:21 +00:00
ed57b30d5d remove trailing punctuation in errors 2023-07-09 15:51:59 +00:00
8195249e51 remove unnecessary moves from avl 2023-07-04 06:39:28 +00:00
0fdf7532dc pick_smaller -> compare 2023-06-28 13:52:43 +00:00
479d011123 AVL refactor 2023-06-20 07:23:05 +00:00
c3e992bc10 fix dots in BalancingError display 2023-06-18 13:58:01 +00:00
b437ff3514 TreeParseError::HeightValue 2023-06-18 13:27:05 +00:00
9d5b4c5fd4 simplify BalancingError 2023-06-18 13:20:34 +00:00
4f702288dd BalancingError::Height 2023-06-18 13:03:29 +00:00
ee169f8bf4 HeightError 2023-06-18 12:59:23 +00:00
a1d836ed54 BinaryTreesHeight::node_height_error 2023-06-18 12:55:18 +00:00
d49c8a7133 move bound up 2023-06-18 12:16:14 +00:00
6dfab12dbf func::fail isolation 2023-06-18 11:43:26 +00:00
c1f48b1c08 AvlTrees 2023-06-17 03:53:40 +00:00
634393ba4a PartialOrd -> Ord 2023-06-16 22:13:08 +00:00
ad6e381830 mrds::trees::heighted 2023-06-16 17:29:54 +00:00
20e441be04 bound tests 2023-06-16 16:21:19 +00:00
cc48cc1d24 fixed ctx for closures 2023-06-16 14:02:27 +00:00
0aa8080461 BinaryTreesTryJoin for BalancedTrees 2023-06-16 13:59:00 +00:00
7ec5f413c6 BinaryTreesHeight for BalancedTrees 2023-06-16 13:55:39 +00:00
00e906691c BinaryTreesEmpty for BalancedTrees 2023-06-16 13:54:33 +00:00
93c591d576 BinaryTreesTreeOf for BalancedTrees 2023-06-16 13:51:00 +00:00
0b29004de2 remove height_r 2023-06-16 13:41:41 +00:00
2372c1a1f6 auto-handle height inside BalancedTrees 2023-06-16 13:37:33 +00:00
a897706a91 BalancedTrees 2023-06-16 13:31:58 +00:00
d9c21f639d BinaryTreesHeight::height_r 2023-06-16 13:23:01 +00:00
53cd98aa86 BinaryTreesTreeOf 2023-06-16 12:59:13 +00:00
f38efb0ae0 BinaryTreesTryJoin 2023-06-16 09:49:46 +00:00
d96a2c3920 BinaryTreesAvl::try_join 2023-06-16 09:46:12 +00:00
c4c279cd27 BinaryTreesHeight 2023-06-16 09:44:12 +00:00